Build Information
Successful build of Dumpling, reference 0.3.0 (38dc52
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 12:06:55 UTC.
Swift 6 data race errors: 34
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Dumpling -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chojnac/Dumpling.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chojnac/Dumpling
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 38dc525 version 0.3.0
Cloned https://github.com/chojnac/Dumpling.git
Revision (git rev-parse @):
38dc5256dd46b9e42828bad5822276847c6100fe
SUCCESS checkout https://github.com/chojnac/Dumpling.git at 0.3.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/chojnac/Dumpling.git
https://github.com/chojnac/Dumpling.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"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"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Dumpling",
"schemes" : [
"Dumpling",
"Example-AppKit",
"Example-iOS"
],
"targets" : [
"Dumpling",
"DumplingTests",
"Example-iOS",
"Example-AppKit"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Dumpling"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Dumpling -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Dumpling -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
Dumpling: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Dumpling' in project 'Dumpling'
➜ Explicit dependency on target 'Dumpling' in project 'Dumpling'
Target 'Dumpling' in project 'Dumpling' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d4e58079b0252bdb28f9bf40813d6d2b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d4e58079b0252bdb28f9bf40813d6d2b.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Dumpling.DependencyMetadataFileList (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Dumpling.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Dumpling.DependencyStaticMetadataFileList (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Dumpling.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Dumpling.modulemap (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Dumpling.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.LinkFileList (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftConstValuesFileList (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftFileList (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling-OutputFileMap.json (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Dumpling.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Dumpling.modulemap (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Dumpling.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Dumpling normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Dumpling -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/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/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/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/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/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/Dumpling.build/Objects-normal/arm64/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ EscapeFragment.swift,\ LinkInlineFragment.swift,\ NewLineInlineFragment.swift,\ SpaceInlineFragment.swift,\ StrikethroughInlineFragment.swift,\ MarkdownFragment.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 (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/MarkdownFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Markdown+FragmentsConfig.swift,\ Markdown.swift,\ Types.swift,\ LocalParsers.swift,\ Parser+asNode.swift,\ AST+PlainTextRenderer.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 (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:61:23: warning: static property 'base' is not concurrency-safe because non-'Sendable' type 'Markdown.FragmentsConfig' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:12:19: note: consider making struct 'FragmentsConfig' conform to the 'Sendable' protocol
public struct FragmentsConfig {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:61:23: note: add '@MainActor' to make static property 'base' part of global actor 'MainActor'
public static let base: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:71:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Markdown.FragmentsConfig' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = zip(
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:12:19: note: consider making struct 'FragmentsConfig' conform to the 'Sendable' protocol
public struct FragmentsConfig {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:71:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = zip(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = zip(
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Types.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:13:23: warning: static property 'newLine' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let newLine: Parser<Void> = Parsers.one(character: "\n")
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:13:23: note: add '@MainActor' to make static property 'newLine' part of global actor 'MainActor'
public static let newLine: Parser<Void> = Parsers.one(character: "\n")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let newLine: Parser<Void> = Parsers.one(character: "\n")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:17:23: warning: static property 'lineStart' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lineStart: Parser<Void> = .init("lineStart") { reader in
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:17:23: note: add '@MainActor' to make static property 'lineStart' part of global actor 'MainActor'
public static let lineStart: Parser<Void> = .init("lineStart") { reader in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lineStart: Parser<Void> = .init("lineStart") { reader in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:35:23: warning: static property 'lineEnd' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lineEnd: Parser<Void> = Parsers.oneOf(Parsers.newLine, Parsers.isDocEnd)
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:35:23: note: add '@MainActor' to make static property 'lineEnd' part of global actor 'MainActor'
public static let lineEnd: Parser<Void> = Parsers.oneOf(Parsers.newLine, Parsers.isDocEnd)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lineEnd: Parser<Void> = Parsers.oneOf(Parsers.newLine, Parsers.isDocEnd)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:38:23: warning: static property 'anyCharacter' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let anyCharacter = Parser<Character>("anyCharacter") { reader in
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:38:23: note: add '@MainActor' to make static property 'anyCharacter' part of global actor 'MainActor'
public static let anyCharacter = Parser<Character>("anyCharacter") { reader in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let anyCharacter = Parser<Character>("anyCharacter") { reader in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:47:23: warning: static property 'singleEmptyLine' is not concurrency-safe because non-'Sendable' type 'Parser<Parser<(Parser<Int>.Element, Parser<Void>.Element)>.Element>' (aka 'Parser<(Int, ())>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let singleEmptyLine = Parsers.oneOf(
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:47:23: note: add '@MainActor' to make static property 'singleEmptyLine' part of global actor 'MainActor'
public static let singleEmptyLine = Parsers.oneOf(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let singleEmptyLine = Parsers.oneOf(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:54:23: warning: static property 'emptyLines' is not concurrency-safe because non-'Sendable' type 'Parser<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let emptyLines = Parsers
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:54:23: note: add '@MainActor' to make static property 'emptyLines' part of global actor 'MainActor'
public static let emptyLines = Parsers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let emptyLines = Parsers
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:59:23: warning: static property 'oneOrManySpaces' is not concurrency-safe because non-'Sendable' type 'Parser<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oneOrManySpaces = Parsers
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:59:23: note: add '@MainActor' to make static property 'oneOrManySpaces' part of global actor 'MainActor'
public static let oneOrManySpaces = Parsers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oneOrManySpaces = Parsers
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:64:23: warning: static property 'zeroOrManySpaces' is not concurrency-safe because non-'Sendable' type 'Parser<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let zeroOrManySpaces = Parsers
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:64:23: note: add '@MainActor' to make static property 'zeroOrManySpaces' part of global actor 'MainActor'
public static let zeroOrManySpaces = Parsers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let zeroOrManySpaces = Parsers
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:76:23: warning: static property 'space' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let space: Parser<Void> = Parsers.one(character: " ")
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:76:23: note: add '@MainActor' to make static property 'space' part of global actor 'MainActor'
public static let space: Parser<Void> = Parsers.one(character: " ")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let space: Parser<Void> = Parsers.one(character: " ")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:119:23: warning: static property 'isDocStart' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let isDocStart = Parser<Void>("isDocStart") { reader in
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:119:23: note: add '@MainActor' to make static property 'isDocStart' part of global actor 'MainActor'
public static let isDocStart = Parser<Void>("isDocStart") { reader in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:119:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let isDocStart = Parser<Void>("isDocStart") { reader in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:130:23: warning: static property 'isDocEnd' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let isDocEnd = Parser<Void>("isDocEnd") { reader in
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:130:23: note: add '@MainActor' to make static property 'isDocEnd' part of global actor 'MainActor'
public static let isDocEnd = Parser<Void>("isDocEnd") { reader in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:130:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let isDocEnd = Parser<Void>("isDocEnd") { reader in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/Parser+asNode.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+PlainTextRenderer.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AST+debugRenderer.swift,\ AST+AttributedString.swift,\ AppKitExtensions.swift,\ AttributedStringRenderer+Context.swift,\ AttributedStringRenderer.swift,\ AttributedStringRenderFragment+Helpers.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 (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AST+debugRenderer.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AST+AttributedString.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AppKitExtensions.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AST.swift,\ Array+AST.swift,\ BlockquoteBlockFragment.swift,\ CodeFenceBlockFragment.swift,\ EOFBlockFragment.swift,\ HeaderBlockFragment.swift /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 (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/AST.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/AST/Array+AST.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ListNodeRenderFragment.swift,\ StringStyle.swift,\ StringStyles+Helpers.swift,\ AttributedStringTheme+Default.swift,\ AttributedStringTheme+Helpers.swift,\ AttributedStringTheme.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 (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:43:23: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'StringStyle' may have shared mutable state; this is an error in the Swift 6 language mode
public static let identity = StringStyle({ $0 })
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:34:15: note: consider making struct 'StringStyle' conform to the 'Sendable' protocol
public struct StringStyle {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:43:23: note: add '@MainActor' to make static property 'identity' part of global actor 'MainActor'
public static let identity = StringStyle({ $0 })
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let identity = StringStyle({ $0 })
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:44:23: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'StringStyle' may have shared mutable state; this is an error in the Swift 6 language mode
public static let zero = StringStyle({ _ in [:] })
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:34:15: note: consider making struct 'StringStyle' conform to the 'Sendable' protocol
public struct StringStyle {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:44:23: note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
public static let zero = StringStyle({ _ in [:] })
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let zero = StringStyle({ _ in [:] })
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift:22:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'AttributedStringTheme' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: AttributedStringTheme = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:17:12: note: class 'AttributedStringTheme' does not conform to the 'Sendable' protocol
open class AttributedStringTheme {
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift:22:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: AttributedStringTheme = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: AttributedStringTheme = .init(
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:87:23: warning: static property 'document' 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 document = Self("document")
^
/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:87:23: note: add '@MainActor' to make static property 'document' part of global actor 'MainActor'
public static let document = Self("document")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let document = Self("document")
^
nonisolated(unsafe)
/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: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
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)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:91:23: warning: static property 'em' 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 em = Self("em")
^
/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:91:23: note: add '@MainActor' to make static property 'em' part of global actor 'MainActor'
public static let em = Self("em")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:91:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let em = Self("em")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:92:23: warning: static property 'strong' 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 strong = Self("strong")
^
/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:92:23: note: add '@MainActor' to make static property 'strong' part of global actor 'MainActor'
public static let strong = Self("strong")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:92:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let strong = Self("strong")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:93:23: warning: static property 's' 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 s = Self("s")
^
/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:93:23: note: add '@MainActor' to make static property 's' part of global actor 'MainActor'
public static let s = Self("s")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let s = Self("s")
^
nonisolated(unsafe)
/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: add '@MainActor' to make static property 'link' part of global actor 'MainActor'
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)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:97:23: warning: static property 'list' 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 list = Self("list")
^
/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:97:23: note: add '@MainActor' to make static property 'list' part of global actor 'MainActor'
public static let list = Self("list")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:97:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let list = Self("list")
^
nonisolated(unsafe)
/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: add '@MainActor' to make static property 'blockquote' part of global actor 'MainActor'
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)
/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: add '@MainActor' to make static property 'code' part of global actor 'MainActor'
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)
/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: add '@MainActor' to make static property 'codeBlock' part of global actor 'MainActor'
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:103:23: warning: static property 'h1' 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 h1 = Self("h1")
^
/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:103:23: note: add '@MainActor' to make static property 'h1' part of global actor 'MainActor'
public static let h1 = Self("h1")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:103:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h1 = Self("h1")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:104:23: warning: static property 'h2' 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 h2 = Self("h2")
^
/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:104:23: note: add '@MainActor' to make static property 'h2' part of global actor 'MainActor'
public static let h2 = Self("h2")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:104:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h2 = Self("h2")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:105:23: warning: static property 'h3' 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 h3 = Self("h3")
^
/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:105:23: note: add '@MainActor' to make static property 'h3' part of global actor 'MainActor'
public static let h3 = Self("h3")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:105:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h3 = Self("h3")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:106:23: warning: static property 'h4' 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 h4 = Self("h4")
^
/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:106:23: note: add '@MainActor' to make static property 'h4' part of global actor 'MainActor'
public static let h4 = Self("h4")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:106:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h4 = Self("h4")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:107:23: warning: static property 'h5' 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 h5 = Self("h5")
^
/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:107:23: note: add '@MainActor' to make static property 'h5' part of global actor 'MainActor'
public static let h5 = Self("h5")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:107:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h5 = Self("h5")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:108:23: warning: static property 'h6' 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 h6 = Self("h6")
^
/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:108:23: note: add '@MainActor' to make static property 'h6' part of global actor 'MainActor'
public static let h6 = Self("h6")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:108:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h6 = Self("h6")
^
nonisolated(unsafe)
/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: add '@MainActor' to make static property 'hr' part of global actor 'MainActor'
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 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')
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/.swiftpm/xcode
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/.swiftpm/xcode
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/.swiftpm/xcode
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/.swiftpm/xcode
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/.swiftpm/xcode
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/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PlainTextRenderer.swift,\ Renderer.swift,\ Parser.swift,\ ParserConvertible.swift,\ ParserType+lookAhead.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 (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/PlainTextRenderer.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Renderer.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserConvertible.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+lookAhead.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ParserType+unwrap.swift,\ ParserType.swift,\ Parsers+zip.swift,\ Parsers.swift,\ Reader.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 (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType+unwrap.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/ParserType.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers+zip.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parsers.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Reader.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HorizontalLineBlockFragment.swift,\ ListBlockFragment.swift,\ ParaBlockFragment.swift,\ CodeSpanInlineFragment.swift,\ EmphasisInlineFragment.swift,\ EnclosedInlineFragment.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 (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift:14:16: warning: static property 'zeroOrMax3Spaces' is not concurrency-safe because non-'Sendable' type 'Parser<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
static let zeroOrMax3Spaces = Parsers.minMax(parser: Parsers.space, min: 0, max: 3).map(\.count)
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift:14:16: note: add '@MainActor' to make static property 'zeroOrMax3Spaces' part of global actor 'MainActor'
static let zeroOrMax3Spaces = Parsers.minMax(parser: Parsers.space, min: 0, max: 3).map(\.count)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let zeroOrMax3Spaces = Parsers.minMax(parser: Parsers.space, min: 0, max: 3).map(\.count)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Dumpling (in target 'Dumpling' from project 'Dumpling')
EmitSwiftModule normal arm64 (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift:14:16: warning: static property 'zeroOrMax3Spaces' is not concurrency-safe because non-'Sendable' type 'Parser<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
static let zeroOrMax3Spaces = Parsers.minMax(parser: Parsers.space, min: 0, max: 3).map(\.count)
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift:14:16: note: add '@MainActor' to make static property 'zeroOrMax3Spaces' part of global actor 'MainActor'
static let zeroOrMax3Spaces = Parsers.minMax(parser: Parsers.space, min: 0, max: 3).map(\.count)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let zeroOrMax3Spaces = Parsers.minMax(parser: Parsers.space, min: 0, max: 3).map(\.count)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:61:23: warning: static property 'base' is not concurrency-safe because non-'Sendable' type 'Markdown.FragmentsConfig' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base: Self = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:12:19: note: consider making struct 'FragmentsConfig' conform to the 'Sendable' protocol
public struct FragmentsConfig {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:61:23: note: add '@MainActor' to make static property 'base' part of global actor 'MainActor'
public static let base: Self = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base: Self = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:71:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Markdown.FragmentsConfig' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Self = zip(
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:12:19: note: consider making struct 'FragmentsConfig' conform to the 'Sendable' protocol
public struct FragmentsConfig {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:71:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Self = zip(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Markdown/Markdown+FragmentsConfig.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Self = zip(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:13:23: warning: static property 'newLine' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let newLine: Parser<Void> = Parsers.one(character: "\n")
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:13:23: note: add '@MainActor' to make static property 'newLine' part of global actor 'MainActor'
public static let newLine: Parser<Void> = Parsers.one(character: "\n")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:13:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let newLine: Parser<Void> = Parsers.one(character: "\n")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:17:23: warning: static property 'lineStart' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lineStart: Parser<Void> = .init("lineStart") { reader in
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:17:23: note: add '@MainActor' to make static property 'lineStart' part of global actor 'MainActor'
public static let lineStart: Parser<Void> = .init("lineStart") { reader in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lineStart: Parser<Void> = .init("lineStart") { reader in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:35:23: warning: static property 'lineEnd' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lineEnd: Parser<Void> = Parsers.oneOf(Parsers.newLine, Parsers.isDocEnd)
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:35:23: note: add '@MainActor' to make static property 'lineEnd' part of global actor 'MainActor'
public static let lineEnd: Parser<Void> = Parsers.oneOf(Parsers.newLine, Parsers.isDocEnd)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lineEnd: Parser<Void> = Parsers.oneOf(Parsers.newLine, Parsers.isDocEnd)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:38:23: warning: static property 'anyCharacter' is not concurrency-safe because non-'Sendable' type 'Parser<Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let anyCharacter = Parser<Character>("anyCharacter") { reader in
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:38:23: note: add '@MainActor' to make static property 'anyCharacter' part of global actor 'MainActor'
public static let anyCharacter = Parser<Character>("anyCharacter") { reader in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let anyCharacter = Parser<Character>("anyCharacter") { reader in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:47:23: warning: static property 'singleEmptyLine' is not concurrency-safe because non-'Sendable' type 'Parser<Parser<(Parser<Int>.Element, Parser<Void>.Element)>.Element>' (aka 'Parser<(Int, ())>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let singleEmptyLine = Parsers.oneOf(
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:47:23: note: add '@MainActor' to make static property 'singleEmptyLine' part of global actor 'MainActor'
public static let singleEmptyLine = Parsers.oneOf(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let singleEmptyLine = Parsers.oneOf(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:54:23: warning: static property 'emptyLines' is not concurrency-safe because non-'Sendable' type 'Parser<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let emptyLines = Parsers
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:54:23: note: add '@MainActor' to make static property 'emptyLines' part of global actor 'MainActor'
public static let emptyLines = Parsers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let emptyLines = Parsers
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:59:23: warning: static property 'oneOrManySpaces' is not concurrency-safe because non-'Sendable' type 'Parser<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oneOrManySpaces = Parsers
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:59:23: note: add '@MainActor' to make static property 'oneOrManySpaces' part of global actor 'MainActor'
public static let oneOrManySpaces = Parsers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oneOrManySpaces = Parsers
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:64:23: warning: static property 'zeroOrManySpaces' is not concurrency-safe because non-'Sendable' type 'Parser<Int>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let zeroOrManySpaces = Parsers
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:64:23: note: add '@MainActor' to make static property 'zeroOrManySpaces' part of global actor 'MainActor'
public static let zeroOrManySpaces = Parsers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let zeroOrManySpaces = Parsers
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:76:23: warning: static property 'space' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let space: Parser<Void> = Parsers.one(character: " ")
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:76:23: note: add '@MainActor' to make static property 'space' part of global actor 'MainActor'
public static let space: Parser<Void> = Parsers.one(character: " ")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let space: Parser<Void> = Parsers.one(character: " ")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:119:23: warning: static property 'isDocStart' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let isDocStart = Parser<Void>("isDocStart") { reader in
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:119:23: note: add '@MainActor' to make static property 'isDocStart' part of global actor 'MainActor'
public static let isDocStart = Parser<Void>("isDocStart") { reader in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:119:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let isDocStart = Parser<Void>("isDocStart") { reader in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:130:23: warning: static property 'isDocEnd' is not concurrency-safe because non-'Sendable' type 'Parser<Void>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let isDocEnd = Parser<Void>("isDocEnd") { reader in
^
/Users/admin/builder/spi-builder-workspace/Sources/ParserCore/Parser.swift:11:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<T>: ParserType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:130:23: note: add '@MainActor' to make static property 'isDocEnd' part of global actor 'MainActor'
public static let isDocEnd = Parser<Void>("isDocEnd") { reader in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Parser/LocalParsers.swift:130:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let isDocEnd = Parser<Void>("isDocEnd") { reader in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:43:23: warning: static property 'identity' is not concurrency-safe because non-'Sendable' type 'StringStyle' may have shared mutable state; this is an error in the Swift 6 language mode
public static let identity = StringStyle({ $0 })
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:34:15: note: consider making struct 'StringStyle' conform to the 'Sendable' protocol
public struct StringStyle {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:43:23: note: add '@MainActor' to make static property 'identity' part of global actor 'MainActor'
public static let identity = StringStyle({ $0 })
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let identity = StringStyle({ $0 })
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:44:23: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'StringStyle' may have shared mutable state; this is an error in the Swift 6 language mode
public static let zero = StringStyle({ _ in [:] })
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:34:15: note: consider making struct 'StringStyle' conform to the 'Sendable' protocol
public struct StringStyle {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:44:23: note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
public static let zero = StringStyle({ _ in [:] })
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Styles/StringStyle.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let zero = StringStyle({ _ in [:] })
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift:22:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'AttributedStringTheme' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: AttributedStringTheme = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:17:12: note: class 'AttributedStringTheme' does not conform to the 'Sendable' protocol
open class AttributedStringTheme {
^
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift:22:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: AttributedStringTheme = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: AttributedStringTheme = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:87:23: warning: static property 'document' 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 document = Self("document")
^
/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:87:23: note: add '@MainActor' to make static property 'document' part of global actor 'MainActor'
public static let document = Self("document")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let document = Self("document")
^
nonisolated(unsafe)
/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: add '@MainActor' to make static property 'p' part of global actor 'MainActor'
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)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:91:23: warning: static property 'em' 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 em = Self("em")
^
/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:91:23: note: add '@MainActor' to make static property 'em' part of global actor 'MainActor'
public static let em = Self("em")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:91:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let em = Self("em")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:92:23: warning: static property 'strong' 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 strong = Self("strong")
^
/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:92:23: note: add '@MainActor' to make static property 'strong' part of global actor 'MainActor'
public static let strong = Self("strong")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:92:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let strong = Self("strong")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:93:23: warning: static property 's' 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 s = Self("s")
^
/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:93:23: note: add '@MainActor' to make static property 's' part of global actor 'MainActor'
public static let s = Self("s")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let s = Self("s")
^
nonisolated(unsafe)
/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: add '@MainActor' to make static property 'link' part of global actor 'MainActor'
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)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:97:23: warning: static property 'list' 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 list = Self("list")
^
/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:97:23: note: add '@MainActor' to make static property 'list' part of global actor 'MainActor'
public static let list = Self("list")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:97:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let list = Self("list")
^
nonisolated(unsafe)
/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: add '@MainActor' to make static property 'blockquote' part of global actor 'MainActor'
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)
/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: add '@MainActor' to make static property 'code' part of global actor 'MainActor'
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)
/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: add '@MainActor' to make static property 'codeBlock' part of global actor 'MainActor'
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:103:23: warning: static property 'h1' 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 h1 = Self("h1")
^
/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:103:23: note: add '@MainActor' to make static property 'h1' part of global actor 'MainActor'
public static let h1 = Self("h1")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:103:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h1 = Self("h1")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:104:23: warning: static property 'h2' 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 h2 = Self("h2")
^
/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:104:23: note: add '@MainActor' to make static property 'h2' part of global actor 'MainActor'
public static let h2 = Self("h2")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:104:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h2 = Self("h2")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:105:23: warning: static property 'h3' 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 h3 = Self("h3")
^
/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:105:23: note: add '@MainActor' to make static property 'h3' part of global actor 'MainActor'
public static let h3 = Self("h3")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:105:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h3 = Self("h3")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:106:23: warning: static property 'h4' 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 h4 = Self("h4")
^
/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:106:23: note: add '@MainActor' to make static property 'h4' part of global actor 'MainActor'
public static let h4 = Self("h4")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:106:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h4 = Self("h4")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:107:23: warning: static property 'h5' 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 h5 = Self("h5")
^
/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:107:23: note: add '@MainActor' to make static property 'h5' part of global actor 'MainActor'
public static let h5 = Self("h5")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:107:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h5 = Self("h5")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:108:23: warning: static property 'h6' 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 h6 = Self("h6")
^
/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:108:23: note: add '@MainActor' to make static property 'h6' part of global actor 'MainActor'
public static let h6 = Self("h6")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift:108:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let h6 = Self("h6")
^
nonisolated(unsafe)
/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: add '@MainActor' to make static property 'hr' part of global actor 'MainActor'
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 Compiling\ DebugTextRendered.swift,\ AST+HTMLRenderer.swift,\ HTMLRenderer.swift,\ HTMLRenderFragment.swift,\ HTMLRenderFragments.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 (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /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/.swiftpm/xcode
SwiftCompile normal arm64 /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/.swiftpm/xcode
SwiftCompile normal arm64 /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/.swiftpm/xcode
SwiftCompile normal arm64 /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/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Dumpling (in target 'Dumpling' from project 'Dumpling')
SwiftDriver\ Compilation\ Requirements Dumpling normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Dumpling -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/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/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/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/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/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/Dumpling.build/Objects-normal/arm64/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PlainTextRenderer.swift, Renderer.swift, Parser.swift, ParserConvertible.swift, ParserType+lookAhead.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')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Dumpling-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling-Swift.h (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Dumpling-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.swiftmodule (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.swiftdoc (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.abi.json (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.swiftmodule/arm64-apple-macos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling ParserType+unwrap.swift, ParserType.swift, Parsers+zip.swift, Parsers.swift, Reader.swift (in target 'Dumpling' from project 'Dumpling')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.swiftsourceinfo (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling EscapeFragment.swift, LinkInlineFragment.swift, NewLineInlineFragment.swift, SpaceInlineFragment.swift, StrikethroughInlineFragment.swift, MarkdownFragment.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 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 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 AttributedStringRenderFragment.swift, AttributedStringRenderFragments.swift, BlockquoteNodeRenderFragment.swift, CodeNodeRenderFragment.swift, HorizontalLineNodeRenderFragment.swift, LinkNodeRenderFragment.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')
SwiftDriver\ Compilation Dumpling normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Dumpling -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/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/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/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/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/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/Dumpling.build/Objects-normal/arm64/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.o normal (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/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/Dumpling.build/Objects-normal/arm64/Dumpling_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.o
ExtractAppIntentsMetadata (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Dumpling --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.Dumpling --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dumpling.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Dumpling.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Dumpling.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 05:06:54.946 appintentsmetadataprocessor[721:4161] Starting appintentsmetadataprocessor export
2025-04-26 05:06:54.981 appintentsmetadataprocessor[721:4161] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Dumpling.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:4037788096a51205d90715d0ceb77f61f410f8e3, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:4037788096a51205d90715d0ceb77f61f410f8e3, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:4037788096a51205d90715d0ceb77f61f410f8e3, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:4037788096a51205d90715d0ceb77f61f410f8e3, name:My Mac }
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.