This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Dumpling with Swift 6.0 for watchOS using Xcode 16.0.

Swift 6 data race errors: 102

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Dumpling -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/supplementaryOutputs-22 -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/DebugTextRendered.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/AST+HTMLRenderer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/DebugTextRendered.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/AST+HTMLRenderer.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderer.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragments.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/supplementaryOutputs-22 -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/DebugTextRendered.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/AST+HTMLRenderer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/DebugTextRendered.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/AST+HTMLRenderer.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderer.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragments.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/supplementaryOutputs-22 -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/DebugTextRendered.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/AST+HTMLRenderer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/DebugTextRendered.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/AST+HTMLRenderer.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderer.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragments.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/supplementaryOutputs-22 -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/DebugTextRendered.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/AST+HTMLRenderer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/DebugTextRendered.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/AST+HTMLRenderer.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderer.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragments.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/supplementaryOutputs-22 -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/DebugTextRendered.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/AST+HTMLRenderer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/DebugTextRendered.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/AST+HTMLRenderer.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderer.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/HTMLRenderFragments.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ AttributedStringRenderFragment.swift,\ AttributedStringRenderFragments.swift,\ BlockquoteNodeRenderFragment.swift,\ CodeNodeRenderFragment.swift,\ HorizontalLineNodeRenderFragment.swift,\ LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:89:23: warning: static property 'p' is not concurrency-safe because non-'Sendable' type 'AttributedStringTheme.StyleKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p = Self("p")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:18:19: note: consider making struct 'StyleKey' conform to the 'Sendable' protocol
    public struct StyleKey: Equatable, Hashable, CustomDebugStringConvertible {
                  ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:89:23: note: annotate 'p' with '@MainActor' if property should only be accessed from the main actor
    public static let p = Self("p")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:89:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p = Self("p")
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:98:23: warning: static property 'blockquote' is not concurrency-safe because non-'Sendable' type 'AttributedStringTheme.StyleKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let blockquote = Self("blockquote")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:18:19: note: consider making struct 'StyleKey' conform to the 'Sendable' protocol
    public struct StyleKey: Equatable, Hashable, CustomDebugStringConvertible {
                  ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:98:23: note: annotate 'blockquote' with '@MainActor' if property should only be accessed from the main actor
    public static let blockquote = Self("blockquote")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:98:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let blockquote = Self("blockquote")
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:101:23: warning: static property 'codeBlock' is not concurrency-safe because non-'Sendable' type 'AttributedStringTheme.StyleKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let codeBlock = Self("codeBlock")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:18:19: note: consider making struct 'StyleKey' conform to the 'Sendable' protocol
    public struct StyleKey: Equatable, Hashable, CustomDebugStringConvertible {
                  ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:101:23: note: annotate 'codeBlock' with '@MainActor' if property should only be accessed from the main actor
    public static let codeBlock = Self("codeBlock")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:101:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let codeBlock = Self("codeBlock")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:100:23: warning: static property 'code' is not concurrency-safe because non-'Sendable' type 'AttributedStringTheme.StyleKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let code = Self("code")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:18:19: note: consider making struct 'StyleKey' conform to the 'Sendable' protocol
    public struct StyleKey: Equatable, Hashable, CustomDebugStringConvertible {
                  ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:100:23: note: annotate 'code' with '@MainActor' if property should only be accessed from the main actor
    public static let code = Self("code")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:100:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let code = Self("code")
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:110:23: warning: static property 'hr' is not concurrency-safe because non-'Sendable' type 'AttributedStringTheme.StyleKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let hr = Self("hr")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:18:19: note: consider making struct 'StyleKey' conform to the 'Sendable' protocol
    public struct StyleKey: Equatable, Hashable, CustomDebugStringConvertible {
                  ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:110:23: note: annotate 'hr' with '@MainActor' if property should only be accessed from the main actor
    public static let hr = Self("hr")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:110:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let hr = Self("hr")
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/supplementaryOutputs-18 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Dumpling -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/AttributedStringRenderFragments.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/BlockquoteNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/CodeNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/HorizontalLineNodeRenderFragment.o -index-unit-output-path /Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/LinkNodeRenderFragment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:95:23: warning: static property 'link' is not concurrency-safe because non-'Sendable' type 'AttributedStringTheme.StyleKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let link = Self("link")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:18:19: note: consider making struct 'StyleKey' conform to the 'Sendable' protocol
    public struct StyleKey: Equatable, Hashable, CustomDebugStringConvertible {
                  ^
                                                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:95:23: note: annotate 'link' with '@MainActor' if property should only be accessed from the main actor
    public static let link = Self("link")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:95:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let link = Self("link")
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Markdown+FragmentsConfig.swift, Markdown.swift, Types.swift, LocalParsers.swift, Parser+asNode.swift, AST+PlainTextRenderer.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64 Compiling AST.swift, Array+AST.swift, BlockquoteBlockFragment.swift, CodeFenceBlockFragment.swift, EOFBlockFragment.swift, HeaderBlockFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64 Compiling ParserType+unwrap.swift, ParserType.swift, Parsers+zip.swift, Parsers.swift, Reader.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64 Compiling HorizontalLineBlockFragment.swift, ListBlockFragment.swift, ParaBlockFragment.swift, CodeSpanInlineFragment.swift, EmphasisInlineFragment.swift, EnclosedInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64 Compiling DebugTextRendered.swift, AST+HTMLRenderer.swift, HTMLRenderer.swift, HTMLRenderFragment.swift, HTMLRenderFragments.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64 Compiling AST+debugRenderer.swift, AST+AttributedString.swift, AppKitExtensions.swift, AttributedStringRenderer+Context.swift, AttributedStringRenderer.swift, AttributedStringRenderFragment+Helpers.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64 Compiling ListNodeRenderFragment.swift, StringStyle.swift, StringStyles+Helpers.swift, AttributedStringTheme+Default.swift, AttributedStringTheme+Helpers.swift, AttributedStringTheme.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64 Compiling AttributedStringRenderFragment.swift, AttributedStringRenderFragments.swift, BlockquoteNodeRenderFragment.swift, CodeNodeRenderFragment.swift, HorizontalLineNodeRenderFragment.swift, LinkNodeRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriver\ Compilation Dumpling normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Dumpling -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Binary/Dumpling.o normal arm64 (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Binary/Dumpling.o
SwiftDriverJobDiscovery normal armv7k Compiling EscapeFragment.swift, LinkInlineFragment.swift, NewLineInlineFragment.swift, SpaceInlineFragment.swift, StrikethroughInlineFragment.swift, MarkdownFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64_32 Compiling DebugTextRendered.swift, AST+HTMLRenderer.swift, HTMLRenderer.swift, HTMLRenderFragment.swift, HTMLRenderFragments.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriver\ Compilation Dumpling normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Dumpling -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Binary/Dumpling.o normal arm64_32 (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Binary/Dumpling.o
SwiftDriverJobDiscovery normal armv7k Compiling ParserType+unwrap.swift, ParserType.swift, Parsers+zip.swift, Parsers.swift, Reader.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriver\ Compilation Dumpling normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Dumpling -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Binary/Dumpling.o normal armv7k (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Binary/Dumpling.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.o normal arm64\ armv7k\ arm64_32 (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Binary/Dumpling.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Binary/Dumpling.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Binary/Dumpling.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.o (in target 'Dumpling' from project 'Dumpling')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Dumpling' from project 'Dumpling')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Dumpling",
  "name" : "Dumpling",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Dumpling",
      "targets" : [
        "Dumpling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DumplingTests",
      "module_type" : "SwiftTarget",
      "name" : "DumplingTests",
      "path" : "Tests",
      "sources" : [
        "DumplingTests/Helpers/InlineMarkdown.swift",
        "DumplingTests/Markdown/Fragments/BlockquoteBlockFragmentTests.swift",
        "DumplingTests/Markdown/Fragments/EmphasisInlineFragmentTests.swift",
        "DumplingTests/Markdown/Fragments/LinkInlineFragmentTests.swift",
        "DumplingTests/Markdown/Fragments/ListBlockFragmentTests.swift",
        "DumplingTests/Markdown/Parser/ParserTests_Backslash.swift",
        "DumplingTests/Markdown/Parser/ParserTests_Basic.swift",
        "DumplingTests/Markdown/Parser/ParserTests_Blockquote.swift",
        "DumplingTests/Markdown/Parser/ParserTests_Code_Fence.swift",
        "DumplingTests/Markdown/Parser/ParserTests_Code_Span.swift",
        "DumplingTests/Markdown/Parser/ParserTests_Emphasis.swift",
        "DumplingTests/Markdown/Parser/ParserTests_Header.swift",
        "DumplingTests/Markdown/Parser/ParserTests_HorizontalLine.swift",
        "DumplingTests/Markdown/Parser/ParserTests_Link.swift",
        "DumplingTests/Markdown/Parser/ParserTests_List.swift",
        "DumplingTests/Markdown/Parser/ParserTests_NewLine.swift",
        "DumplingTests/Markdown/Parser/ParserTests_Strikethrough.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_Backslash.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_Blockquote.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_Code_Fence.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_Code_Span.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_Emphasis.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_Header.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_HorizontalLine.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_Link.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_List.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_NewLine.swift",
        "DumplingTests/Markdown/Parser/TestCases/TestCase_Strikethrough.swift",
        "DumplingTests/Parser/LocalParsersTests+int.swift",
        "DumplingTests/Parser/LocalParsersTests+lineStart.swift",
        "DumplingTests/Parser/LocalParsersTests+minCharacters.swift",
        "DumplingTests/Parser/LocalParsersTests+stringUntil.swift",
        "DumplingTests/Parser/LocalParsersTests+zeroOrManyCharacters.swift",
        "DumplingTests/Parser/LocalParsersTests.swift",
        "DumplingTests/Renderer/AttributedStringRendererTests.swift",
        "DumplingTests/Renderer/HTMLRendererTests.swift",
        "ParserCoreTests/Helpers.swift",
        "ParserCoreTests/ParserTests.swift",
        "ParserCoreTests/ParsersTests+minMax.swift",
        "ParserCoreTests/ParsersTests+oneOf.swift",
        "ParserCoreTests/ParsersTests+repeatUntil.swift"
      ],
      "target_dependencies" : [
        "Dumpling"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dumpling",
      "module_type" : "SwiftTarget",
      "name" : "Dumpling",
      "path" : "Sources",
      "product_memberships" : [
        "Dumpling"
      ],
      "sources" : [
        "Dumpling/AST/AST.swift",
        "Dumpling/AST/Array+AST.swift",
        "Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift",
        "Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift",
        "Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift",
        "Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift",
        "Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift",
        "Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift",
        "Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift",
        "Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift",
        "Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift",
        "Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift",
        "Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift",
        "Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift",
        "Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift",
        "Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift",
        "Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift",
        "Dumpling/Markdown/Fragments/MarkdownFragment.swift",
        "Dumpling/Markdown/Markdown+FragmentsConfig.swift",
        "Dumpling/Markdown/Markdown.swift",
        "Dumpling/Markdown/Types.swift",
        "Dumpling/Parser/LocalParsers.swift",
        "Dumpling/Parser/Parser+asNode.swift",
        "Dumpling/Renderer/AST+PlainTextRenderer.swift",
        "Dumpling/Renderer/AST+debugRenderer.swift",
        "Dumpling/Renderer/AttributedString/AST+AttributedString.swift",
        "Dumpling/Renderer/AttributedString/AppKitExtensions.swift",
        "Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift",
        "Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift",
        "Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift",
        "Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift",
        "Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift",
        "Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift",
        "Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift",
        "Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift",
        "Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift",
        "Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift",
        "Dumpling/Renderer/AttributedString/Styles/StringStyle.swift",
        "Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift",
        "Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift",
        "Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift",
        "Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift",
        "Dumpling/Renderer/DebugTextRendered.swift",
        "Dumpling/Renderer/Html/AST+HTMLRenderer.swift",
        "Dumpling/Renderer/Html/HTMLRenderer.swift",
        "Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift",
        "Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift",
        "Dumpling/Renderer/PlainTextRenderer.swift",
        "Dumpling/Renderer/Renderer.swift",
        "ParserCore/Parser.swift",
        "ParserCore/ParserConvertible.swift",
        "ParserCore/ParserType+lookAhead.swift",
        "ParserCore/ParserType+unwrap.swift",
        "ParserCore/ParserType.swift",
        "ParserCore/Parsers+zip.swift",
        "ParserCore/Parsers.swift",
        "ParserCore/Reader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.