The Swift Package Index logo.Swift Package Index

Build Information

Successful build of textual, reference main (5b06b8), with Swift 6.1 for macOS (SPM) on 25 Jan 2026 23:01:43 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalezreal/textual.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gonzalezreal/textual
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5b06b81 Use safe resource bundle lookup for Prism (#21)
Cloned https://github.com/gonzalezreal/textual.git
Revision (git rev-parse @):
5b06b811c0f5313b6b84bbef98c635a630638c38
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gonzalezreal/textual.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gonzalezreal/textual.git
https://github.com/gonzalezreal/textual.git
{
  "dependencies" : [
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swiftui-math",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gonzalezreal/swiftui-math"
    }
  ],
  "manifest_display_name" : "textual",
  "name" : "textual",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Textual",
      "targets" : [
        "Textual"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextualTests",
      "module_type" : "SwiftTarget",
      "name" : "TextualTests",
      "path" : "Tests/TextualTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TextualTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Helpers/CodableTextLayoutCollection.swift",
        "Helpers/Color+Guide.swift",
        "Helpers/Snapshotting+TextLayoutCollection.swift",
        "Helpers/TextSelectionModel+Fixture.swift",
        "InlineText/InlineStyleTests.swift",
        "Internal/Font/FontProviderTests.swift",
        "Internal/Formatting/HTMLFormatterTests.swift",
        "Internal/Formatting/PlainTextFormatterTests.swift",
        "Internal/Helpers/AttributedStringTests.swift",
        "Internal/Helpers/BlockRunsTests.swift",
        "Internal/Highlighter/CodeTokenizerTests.swift",
        "Internal/MarkdownParser/PatternProcessorTests.swift",
        "Internal/MarkdownParser/PatternTokenizerTests.swift",
        "Internal/TextInteraction/TextLayoutCollectionTests.swift",
        "Internal/TextInteraction/TextSelectionModelTests+macOS.swift",
        "Internal/TextInteraction/TextSelectionModelTests.swift",
        "StructuredText/BlockQuoteTests.swift",
        "StructuredText/CodeBlockTests.swift",
        "StructuredText/HeadingTests.swift",
        "StructuredText/MathExpressionTests.swift",
        "StructuredText/OrderedListTests.swift",
        "StructuredText/TableTests.swift",
        "StructuredText/ThematicBreakTests.swift",
        "StructuredText/UnorderedListTests.swift",
        "TextProperty/TextPropertyTests.swift"
      ],
      "target_dependencies" : [
        "Textual"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Textual",
      "module_type" : "SwiftTarget",
      "name" : "Textual",
      "path" : "Sources/Textual",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "SwiftUIMath"
      ],
      "product_memberships" : [
        "Textual"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/Highlighter/Prism/prism-bundle.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Attachment/Attachment.swift",
        "Attachment/AttachmentLoader.swift",
        "Attachment/ResourceAttachmentLoader.swift",
        "Attachment/URLAttachmentLoader.swift",
        "ColorEnvironmentValues.swift",
        "Deprecations.swift",
        "DynamicColor.swift",
        "EmojiProperties.swift",
        "FontScaled.swift",
        "InlineText/InlineStyle+Default.swift",
        "InlineText/InlineStyle+GitHub.swift",
        "InlineText/InlineStyle.swift",
        "InlineText/InlineText.swift",
        "Internal/Attachment/AttachmentAttribute.swift",
        "Internal/Attachment/AttachmentOverlay.swift",
        "Internal/Attachment/AttachmentView.swift",
        "Internal/Attachment/EmojiAttachment.swift",
        "Internal/Attachment/EmojiResourceAttachment.swift",
        "Internal/Attachment/ImageAttachment.swift",
        "Internal/Attachment/ImageResourceAttachment.swift",
        "Internal/Attachment/MathAttachment.swift",
        "Internal/Attachment/WithAttachments.swift",
        "Internal/Font/AnyFontProvider+Font.swift",
        "Internal/Font/AnyFontProvider.swift",
        "Internal/Font/FontModifier.swift",
        "Internal/Font/FontModifierProvider.swift",
        "Internal/Font/FontProvider.swift",
        "Internal/Font/FontScaleModifier.swift",
        "Internal/Font/NamedFontProvider.swift",
        "Internal/Font/PlatformFont.swift",
        "Internal/Font/PlatformFontProvider.swift",
        "Internal/Font/StaticFontModifierProvider.swift",
        "Internal/Font/SystemFontProvider.swift",
        "Internal/Font/TextStyleFontProvider.swift",
        "Internal/Font/WithFontScaledValue.swift",
        "Internal/Formatting/Formatter+HTML.swift",
        "Internal/Formatting/Formatter+PlainText.swift",
        "Internal/Formatting/Formatter.swift",
        "Internal/Formatting/TransferableText.swift",
        "Internal/Helpers/Array.swift",
        "Internal/Helpers/AttributedString.swift",
        "Internal/Helpers/Box.swift",
        "Internal/Helpers/Bundle.swift",
        "Internal/Helpers/CGImage+PNGData.swift",
        "Internal/Helpers/Logger.swift",
        "Internal/Helpers/PlatformImage.swift",
        "Internal/Helpers/Range.swift",
        "Internal/Helpers/Tuple.swift",
        "Internal/Helpers/VerticalAlignment+FirstTextCenter.swift",
        "Internal/Highlighter/CodeTokenizer.swift",
        "Internal/Highlighter/HighlightedTextFragment.swift",
        "Internal/Image/Image.swift",
        "Internal/Image/ImageLoader.swift",
        "Internal/Image/ImageView.swift",
        "Internal/InlineText/WithInlineStyle.swift",
        "Internal/MarkdownParser/Emoji+Preview.swift",
        "Internal/MarkdownParser/PatternProcessor.swift",
        "Internal/MarkdownParser/PatternTokenizer.swift",
        "Internal/StructuredText/BlockContent.swift",
        "Internal/StructuredText/BlockQuote.swift",
        "Internal/StructuredText/BlockSpacingKey.swift",
        "Internal/StructuredText/BlockVStack.swift",
        "Internal/StructuredText/CodeBlock.swift",
        "Internal/StructuredText/Heading.swift",
        "Internal/StructuredText/ListEnvironment.swift",
        "Internal/StructuredText/MathBlock.swift",
        "Internal/StructuredText/MathCodeBlock.swift",
        "Internal/StructuredText/OrderedList.swift",
        "Internal/StructuredText/Paragraph.swift",
        "Internal/StructuredText/Style/OverflowFrameKey.swift",
        "Internal/StructuredText/Style/ResolvedBlockQuoteStyle.swift",
        "Internal/StructuredText/Style/ResolvedCodeBlockStyle.swift",
        "Internal/StructuredText/Style/ResolvedHeadingStyle.swift",
        "Internal/StructuredText/Style/ResolvedListItemStyle.swift",
        "Internal/StructuredText/Style/ResolvedOrderedListMarker.swift",
        "Internal/StructuredText/Style/ResolvedParagraphStyle.swift",
        "Internal/StructuredText/Style/ResolvedTableCellStyle.swift",
        "Internal/StructuredText/Style/ResolvedTableStyle.swift",
        "Internal/StructuredText/Style/ResolvedThematicBreakStyle.swift",
        "Internal/StructuredText/Style/ResolvedUnorderedListMarker.swift",
        "Internal/StructuredText/Table.swift",
        "Internal/StructuredText/TableCell.swift",
        "Internal/StructuredText/ThematicBreak.swift",
        "Internal/StructuredText/UnorderedList.swift",
        "Internal/TextFragment/TextBuilder.swift",
        "Internal/TextFragment/TextFragment.swift",
        "Internal/TextInteraction/AppKit/AppKitTextInteractionOverlay.swift",
        "Internal/TextInteraction/AppKit/AppKitTextSelectionInteraction.swift",
        "Internal/TextInteraction/AppKit/AppKitTextSelectionView.swift",
        "Internal/TextInteraction/AppKit/NSTextInteractionView.swift",
        "Internal/TextInteraction/Shared/IndexPath+TextPosition.swift",
        "Internal/TextInteraction/Shared/LayoutDirection+Locale.swift",
        "Internal/TextInteraction/Shared/LinkAttribute.swift",
        "Internal/TextInteraction/Shared/TextLayout/EmptyTextLayoutCollection.swift",
        "Internal/TextInteraction/Shared/TextLayout/Layout+Internals.swift",
        "Internal/TextInteraction/Shared/TextLayout/LiveTextLayoutCollection.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+AttributedStringAccess.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+Geometry.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+Positioning.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+Ranges.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+RunSliceTraversal.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+SelectionRects.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection.swift",
        "Internal/TextInteraction/Shared/TextLayout/View+TextLayoutCollection.swift",
        "Internal/TextInteraction/Shared/TextLinkInteraction.swift",
        "Internal/TextInteraction/Shared/TextPosition.swift",
        "Internal/TextInteraction/Shared/TextRange.swift",
        "Internal/TextInteraction/Shared/TextSelectionBackground.swift",
        "Internal/TextInteraction/Shared/TextSelectionCoordinator.swift",
        "Internal/TextInteraction/Shared/TextSelectionInteraction.swift",
        "Internal/TextInteraction/Shared/TextSelectionModel.swift",
        "Internal/TextInteraction/Shared/TextSelectionRect.swift",
        "Internal/TextInteraction/UIKit/TextActivityItemSource.swift",
        "Internal/TextInteraction/UIKit/TextPositionBox.swift",
        "Internal/TextInteraction/UIKit/TextRangeBox.swift",
        "Internal/TextInteraction/UIKit/TextSelectionRectBox.swift",
        "Internal/TextInteraction/UIKit/UIKitTextInteractionOverlay.swift",
        "Internal/TextInteraction/UIKit/UIKitTextSelectionInteraction.swift",
        "Internal/TextInteraction/UIKit/UITextInteractionView+UITextInput.swift",
        "Internal/TextInteraction/UIKit/UITextInteractionView+UITextInputTokenizer.swift",
        "Internal/TextInteraction/UIKit/UITextInteractionView.swift",
        "MarkdownParser/AttributedStringMarkdownParser.swift",
        "MarkdownParser/Emoji.swift",
        "MarkdownParser/SyntaxExtension.swift",
        "MarkdownParser/TextualAttributes.swift",
        "MarkupParser.swift",
        "MathProperties.swift",
        "StructuredText/HighlighterTheme/HighlighterTheme+Default.swift",
        "StructuredText/HighlighterTheme/HighlighterTheme+Plain.swift",
        "StructuredText/HighlighterTheme/HighlighterTheme.swift",
        "StructuredText/HighlighterTheme/TokenType.swift",
        "StructuredText/StructuredText.swift",
        "StructuredText/Style/BlockQuoteStyle.swift",
        "StructuredText/Style/BlockSpacing.swift",
        "StructuredText/Style/BlockStyleConfiguration.swift",
        "StructuredText/Style/CodeBlockProxy.swift",
        "StructuredText/Style/CodeBlockStyle.swift",
        "StructuredText/Style/Default/DefaultBlockQuoteStyle.swift",
        "StructuredText/Style/Default/DefaultCodeBlockStyle.swift",
        "StructuredText/Style/Default/DefaultHeadingStyle.swift",
        "StructuredText/Style/Default/DefaultListItemStyle.swift",
        "StructuredText/Style/Default/DefaultParagraphStyle.swift",
        "StructuredText/Style/Default/DefaultStyle.swift",
        "StructuredText/Style/Default/DefaultTableCellStyle.swift",
        "StructuredText/Style/Default/DefaultTableStyle.swift",
        "StructuredText/Style/Default/DividerThematicBreakStyle.swift",
        "StructuredText/Style/Default/DynamicColor+Default.swift",
        "StructuredText/Style/Default/OverflowTableStyle.swift",
        "StructuredText/Style/GitHub/DynamicColor+GitHub.swift",
        "StructuredText/Style/GitHub/GitHubBlockQuoteStyle.swift",
        "StructuredText/Style/GitHub/GitHubCodeBlockStyle.swift",
        "StructuredText/Style/GitHub/GitHubHeadingStyle.swift",
        "StructuredText/Style/GitHub/GitHubParagraphStyle.swift",
        "StructuredText/Style/GitHub/GitHubStyle.swift",
        "StructuredText/Style/GitHub/GitHubTableCellStyle.swift",
        "StructuredText/Style/GitHub/GitHubTableStyle.swift",
        "StructuredText/Style/GitHub/GitHubThematicBreak.swift",
        "StructuredText/Style/HeadingStyle.swift",
        "StructuredText/Style/ListItemStyle.swift",
        "StructuredText/Style/OrderedListMarker.swift",
        "StructuredText/Style/Overflow.swift",
        "StructuredText/Style/ParagraphStyle.swift",
        "StructuredText/Style/Style.swift",
        "StructuredText/Style/TableCellStyle.swift",
        "StructuredText/Style/TableLayout.swift",
        "StructuredText/Style/TableStyle.swift",
        "StructuredText/Style/ThematicBreakStyle.swift",
        "StructuredText/Style/UnorderedListMarker.swift",
        "TextEnvironmentValues.swift",
        "TextProperty/Color/BackgroundColorProperty.swift",
        "TextProperty/Color/ForegroundColorProperty.swift",
        "TextProperty/Font/BoldProperty.swift",
        "TextProperty/Font/FontLeadingProperty.swift",
        "TextProperty/Font/FontProperty.swift",
        "TextProperty/Font/FontScaleProperty.swift",
        "TextProperty/Font/FontWeightProperty.swift",
        "TextProperty/Font/FontWidthProperty.swift",
        "TextProperty/Font/ItalicProperty.swift",
        "TextProperty/Font/LowercaseSmallCapsProperty.swift",
        "TextProperty/Font/MonospacedDigitProperty.swift",
        "TextProperty/Font/MonospacedProperty.swift",
        "TextProperty/Font/SmallCapsProperty.swift",
        "TextProperty/Font/UppercaseSmallCapsProperty.swift",
        "TextProperty/LineStyle/StrikethroughStyleProperty.swift",
        "TextProperty/LineStyle/UnderlineStyleProperty.swift",
        "TextProperty/Space/BaselineOffsetProperty.swift",
        "TextProperty/Space/KerningProperty.swift",
        "TextProperty/Space/TrackingProperty.swift",
        "TextProperty/TextProperty.swift",
        "TextProperty/TupleTextProperty.swift",
        "TextualNamespace.swift",
        "View+Textual.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/6] Write sources
[1/6] Copying prism-bundle.js
[2/6] Write sources
[4/6] Copying mathFonts.bundle
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/58] Compiling ConcurrencyExtras Result.swift
[8/58] Compiling ConcurrencyExtras UncheckedBox.swift
[9/58] Compiling ConcurrencyExtras MainSerialExecutor.swift
[10/58] Compiling ConcurrencyExtras LockIsolated.swift
[11/58] Compiling ConcurrencyExtras Task.swift
[12/58] Compiling ConcurrencyExtras Locking.swift
[13/58] Emitting module ConcurrencyExtras
[14/58] Compiling SwiftUIMath Font.swift
[15/58] Compiling SwiftUIMath CGContext+DisplayNode.swift
[16/58] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[17/58] Compiling ConcurrencyExtras AsyncStream.swift
[18/59] Compiling ConcurrencyExtras UncheckedSendable.swift
[19/59] Compiling SwiftUIMath ColorBox.swift
[20/59] Compiling SwiftUIMath Fraction.swift
[21/59] Compiling SwiftUIMath Inner.swift
[22/59] Compiling SwiftUIMath LargeOperator.swift
[23/63] Emitting module SwiftUIMath
[24/63] Compiling SwiftUIMath Overline.swift
[25/63] Compiling SwiftUIMath Radical.swift
[26/63] Compiling SwiftUIMath Space.swift
[27/63] Compiling SwiftUIMath Style.swift
[28/63] Compiling SwiftUIMath CGColor+HexString.swift
[29/63] Compiling SwiftUIMath KeyBox.swift
[30/63] Compiling SwiftUIMath ReadWriteLockIsolated.swift
[31/63] Compiling SwiftUIMath Unicode.swift
[32/63] Compiling SwiftUIMath Typesetter.swift
[33/63] Compiling SwiftUIMath FontMetrics.swift
[34/63] Compiling SwiftUIMath FontRegistry.swift
[35/63] Compiling SwiftUIMath FontTable.swift
[36/63] Compiling SwiftUIMath PlatformFont.swift
[37/63] Compiling SwiftUIMath DisplayGlyphRun.swift
[38/63] Compiling SwiftUIMath DisplayLargeOperator.swift
[39/63] Compiling SwiftUIMath DisplayLine.swift
[40/63] Compiling SwiftUIMath DisplayList.swift
[41/63] Compiling SwiftUIMath DisplayNode.swift
[42/63] Compiling SwiftUIMath DisplayProvider.swift
[43/63] Compiling SwiftUIMath DisplayRadical.swift
[44/63] Compiling SwiftUIMath DisplayShiftedNode.swift
[45/63] Compiling SwiftUIMath DisplayTextRun.swift
[46/63] Compiling SwiftUIMath GraphicsContext+DisplayNode.swift
[47/63] Compiling SwiftUIMath AtomFactory.swift
[48/63] Compiling SwiftUIMath AtomList.swift
[49/63] Compiling SwiftUIMath Accent.swift
[50/63] Compiling SwiftUIMath Color.swift
[51/63] Compiling SwiftUIMath Table.swift
[52/63] Compiling SwiftUIMath TextColor.swift
[53/63] Compiling SwiftUIMath Underline.swift
[54/63] Compiling SwiftUIMath Parser.swift
[55/63] Compiling SwiftUIMath Math.swift
[56/63] Compiling SwiftUIMath RenderingMode.swift
[57/63] Compiling SwiftUIMath TypesettingStyle.swift
[58/63] Compiling SwiftUIMath resource_bundle_accessor.swift
[61/63] Compiling SwiftUIMath DisplayAccent.swift
[62/63] Compiling SwiftUIMath DisplayFraction.swift
[63/63] Compiling SwiftUIMath DisplayGlyph.swift
[64/238] Emitting module Textual
[65/257] Compiling Textual BlockSpacingKey.swift
[66/257] Compiling Textual BlockVStack.swift
[67/257] Compiling Textual CodeBlock.swift
[68/257] Compiling Textual Heading.swift
[69/257] Compiling Textual ListEnvironment.swift
[70/257] Compiling Textual MathBlock.swift
[71/257] Compiling Textual MathCodeBlock.swift
[72/257] Compiling Textual OrderedList.swift
[73/257] Compiling Textual Paragraph.swift
[74/257] Compiling Textual OverflowFrameKey.swift
[75/257] Compiling Textual ResolvedBlockQuoteStyle.swift
[76/257] Compiling Textual ResolvedCodeBlockStyle.swift
[77/257] Compiling Textual ResolvedHeadingStyle.swift
[78/257] Compiling Textual ResolvedListItemStyle.swift
[79/257] Compiling Textual ResolvedOrderedListMarker.swift
[80/257] Compiling Textual ResolvedParagraphStyle.swift
[81/257] Compiling Textual ResolvedTableCellStyle.swift
[82/257] Compiling Textual ResolvedTableStyle.swift
[83/257] Compiling Textual ResolvedThematicBreakStyle.swift
[84/257] Compiling Textual Attachment.swift
[85/257] Compiling Textual AttachmentLoader.swift
[86/257] Compiling Textual ResourceAttachmentLoader.swift
[87/257] Compiling Textual URLAttachmentLoader.swift
[88/257] Compiling Textual ColorEnvironmentValues.swift
[89/257] Compiling Textual Deprecations.swift
[90/257] Compiling Textual DynamicColor.swift
[91/257] Compiling Textual EmojiProperties.swift
[92/257] Compiling Textual FontScaled.swift
[93/257] Compiling Textual InlineStyle+Default.swift
[94/257] Compiling Textual InlineStyle+GitHub.swift
[95/257] Compiling Textual InlineStyle.swift
[96/257] Compiling Textual InlineText.swift
[97/257] Compiling Textual AttachmentAttribute.swift
[98/257] Compiling Textual AttachmentOverlay.swift
[99/257] Compiling Textual AttachmentView.swift
[100/257] Compiling Textual EmojiAttachment.swift
[101/257] Compiling Textual EmojiResourceAttachment.swift
[102/257] Compiling Textual ImageAttachment.swift
[103/257] Compiling Textual ImageResourceAttachment.swift
[104/257] Compiling Textual UIKitTextSelectionInteraction.swift
[105/257] Compiling Textual UITextInteractionView+UITextInput.swift
[106/257] Compiling Textual UITextInteractionView+UITextInputTokenizer.swift
[107/257] Compiling Textual UITextInteractionView.swift
[108/257] Compiling Textual AttributedStringMarkdownParser.swift
[109/257] Compiling Textual Emoji.swift
[110/257] Compiling Textual SyntaxExtension.swift
[111/257] Compiling Textual TextualAttributes.swift
[112/257] Compiling Textual MarkupParser.swift
[113/257] Compiling Textual MathProperties.swift
[114/257] Compiling Textual HighlighterTheme+Default.swift
[115/257] Compiling Textual HighlighterTheme+Plain.swift
[116/257] Compiling Textual HighlighterTheme.swift
[117/257] Compiling Textual TokenType.swift
[118/257] Compiling Textual StructuredText.swift
[119/257] Compiling Textual BlockQuoteStyle.swift
[120/257] Compiling Textual BlockSpacing.swift
[121/257] Compiling Textual BlockStyleConfiguration.swift
[122/257] Compiling Textual CodeBlockProxy.swift
[123/257] Compiling Textual TextLayoutCollection+Positioning.swift
[124/257] Compiling Textual TextLayoutCollection+Ranges.swift
[125/257] Compiling Textual TextLayoutCollection+RunSliceTraversal.swift
[126/257] Compiling Textual TextLayoutCollection+SelectionRects.swift
[127/257] Compiling Textual TextLayoutCollection.swift
[128/257] Compiling Textual View+TextLayoutCollection.swift
[129/257] Compiling Textual TextLinkInteraction.swift
[130/257] Compiling Textual TextPosition.swift
[131/257] Compiling Textual TextRange.swift
[132/257] Compiling Textual TextSelectionBackground.swift
[133/257] Compiling Textual TextSelectionCoordinator.swift
[134/257] Compiling Textual TextSelectionInteraction.swift
[135/257] Compiling Textual TextSelectionModel.swift
[136/257] Compiling Textual TextSelectionRect.swift
[137/257] Compiling Textual TextActivityItemSource.swift
[138/257] Compiling Textual TextPositionBox.swift
[139/257] Compiling Textual TextRangeBox.swift
[140/257] Compiling Textual TextSelectionRectBox.swift
[141/257] Compiling Textual UIKitTextInteractionOverlay.swift
[142/257] Compiling Textual MathAttachment.swift
[143/257] Compiling Textual WithAttachments.swift
[144/257] Compiling Textual AnyFontProvider+Font.swift
[145/257] Compiling Textual AnyFontProvider.swift
[146/257] Compiling Textual FontModifier.swift
[147/257] Compiling Textual FontModifierProvider.swift
[148/257] Compiling Textual FontProvider.swift
[149/257] Compiling Textual FontScaleModifier.swift
[150/257] Compiling Textual NamedFontProvider.swift
[151/257] Compiling Textual PlatformFont.swift
[152/257] Compiling Textual PlatformFontProvider.swift
[153/257] Compiling Textual StaticFontModifierProvider.swift
[154/257] Compiling Textual SystemFontProvider.swift
[155/257] Compiling Textual TextStyleFontProvider.swift
[156/257] Compiling Textual WithFontScaledValue.swift
[157/257] Compiling Textual Formatter+HTML.swift
[158/257] Compiling Textual Formatter+PlainText.swift
[159/257] Compiling Textual Formatter.swift
[160/257] Compiling Textual TransferableText.swift
[161/257] Compiling Textual Array.swift
[162/257] Compiling Textual FontScaleProperty.swift
[163/257] Compiling Textual FontWeightProperty.swift
[164/257] Compiling Textual FontWidthProperty.swift
[165/257] Compiling Textual ItalicProperty.swift
[166/257] Compiling Textual LowercaseSmallCapsProperty.swift
[167/257] Compiling Textual MonospacedDigitProperty.swift
[168/257] Compiling Textual MonospacedProperty.swift
[169/257] Compiling Textual SmallCapsProperty.swift
[170/257] Compiling Textual UppercaseSmallCapsProperty.swift
[171/257] Compiling Textual StrikethroughStyleProperty.swift
[172/257] Compiling Textual UnderlineStyleProperty.swift
[173/257] Compiling Textual BaselineOffsetProperty.swift
[174/257] Compiling Textual KerningProperty.swift
[175/257] Compiling Textual TrackingProperty.swift
[176/257] Compiling Textual TextProperty.swift
[177/257] Compiling Textual TupleTextProperty.swift
[178/257] Compiling Textual TextualNamespace.swift
[179/257] Compiling Textual View+Textual.swift
[180/257] Compiling Textual resource_bundle_accessor.swift
[181/257] Compiling Textual ResolvedUnorderedListMarker.swift
[182/257] Compiling Textual Table.swift
[183/257] Compiling Textual TableCell.swift
[184/257] Compiling Textual ThematicBreak.swift
[185/257] Compiling Textual UnorderedList.swift
[186/257] Compiling Textual TextBuilder.swift
[187/257] Compiling Textual TextFragment.swift
[188/257] Compiling Textual AppKitTextInteractionOverlay.swift
[189/257] Compiling Textual AppKitTextSelectionInteraction.swift
[190/257] Compiling Textual AppKitTextSelectionView.swift
[191/257] Compiling Textual NSTextInteractionView.swift
[192/257] Compiling Textual IndexPath+TextPosition.swift
[193/257] Compiling Textual LayoutDirection+Locale.swift
[194/257] Compiling Textual LinkAttribute.swift
[195/257] Compiling Textual EmptyTextLayoutCollection.swift
[196/257] Compiling Textual Layout+Internals.swift
[197/257] Compiling Textual LiveTextLayoutCollection.swift
[198/257] Compiling Textual TextLayoutCollection+AttributedStringAccess.swift
[199/257] Compiling Textual TextLayoutCollection+Geometry.swift
[200/257] Compiling Textual GitHubTableStyle.swift
[201/257] Compiling Textual GitHubThematicBreak.swift
[202/257] Compiling Textual HeadingStyle.swift
[203/257] Compiling Textual ListItemStyle.swift
[204/257] Compiling Textual OrderedListMarker.swift
[205/257] Compiling Textual Overflow.swift
[206/257] Compiling Textual ParagraphStyle.swift
[207/257] Compiling Textual Style.swift
[208/257] Compiling Textual TableCellStyle.swift
[209/257] Compiling Textual TableLayout.swift
[210/257] Compiling Textual TableStyle.swift
[211/257] Compiling Textual ThematicBreakStyle.swift
[212/257] Compiling Textual UnorderedListMarker.swift
[213/257] Compiling Textual TextEnvironmentValues.swift
[214/257] Compiling Textual BackgroundColorProperty.swift
[215/257] Compiling Textual ForegroundColorProperty.swift
[216/257] Compiling Textual BoldProperty.swift
[217/257] Compiling Textual FontLeadingProperty.swift
[218/257] Compiling Textual FontProperty.swift
[219/257] Compiling Textual CodeBlockStyle.swift
[220/257] Compiling Textual DefaultBlockQuoteStyle.swift
[221/257] Compiling Textual DefaultCodeBlockStyle.swift
[222/257] Compiling Textual DefaultHeadingStyle.swift
[223/257] Compiling Textual DefaultListItemStyle.swift
[224/257] Compiling Textual DefaultParagraphStyle.swift
[225/257] Compiling Textual DefaultStyle.swift
[226/257] Compiling Textual DefaultTableCellStyle.swift
[227/257] Compiling Textual DefaultTableStyle.swift
[228/257] Compiling Textual DividerThematicBreakStyle.swift
[229/257] Compiling Textual DynamicColor+Default.swift
[230/257] Compiling Textual OverflowTableStyle.swift
[231/257] Compiling Textual DynamicColor+GitHub.swift
[232/257] Compiling Textual GitHubBlockQuoteStyle.swift
[233/257] Compiling Textual GitHubCodeBlockStyle.swift
[234/257] Compiling Textual GitHubHeadingStyle.swift
[235/257] Compiling Textual GitHubParagraphStyle.swift
[236/257] Compiling Textual GitHubStyle.swift
[237/257] Compiling Textual GitHubTableCellStyle.swift
[238/257] Compiling Textual AttributedString.swift
[239/257] Compiling Textual Box.swift
[240/257] Compiling Textual Bundle.swift
[241/257] Compiling Textual CGImage+PNGData.swift
[242/257] Compiling Textual Logger.swift
[243/257] Compiling Textual PlatformImage.swift
[244/257] Compiling Textual Range.swift
[245/257] Compiling Textual Tuple.swift
[246/257] Compiling Textual VerticalAlignment+FirstTextCenter.swift
[247/257] Compiling Textual CodeTokenizer.swift
[248/257] Compiling Textual HighlightedTextFragment.swift
[249/257] Compiling Textual Image.swift
[250/257] Compiling Textual ImageLoader.swift
[251/257] Compiling Textual ImageView.swift
[252/257] Compiling Textual WithInlineStyle.swift
[253/257] Compiling Textual Emoji+Preview.swift
[254/257] Compiling Textual PatternProcessor.swift
[255/257] Compiling Textual PatternTokenizer.swift
[256/257] Compiling Textual BlockContent.swift
[257/257] Compiling Textual BlockQuote.swift
Build complete! (29.60s)
Fetching https://github.com/gonzalezreal/swiftui-math
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
[1/1762] Fetching swiftui-math
Fetched https://github.com/gonzalezreal/swiftui-math from cache (1.43s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.93s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.93s)
Computing version for https://github.com/gonzalezreal/swiftui-math
Computed https://github.com/gonzalezreal/swiftui-math at 0.1.0 (2.42s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.49s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.77s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.84s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (2.38s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.4 (0.46s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.96s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.46s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.4
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/gonzalezreal/swiftui-math
Working copy of https://github.com/gonzalezreal/swiftui-math resolved at 0.1.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swiftui-math",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gonzalezreal/swiftui-math"
    }
  ],
  "manifest_display_name" : "textual",
  "name" : "textual",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Textual",
      "targets" : [
        "Textual"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextualTests",
      "module_type" : "SwiftTarget",
      "name" : "TextualTests",
      "path" : "Tests/TextualTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TextualTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Helpers/CodableTextLayoutCollection.swift",
        "Helpers/Color+Guide.swift",
        "Helpers/Snapshotting+TextLayoutCollection.swift",
        "Helpers/TextSelectionModel+Fixture.swift",
        "InlineText/InlineStyleTests.swift",
        "Internal/Font/FontProviderTests.swift",
        "Internal/Formatting/HTMLFormatterTests.swift",
        "Internal/Formatting/PlainTextFormatterTests.swift",
        "Internal/Helpers/AttributedStringTests.swift",
        "Internal/Helpers/BlockRunsTests.swift",
        "Internal/Highlighter/CodeTokenizerTests.swift",
        "Internal/MarkdownParser/PatternProcessorTests.swift",
        "Internal/MarkdownParser/PatternTokenizerTests.swift",
        "Internal/TextInteraction/TextLayoutCollectionTests.swift",
        "Internal/TextInteraction/TextSelectionModelTests+macOS.swift",
        "Internal/TextInteraction/TextSelectionModelTests.swift",
        "StructuredText/BlockQuoteTests.swift",
        "StructuredText/CodeBlockTests.swift",
        "StructuredText/HeadingTests.swift",
        "StructuredText/MathExpressionTests.swift",
        "StructuredText/OrderedListTests.swift",
        "StructuredText/TableTests.swift",
        "StructuredText/ThematicBreakTests.swift",
        "StructuredText/UnorderedListTests.swift",
        "TextProperty/TextPropertyTests.swift"
      ],
      "target_dependencies" : [
        "Textual"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Textual",
      "module_type" : "SwiftTarget",
      "name" : "Textual",
      "path" : "Sources/Textual",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "SwiftUIMath"
      ],
      "product_memberships" : [
        "Textual"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/Highlighter/Prism/prism-bundle.js",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Attachment/Attachment.swift",
        "Attachment/AttachmentLoader.swift",
        "Attachment/ResourceAttachmentLoader.swift",
        "Attachment/URLAttachmentLoader.swift",
        "ColorEnvironmentValues.swift",
        "Deprecations.swift",
        "DynamicColor.swift",
        "EmojiProperties.swift",
        "FontScaled.swift",
        "InlineText/InlineStyle+Default.swift",
        "InlineText/InlineStyle+GitHub.swift",
        "InlineText/InlineStyle.swift",
        "InlineText/InlineText.swift",
        "Internal/Attachment/AttachmentAttribute.swift",
        "Internal/Attachment/AttachmentOverlay.swift",
        "Internal/Attachment/AttachmentView.swift",
        "Internal/Attachment/EmojiAttachment.swift",
        "Internal/Attachment/EmojiResourceAttachment.swift",
        "Internal/Attachment/ImageAttachment.swift",
        "Internal/Attachment/ImageResourceAttachment.swift",
        "Internal/Attachment/MathAttachment.swift",
        "Internal/Attachment/WithAttachments.swift",
        "Internal/Font/AnyFontProvider+Font.swift",
        "Internal/Font/AnyFontProvider.swift",
        "Internal/Font/FontModifier.swift",
        "Internal/Font/FontModifierProvider.swift",
        "Internal/Font/FontProvider.swift",
        "Internal/Font/FontScaleModifier.swift",
        "Internal/Font/NamedFontProvider.swift",
        "Internal/Font/PlatformFont.swift",
        "Internal/Font/PlatformFontProvider.swift",
        "Internal/Font/StaticFontModifierProvider.swift",
        "Internal/Font/SystemFontProvider.swift",
        "Internal/Font/TextStyleFontProvider.swift",
        "Internal/Font/WithFontScaledValue.swift",
        "Internal/Formatting/Formatter+HTML.swift",
        "Internal/Formatting/Formatter+PlainText.swift",
        "Internal/Formatting/Formatter.swift",
        "Internal/Formatting/TransferableText.swift",
        "Internal/Helpers/Array.swift",
        "Internal/Helpers/AttributedString.swift",
        "Internal/Helpers/Box.swift",
        "Internal/Helpers/Bundle.swift",
        "Internal/Helpers/CGImage+PNGData.swift",
        "Internal/Helpers/Logger.swift",
        "Internal/Helpers/PlatformImage.swift",
        "Internal/Helpers/Range.swift",
        "Internal/Helpers/Tuple.swift",
        "Internal/Helpers/VerticalAlignment+FirstTextCenter.swift",
        "Internal/Highlighter/CodeTokenizer.swift",
        "Internal/Highlighter/HighlightedTextFragment.swift",
        "Internal/Image/Image.swift",
        "Internal/Image/ImageLoader.swift",
        "Internal/Image/ImageView.swift",
        "Internal/InlineText/WithInlineStyle.swift",
        "Internal/MarkdownParser/Emoji+Preview.swift",
        "Internal/MarkdownParser/PatternProcessor.swift",
        "Internal/MarkdownParser/PatternTokenizer.swift",
        "Internal/StructuredText/BlockContent.swift",
        "Internal/StructuredText/BlockQuote.swift",
        "Internal/StructuredText/BlockSpacingKey.swift",
        "Internal/StructuredText/BlockVStack.swift",
        "Internal/StructuredText/CodeBlock.swift",
        "Internal/StructuredText/Heading.swift",
        "Internal/StructuredText/ListEnvironment.swift",
        "Internal/StructuredText/MathBlock.swift",
        "Internal/StructuredText/MathCodeBlock.swift",
        "Internal/StructuredText/OrderedList.swift",
        "Internal/StructuredText/Paragraph.swift",
        "Internal/StructuredText/Style/OverflowFrameKey.swift",
        "Internal/StructuredText/Style/ResolvedBlockQuoteStyle.swift",
        "Internal/StructuredText/Style/ResolvedCodeBlockStyle.swift",
        "Internal/StructuredText/Style/ResolvedHeadingStyle.swift",
        "Internal/StructuredText/Style/ResolvedListItemStyle.swift",
        "Internal/StructuredText/Style/ResolvedOrderedListMarker.swift",
        "Internal/StructuredText/Style/ResolvedParagraphStyle.swift",
        "Internal/StructuredText/Style/ResolvedTableCellStyle.swift",
        "Internal/StructuredText/Style/ResolvedTableStyle.swift",
        "Internal/StructuredText/Style/ResolvedThematicBreakStyle.swift",
        "Internal/StructuredText/Style/ResolvedUnorderedListMarker.swift",
        "Internal/StructuredText/Table.swift",
        "Internal/StructuredText/TableCell.swift",
        "Internal/StructuredText/ThematicBreak.swift",
        "Internal/StructuredText/UnorderedList.swift",
        "Internal/TextFragment/TextBuilder.swift",
        "Internal/TextFragment/TextFragment.swift",
        "Internal/TextInteraction/AppKit/AppKitTextInteractionOverlay.swift",
        "Internal/TextInteraction/AppKit/AppKitTextSelectionInteraction.swift",
        "Internal/TextInteraction/AppKit/AppKitTextSelectionView.swift",
        "Internal/TextInteraction/AppKit/NSTextInteractionView.swift",
        "Internal/TextInteraction/Shared/IndexPath+TextPosition.swift",
        "Internal/TextInteraction/Shared/LayoutDirection+Locale.swift",
        "Internal/TextInteraction/Shared/LinkAttribute.swift",
        "Internal/TextInteraction/Shared/TextLayout/EmptyTextLayoutCollection.swift",
        "Internal/TextInteraction/Shared/TextLayout/Layout+Internals.swift",
        "Internal/TextInteraction/Shared/TextLayout/LiveTextLayoutCollection.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+AttributedStringAccess.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+Geometry.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+Positioning.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+Ranges.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+RunSliceTraversal.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection+SelectionRects.swift",
        "Internal/TextInteraction/Shared/TextLayout/TextLayoutCollection.swift",
        "Internal/TextInteraction/Shared/TextLayout/View+TextLayoutCollection.swift",
        "Internal/TextInteraction/Shared/TextLinkInteraction.swift",
        "Internal/TextInteraction/Shared/TextPosition.swift",
        "Internal/TextInteraction/Shared/TextRange.swift",
        "Internal/TextInteraction/Shared/TextSelectionBackground.swift",
        "Internal/TextInteraction/Shared/TextSelectionCoordinator.swift",
        "Internal/TextInteraction/Shared/TextSelectionInteraction.swift",
        "Internal/TextInteraction/Shared/TextSelectionModel.swift",
        "Internal/TextInteraction/Shared/TextSelectionRect.swift",
        "Internal/TextInteraction/UIKit/TextActivityItemSource.swift",
        "Internal/TextInteraction/UIKit/TextPositionBox.swift",
        "Internal/TextInteraction/UIKit/TextRangeBox.swift",
        "Internal/TextInteraction/UIKit/TextSelectionRectBox.swift",
        "Internal/TextInteraction/UIKit/UIKitTextInteractionOverlay.swift",
        "Internal/TextInteraction/UIKit/UIKitTextSelectionInteraction.swift",
        "Internal/TextInteraction/UIKit/UITextInteractionView+UITextInput.swift",
        "Internal/TextInteraction/UIKit/UITextInteractionView+UITextInputTokenizer.swift",
        "Internal/TextInteraction/UIKit/UITextInteractionView.swift",
        "MarkdownParser/AttributedStringMarkdownParser.swift",
        "MarkdownParser/Emoji.swift",
        "MarkdownParser/SyntaxExtension.swift",
        "MarkdownParser/TextualAttributes.swift",
        "MarkupParser.swift",
        "MathProperties.swift",
        "StructuredText/HighlighterTheme/HighlighterTheme+Default.swift",
        "StructuredText/HighlighterTheme/HighlighterTheme+Plain.swift",
        "StructuredText/HighlighterTheme/HighlighterTheme.swift",
        "StructuredText/HighlighterTheme/TokenType.swift",
        "StructuredText/StructuredText.swift",
        "StructuredText/Style/BlockQuoteStyle.swift",
        "StructuredText/Style/BlockSpacing.swift",
        "StructuredText/Style/BlockStyleConfiguration.swift",
        "StructuredText/Style/CodeBlockProxy.swift",
        "StructuredText/Style/CodeBlockStyle.swift",
        "StructuredText/Style/Default/DefaultBlockQuoteStyle.swift",
        "StructuredText/Style/Default/DefaultCodeBlockStyle.swift",
        "StructuredText/Style/Default/DefaultHeadingStyle.swift",
        "StructuredText/Style/Default/DefaultListItemStyle.swift",
        "StructuredText/Style/Default/DefaultParagraphStyle.swift",
        "StructuredText/Style/Default/DefaultStyle.swift",
        "StructuredText/Style/Default/DefaultTableCellStyle.swift",
        "StructuredText/Style/Default/DefaultTableStyle.swift",
        "StructuredText/Style/Default/DividerThematicBreakStyle.swift",
        "StructuredText/Style/Default/DynamicColor+Default.swift",
        "StructuredText/Style/Default/OverflowTableStyle.swift",
        "StructuredText/Style/GitHub/DynamicColor+GitHub.swift",
        "StructuredText/Style/GitHub/GitHubBlockQuoteStyle.swift",
        "StructuredText/Style/GitHub/GitHubCodeBlockStyle.swift",
        "StructuredText/Style/GitHub/GitHubHeadingStyle.swift",
        "StructuredText/Style/GitHub/GitHubParagraphStyle.swift",
        "StructuredText/Style/GitHub/GitHubStyle.swift",
        "StructuredText/Style/GitHub/GitHubTableCellStyle.swift",
        "StructuredText/Style/GitHub/GitHubTableStyle.swift",
        "StructuredText/Style/GitHub/GitHubThematicBreak.swift",
        "StructuredText/Style/HeadingStyle.swift",
        "StructuredText/Style/ListItemStyle.swift",
        "StructuredText/Style/OrderedListMarker.swift",
        "StructuredText/Style/Overflow.swift",
        "StructuredText/Style/ParagraphStyle.swift",
        "StructuredText/Style/Style.swift",
        "StructuredText/Style/TableCellStyle.swift",
        "StructuredText/Style/TableLayout.swift",
        "StructuredText/Style/TableStyle.swift",
        "StructuredText/Style/ThematicBreakStyle.swift",
        "StructuredText/Style/UnorderedListMarker.swift",
        "TextEnvironmentValues.swift",
        "TextProperty/Color/BackgroundColorProperty.swift",
        "TextProperty/Color/ForegroundColorProperty.swift",
        "TextProperty/Font/BoldProperty.swift",
        "TextProperty/Font/FontLeadingProperty.swift",
        "TextProperty/Font/FontProperty.swift",
        "TextProperty/Font/FontScaleProperty.swift",
        "TextProperty/Font/FontWeightProperty.swift",
        "TextProperty/Font/FontWidthProperty.swift",
        "TextProperty/Font/ItalicProperty.swift",
        "TextProperty/Font/LowercaseSmallCapsProperty.swift",
        "TextProperty/Font/MonospacedDigitProperty.swift",
        "TextProperty/Font/MonospacedProperty.swift",
        "TextProperty/Font/SmallCapsProperty.swift",
        "TextProperty/Font/UppercaseSmallCapsProperty.swift",
        "TextProperty/LineStyle/StrikethroughStyleProperty.swift",
        "TextProperty/LineStyle/UnderlineStyleProperty.swift",
        "TextProperty/Space/BaselineOffsetProperty.swift",
        "TextProperty/Space/KerningProperty.swift",
        "TextProperty/Space/TrackingProperty.swift",
        "TextProperty/TextProperty.swift",
        "TextProperty/TupleTextProperty.swift",
        "TextualNamespace.swift",
        "View+Textual.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.