Build Information
Successful build of Dumpling, reference 0.3.0 (38dc52
), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 11:58:26 UTC.
Swift 6 data race errors: 102
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 generic/platform=watchOS 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
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)
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/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-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal armv7k Compiling AST.swift, Array+AST.swift, BlockquoteBlockFragment.swift, CodeFenceBlockFragment.swift, EOFBlockFragment.swift, HeaderBlockFragment.swift (in target 'Dumpling' from project 'Dumpling')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/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-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/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-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/armv7k-apple-watchos.abi.json
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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_32 /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
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/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-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
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_32 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_32 /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_32 /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_32 /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_32 /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_32 /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_32 /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\ 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
SwiftDriverJobDiscovery normal armv7k Compiling DebugTextRendered.swift, AST+HTMLRenderer.swift, HTMLRenderer.swift, HTMLRenderFragment.swift, HTMLRenderFragments.swift (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal armv7k Compiling HorizontalLineBlockFragment.swift, ListBlockFragment.swift, ParaBlockFragment.swift, CodeSpanInlineFragment.swift, EmphasisInlineFragment.swift, EnclosedInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal armv7k Compiling EscapeFragment.swift, LinkInlineFragment.swift, NewLineInlineFragment.swift, SpaceInlineFragment.swift, StrikethroughInlineFragment.swift, MarkdownFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal armv7k Compiling Markdown+FragmentsConfig.swift, Markdown.swift, Types.swift, LocalParsers.swift, Parser+asNode.swift, AST+PlainTextRenderer.swift (in target 'Dumpling' from project 'Dumpling')
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:13: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:13: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:13: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)
SwiftDriverJobDiscovery normal armv7k Compiling AST+debugRenderer.swift, AST+AttributedString.swift, AppKitExtensions.swift, AttributedStringRenderer+Context.swift, AttributedStringRenderer.swift, AttributedStringRenderFragment+Helpers.swift (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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_32 /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_32 /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_32 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_32 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/DebugTextRendered.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/AST+HTMLRenderer.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/HTMLRenderer.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling AttributedStringRenderFragment.swift, AttributedStringRenderFragments.swift, BlockquoteNodeRenderFragment.swift, CodeNodeRenderFragment.swift, HorizontalLineNodeRenderFragment.swift, LinkNodeRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal armv7k Compiling ListNodeRenderFragment.swift, StringStyle.swift, StringStyles+Helpers.swift, AttributedStringTheme+Default.swift, AttributedStringTheme+Helpers.swift, AttributedStringTheme.swift (in target 'Dumpling' from project 'Dumpling')
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_32 Emitting module for Dumpling (in target 'Dumpling' from project 'Dumpling')
SwiftDriver\ Compilation\ Requirements Dumpling normal arm64_32 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-watchos/Dumpling.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling PlainTextRenderer.swift, Renderer.swift, Parser.swift, ParserConvertible.swift, ParserType+lookAhead.swift (in target 'Dumpling' from project 'Dumpling')
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
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/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-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling EscapeFragment.swift, LinkInlineFragment.swift, NewLineInlineFragment.swift, SpaceInlineFragment.swift, StrikethroughInlineFragment.swift, MarkdownFragment.swift (in target 'Dumpling' from project 'Dumpling')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/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-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/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-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/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-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
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\ 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_32 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_32 /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_32 /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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64_32 Compiling DebugTextRendered.swift, AST+HTMLRenderer.swift, HTMLRenderer.swift, HTMLRenderFragment.swift, HTMLRenderFragments.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64_32 Compiling AST.swift, Array+AST.swift, BlockquoteBlockFragment.swift, CodeFenceBlockFragment.swift, EOFBlockFragment.swift, HeaderBlockFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64_32 Compiling AST+debugRenderer.swift, AST+AttributedString.swift, AppKitExtensions.swift, AttributedStringRenderer+Context.swift, AttributedStringRenderer.swift, AttributedStringRenderFragment+Helpers.swift (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64_32 Compiling ParserType+unwrap.swift, ParserType.swift, Parsers+zip.swift, Parsers.swift, Reader.swift (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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:13: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:13: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:13: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_32 /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_32 /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)
SwiftDriverJobDiscovery normal arm64_32 Compiling Markdown+FragmentsConfig.swift, Markdown.swift, Types.swift, LocalParsers.swift, Parser+asNode.swift, AST+PlainTextRenderer.swift (in target 'Dumpling' from project 'Dumpling')
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
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling AttributedStringRenderFragment.swift, AttributedStringRenderFragments.swift, BlockquoteNodeRenderFragment.swift, CodeNodeRenderFragment.swift, HorizontalLineNodeRenderFragment.swift, LinkNodeRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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_32 /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_32 /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
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Dumpling-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/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-watchos/Dumpling.build/Objects-normal/arm64/Dumpling-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Dumpling-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling ListNodeRenderFragment.swift, StringStyle.swift, StringStyles+Helpers.swift, AttributedStringTheme+Default.swift, AttributedStringTheme+Helpers.swift, AttributedStringTheme.swift (in target 'Dumpling' from project 'Dumpling')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/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-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/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-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/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-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/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-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
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
SwiftDriverJobDiscovery normal arm64_32 Compiling HorizontalLineBlockFragment.swift, ListBlockFragment.swift, ParaBlockFragment.swift, CodeSpanInlineFragment.swift, EmphasisInlineFragment.swift, EnclosedInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriver\ Compilation Dumpling normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.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-watchos/Dumpling.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DebugTextRendered.swift, AST+HTMLRenderer.swift, HTMLRenderer.swift, HTMLRenderFragment.swift, HTMLRenderFragments.swift (in target 'Dumpling' from project 'Dumpling')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k /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 armv7k /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 armv7k /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
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 ParserType+unwrap.swift, ParserType.swift, Parsers+zip.swift, Parsers.swift, Reader.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')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Binary/Dumpling.o normal arm64_32 (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Binary/Dumpling.o
SwiftDriverJobDiscovery normal arm64 Compiling HorizontalLineBlockFragment.swift, ListBlockFragment.swift, ParaBlockFragment.swift, CodeSpanInlineFragment.swift, EmphasisInlineFragment.swift, EnclosedInlineFragment.swift (in target 'Dumpling' from project 'Dumpling')
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 AttributedStringRenderFragment.swift, AttributedStringRenderFragments.swift, BlockquoteNodeRenderFragment.swift, CodeNodeRenderFragment.swift, HorizontalLineNodeRenderFragment.swift, LinkNodeRenderFragment.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64 Compiling AST+debugRenderer.swift, AST+AttributedString.swift, AppKitExtensions.swift, AttributedStringRenderer+Context.swift, AttributedStringRenderer.swift, AttributedStringRenderFragment+Helpers.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriverJobDiscovery normal arm64 Compiling ListNodeRenderFragment.swift, StringStyle.swift, StringStyles+Helpers.swift, AttributedStringTheme+Default.swift, AttributedStringTheme+Helpers.swift, AttributedStringTheme.swift (in target 'Dumpling' from project 'Dumpling')
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Binary/Dumpling.o normal arm64 (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Binary/Dumpling.o
SwiftDriverJobDiscovery normal armv7k Compiling ParserType+unwrap.swift, ParserType.swift, Parsers+zip.swift, Parsers.swift, Reader.swift (in target 'Dumpling' from project 'Dumpling')
SwiftDriver\ Compilation Dumpling normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace/.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-watchos/Dumpling.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Binary/Dumpling.o normal armv7k (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Binary/Dumpling.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.o normal arm64\ armv7k\ arm64_32 (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Binary/Dumpling.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Binary/Dumpling.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Binary/Dumpling.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.o
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.Dumpling --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Dumpling.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Dumpling.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64/Dumpling.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/armv7k/Dumpling.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Dumpling.build/Debug-watchos/Dumpling.build/Objects-normal/arm64_32/Dumpling.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 04:58:25.085 appintentsmetadataprocessor[746:4445] Starting appintentsmetadataprocessor export
2025-04-26 04:58:25.127 appintentsmetadataprocessor[746:4445] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.o (in target 'Dumpling' from project 'Dumpling')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Dumpling.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Dumpling",
"name" : "Dumpling",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Dumpling",
"targets" : [
"Dumpling"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DumplingTests",
"module_type" : "SwiftTarget",
"name" : "DumplingTests",
"path" : "Tests",
"sources" : [
"DumplingTests/Helpers/InlineMarkdown.swift",
"DumplingTests/Markdown/Fragments/BlockquoteBlockFragmentTests.swift",
"DumplingTests/Markdown/Fragments/EmphasisInlineFragmentTests.swift",
"DumplingTests/Markdown/Fragments/LinkInlineFragmentTests.swift",
"DumplingTests/Markdown/Fragments/ListBlockFragmentTests.swift",
"DumplingTests/Markdown/Parser/ParserTests_Backslash.swift",
"DumplingTests/Markdown/Parser/ParserTests_Basic.swift",
"DumplingTests/Markdown/Parser/ParserTests_Blockquote.swift",
"DumplingTests/Markdown/Parser/ParserTests_Code_Fence.swift",
"DumplingTests/Markdown/Parser/ParserTests_Code_Span.swift",
"DumplingTests/Markdown/Parser/ParserTests_Emphasis.swift",
"DumplingTests/Markdown/Parser/ParserTests_Header.swift",
"DumplingTests/Markdown/Parser/ParserTests_HorizontalLine.swift",
"DumplingTests/Markdown/Parser/ParserTests_Link.swift",
"DumplingTests/Markdown/Parser/ParserTests_List.swift",
"DumplingTests/Markdown/Parser/ParserTests_NewLine.swift",
"DumplingTests/Markdown/Parser/ParserTests_Strikethrough.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_Backslash.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_Blockquote.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_Code_Fence.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_Code_Span.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_Emphasis.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_Header.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_HorizontalLine.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_Link.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_List.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_NewLine.swift",
"DumplingTests/Markdown/Parser/TestCases/TestCase_Strikethrough.swift",
"DumplingTests/Parser/LocalParsersTests+int.swift",
"DumplingTests/Parser/LocalParsersTests+lineStart.swift",
"DumplingTests/Parser/LocalParsersTests+minCharacters.swift",
"DumplingTests/Parser/LocalParsersTests+stringUntil.swift",
"DumplingTests/Parser/LocalParsersTests+zeroOrManyCharacters.swift",
"DumplingTests/Parser/LocalParsersTests.swift",
"DumplingTests/Renderer/AttributedStringRendererTests.swift",
"DumplingTests/Renderer/HTMLRendererTests.swift",
"ParserCoreTests/Helpers.swift",
"ParserCoreTests/ParserTests.swift",
"ParserCoreTests/ParsersTests+minMax.swift",
"ParserCoreTests/ParsersTests+oneOf.swift",
"ParserCoreTests/ParsersTests+repeatUntil.swift"
],
"target_dependencies" : [
"Dumpling"
],
"type" : "test"
},
{
"c99name" : "Dumpling",
"module_type" : "SwiftTarget",
"name" : "Dumpling",
"path" : "Sources",
"product_memberships" : [
"Dumpling"
],
"sources" : [
"Dumpling/AST/AST.swift",
"Dumpling/AST/Array+AST.swift",
"Dumpling/Markdown/Fragments/Block/BlockquoteBlockFragment.swift",
"Dumpling/Markdown/Fragments/Block/CodeFenceBlockFragment.swift",
"Dumpling/Markdown/Fragments/Block/EOFBlockFragment.swift",
"Dumpling/Markdown/Fragments/Block/HeaderBlockFragment.swift",
"Dumpling/Markdown/Fragments/Block/HorizontalLineBlockFragment.swift",
"Dumpling/Markdown/Fragments/Block/ListBlockFragment.swift",
"Dumpling/Markdown/Fragments/Block/ParaBlockFragment.swift",
"Dumpling/Markdown/Fragments/Inline/CodeSpanInlineFragment.swift",
"Dumpling/Markdown/Fragments/Inline/EmphasisInlineFragment.swift",
"Dumpling/Markdown/Fragments/Inline/EnclosedInlineFragment.swift",
"Dumpling/Markdown/Fragments/Inline/EscapeFragment.swift",
"Dumpling/Markdown/Fragments/Inline/LinkInlineFragment.swift",
"Dumpling/Markdown/Fragments/Inline/NewLineInlineFragment.swift",
"Dumpling/Markdown/Fragments/Inline/SpaceInlineFragment.swift",
"Dumpling/Markdown/Fragments/Inline/StrikethroughInlineFragment.swift",
"Dumpling/Markdown/Fragments/MarkdownFragment.swift",
"Dumpling/Markdown/Markdown+FragmentsConfig.swift",
"Dumpling/Markdown/Markdown.swift",
"Dumpling/Markdown/Types.swift",
"Dumpling/Parser/LocalParsers.swift",
"Dumpling/Parser/Parser+asNode.swift",
"Dumpling/Renderer/AST+PlainTextRenderer.swift",
"Dumpling/Renderer/AST+debugRenderer.swift",
"Dumpling/Renderer/AttributedString/AST+AttributedString.swift",
"Dumpling/Renderer/AttributedString/AppKitExtensions.swift",
"Dumpling/Renderer/AttributedString/AttributedStringRenderer+Context.swift",
"Dumpling/Renderer/AttributedString/AttributedStringRenderer.swift",
"Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment+Helpers.swift",
"Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragment.swift",
"Dumpling/Renderer/AttributedString/RenderFragments/AttributedStringRenderFragments.swift",
"Dumpling/Renderer/AttributedString/RenderFragments/BlockquoteNodeRenderFragment.swift",
"Dumpling/Renderer/AttributedString/RenderFragments/CodeNodeRenderFragment.swift",
"Dumpling/Renderer/AttributedString/RenderFragments/HorizontalLineNodeRenderFragment.swift",
"Dumpling/Renderer/AttributedString/RenderFragments/LinkNodeRenderFragment.swift",
"Dumpling/Renderer/AttributedString/RenderFragments/ListNodeRenderFragment.swift",
"Dumpling/Renderer/AttributedString/Styles/StringStyle.swift",
"Dumpling/Renderer/AttributedString/Styles/StringStyles+Helpers.swift",
"Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Default.swift",
"Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme+Helpers.swift",
"Dumpling/Renderer/AttributedString/Theme/AttributedStringTheme.swift",
"Dumpling/Renderer/DebugTextRendered.swift",
"Dumpling/Renderer/Html/AST+HTMLRenderer.swift",
"Dumpling/Renderer/Html/HTMLRenderer.swift",
"Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragment.swift",
"Dumpling/Renderer/Html/RenderFragments/HTMLRenderFragments.swift",
"Dumpling/Renderer/PlainTextRenderer.swift",
"Dumpling/Renderer/Renderer.swift",
"ParserCore/Parser.swift",
"ParserCore/ParserConvertible.swift",
"ParserCore/ParserType+lookAhead.swift",
"ParserCore/ParserType+unwrap.swift",
"ParserCore/ParserType.swift",
"ParserCore/Parsers+zip.swift",
"ParserCore/Parsers.swift",
"ParserCore/Reader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.