The Swift Package Index logo.Swift Package Index

Build Information

Failed to build textual, reference main (5b06b8), with Swift 6.0 for macOS (SPM) on 25 Jan 2026 23:02:05 UTC.

Build Command

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

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.0
Building package at path:  $PWD
https://github.com/gonzalezreal/textual.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[0/6] Copying prism-bundle.js
[2/6] Write sources
[4/6] Copying mathFonts.bundle
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/58] Compiling ConcurrencyExtras UncheckedBox.swift
[8/58] Compiling ConcurrencyExtras Locking.swift
[9/58] Compiling ConcurrencyExtras Result.swift
[10/59] Compiling SwiftUIMath Font.swift
[11/59] Compiling SwiftUIMath CGContext+DisplayNode.swift
[12/59] Compiling ConcurrencyExtras AsyncStream.swift
[13/59] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[14/59] Emitting module ConcurrencyExtras
[15/59] Compiling ConcurrencyExtras MainSerialExecutor.swift
[16/59] Compiling ConcurrencyExtras LockIsolated.swift
[17/59] Compiling ConcurrencyExtras Task.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 CGColor+HexString.swift
[25/63] Compiling SwiftUIMath KeyBox.swift
[26/63] Compiling SwiftUIMath ReadWriteLockIsolated.swift
[27/63] Compiling SwiftUIMath Unicode.swift
[28/63] Compiling SwiftUIMath Overline.swift
[29/63] Compiling SwiftUIMath Radical.swift
[30/63] Compiling SwiftUIMath Space.swift
[31/63] Compiling SwiftUIMath Style.swift
[32/63] Compiling SwiftUIMath AtomFactory.swift
[33/63] Compiling SwiftUIMath AtomList.swift
[34/63] Compiling SwiftUIMath Accent.swift
[35/63] Compiling SwiftUIMath Color.swift
[36/63] Compiling SwiftUIMath Table.swift
[37/63] Compiling SwiftUIMath TextColor.swift
[38/63] Compiling SwiftUIMath Underline.swift
[39/63] Compiling SwiftUIMath Parser.swift
[40/63] Compiling SwiftUIMath Typesetter.swift
[41/63] Compiling SwiftUIMath FontMetrics.swift
[42/63] Compiling SwiftUIMath FontRegistry.swift
[43/63] Compiling SwiftUIMath FontTable.swift
[44/63] Compiling SwiftUIMath PlatformFont.swift
[45/63] Compiling SwiftUIMath DisplayGlyphRun.swift
[46/63] Compiling SwiftUIMath DisplayLargeOperator.swift
[47/63] Compiling SwiftUIMath DisplayLine.swift
[48/63] Compiling SwiftUIMath DisplayList.swift
[49/63] Compiling SwiftUIMath DisplayNode.swift
[50/63] Compiling SwiftUIMath DisplayProvider.swift
[51/63] Compiling SwiftUIMath DisplayRadical.swift
[52/63] Compiling SwiftUIMath DisplayShiftedNode.swift
[53/63] Compiling SwiftUIMath DisplayTextRun.swift
[54/63] Compiling SwiftUIMath GraphicsContext+DisplayNode.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] Compiling Textual BlockSpacingKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[65/238] Compiling Textual BlockVStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[66/238] Compiling Textual CodeBlock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[67/238] Compiling Textual Heading.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[68/238] Compiling Textual ListEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[69/238] Compiling Textual MathBlock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[70/238] Compiling Textual MathCodeBlock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[71/238] Compiling Textual OrderedList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[72/238] Compiling Textual Paragraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[73/238] Compiling Textual OverflowFrameKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[74/238] Compiling Textual ResolvedBlockQuoteStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[75/238] Compiling Textual ResolvedCodeBlockStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[76/238] Compiling Textual ResolvedHeadingStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[77/238] Compiling Textual ResolvedListItemStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[78/238] Compiling Textual ResolvedOrderedListMarker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[79/238] Compiling Textual ResolvedParagraphStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[80/238] Compiling Textual ResolvedTableCellStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[81/238] Compiling Textual ResolvedTableStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[82/238] Compiling Textual ResolvedThematicBreakStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/BlockVStack.swift:54:51: error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 52 |       // Read the block spacing preference and apply it as a layout value
 53 |       content
 54 |         .onPreferenceChange(BlockSpacingKey.self) { @MainActor value in
    |                                                   `- error: converting function value of type '@MainActor @Sendable (StructuredText.BlockSpacing) -> Void' to '@Sendable (StructuredText.BlockSpacing) -> Void' loses global actor 'MainActor'
 55 |           // Override with the resolved list item spacing if enabled
 56 |           blockSpacing = listItemSpacingEnabled ? resolvedListItemSpacing : value
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/OrderedList.swift:38:48: error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 36 |         }
 37 |       }
 38 |       .onPreferenceChange(MarkerWidthKey.self) { @MainActor in
    |                                                `- error: converting function value of type '@MainActor @Sendable (CGFloat?) -> Void' to '@Sendable (CGFloat?) -> Void' loses global actor 'MainActor'
 39 |         markerWidth = $0
 40 |       }
[83/257] Compiling Textual ResolvedUnorderedListMarker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[84/257] Compiling Textual Table.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[85/257] Compiling Textual TableCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[86/257] Compiling Textual ThematicBreak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[87/257] Compiling Textual UnorderedList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[88/257] Compiling Textual TextBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[89/257] Compiling Textual TextFragment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[90/257] Compiling Textual AppKitTextInteractionOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[91/257] Compiling Textual AppKitTextSelectionInteraction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[92/257] Compiling Textual AppKitTextSelectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[93/257] Compiling Textual NSTextInteractionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[94/257] Compiling Textual IndexPath+TextPosition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[95/257] Compiling Textual LayoutDirection+Locale.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[96/257] Compiling Textual LinkAttribute.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[97/257] Compiling Textual EmptyTextLayoutCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[98/257] Compiling Textual Layout+Internals.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[99/257] Compiling Textual LiveTextLayoutCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[100/257] Compiling Textual TextLayoutCollection+AttributedStringAccess.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[101/257] Compiling Textual TextLayoutCollection+Geometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Textual/Internal/StructuredText/Table.swift:36:56: error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
34 |       )
35 |       let resolvedStyle = tableStyle.resolve(configuration: configuration)
36 |         .onPreferenceChange(TableCell.SpacingKey.self) { @MainActor in
   |                                                        `- error: converting function value of type '@MainActor @Sendable (StructuredText.TableCell.Spacing) -> Void' to '@Sendable (StructuredText.TableCell.Spacing) -> Void' loses global actor 'MainActor'
37 |           spacing = $0
38 |         }
[102/257] Compiling Textual GitHubTableStyle.swift
[103/257] Compiling Textual GitHubThematicBreak.swift
[104/257] Compiling Textual HeadingStyle.swift
[105/257] Compiling Textual ListItemStyle.swift
[106/257] Compiling Textual OrderedListMarker.swift
[107/257] Compiling Textual Overflow.swift
[108/257] Compiling Textual ParagraphStyle.swift
[109/257] Compiling Textual Style.swift
[110/257] Compiling Textual TableCellStyle.swift
[111/257] Compiling Textual TableLayout.swift
[112/257] Compiling Textual TableStyle.swift
[113/257] Compiling Textual ThematicBreakStyle.swift
[114/257] Compiling Textual UnorderedListMarker.swift
[115/257] Compiling Textual TextEnvironmentValues.swift
[116/257] Compiling Textual BackgroundColorProperty.swift
[117/257] Compiling Textual ForegroundColorProperty.swift
[118/257] Compiling Textual BoldProperty.swift
[119/257] Compiling Textual FontLeadingProperty.swift
[120/257] Compiling Textual FontProperty.swift
[121/257] Compiling Textual UIKitTextSelectionInteraction.swift
[122/257] Compiling Textual UITextInteractionView+UITextInput.swift
[123/257] Compiling Textual UITextInteractionView+UITextInputTokenizer.swift
[124/257] Compiling Textual UITextInteractionView.swift
[125/257] Compiling Textual AttributedStringMarkdownParser.swift
[126/257] Compiling Textual Emoji.swift
[127/257] Compiling Textual SyntaxExtension.swift
[128/257] Compiling Textual TextualAttributes.swift
[129/257] Compiling Textual MarkupParser.swift
[130/257] Compiling Textual MathProperties.swift
[131/257] Compiling Textual HighlighterTheme+Default.swift
[132/257] Compiling Textual HighlighterTheme+Plain.swift
[133/257] Compiling Textual HighlighterTheme.swift
[134/257] Compiling Textual TokenType.swift
[135/257] Compiling Textual StructuredText.swift
[136/257] Compiling Textual BlockQuoteStyle.swift
[137/257] Compiling Textual BlockSpacing.swift
[138/257] Compiling Textual BlockStyleConfiguration.swift
[139/257] Compiling Textual CodeBlockProxy.swift
[140/257] Emitting module Textual
[141/257] Compiling Textual TextLayoutCollection+Positioning.swift
[142/257] Compiling Textual TextLayoutCollection+Ranges.swift
[143/257] Compiling Textual TextLayoutCollection+RunSliceTraversal.swift
[144/257] Compiling Textual TextLayoutCollection+SelectionRects.swift
[145/257] Compiling Textual TextLayoutCollection.swift
[146/257] Compiling Textual View+TextLayoutCollection.swift
[147/257] Compiling Textual TextLinkInteraction.swift
[148/257] Compiling Textual TextPosition.swift
[149/257] Compiling Textual TextRange.swift
[150/257] Compiling Textual TextSelectionBackground.swift
[151/257] Compiling Textual TextSelectionCoordinator.swift
[152/257] Compiling Textual TextSelectionInteraction.swift
[153/257] Compiling Textual TextSelectionModel.swift
[154/257] Compiling Textual TextSelectionRect.swift
[155/257] Compiling Textual TextActivityItemSource.swift
[156/257] Compiling Textual TextPositionBox.swift
[157/257] Compiling Textual TextRangeBox.swift
[158/257] Compiling Textual TextSelectionRectBox.swift
[159/257] Compiling Textual UIKitTextInteractionOverlay.swift
[160/257] Compiling Textual MathAttachment.swift
[161/257] Compiling Textual WithAttachments.swift
[162/257] Compiling Textual AnyFontProvider+Font.swift
[163/257] Compiling Textual AnyFontProvider.swift
[164/257] Compiling Textual FontModifier.swift
[165/257] Compiling Textual FontModifierProvider.swift
[166/257] Compiling Textual FontProvider.swift
[167/257] Compiling Textual FontScaleModifier.swift
[168/257] Compiling Textual NamedFontProvider.swift
[169/257] Compiling Textual PlatformFont.swift
[170/257] Compiling Textual PlatformFontProvider.swift
[171/257] Compiling Textual StaticFontModifierProvider.swift
[172/257] Compiling Textual SystemFontProvider.swift
[173/257] Compiling Textual TextStyleFontProvider.swift
[174/257] Compiling Textual WithFontScaledValue.swift
[175/257] Compiling Textual Formatter+HTML.swift
[176/257] Compiling Textual Formatter+PlainText.swift
[177/257] Compiling Textual Formatter.swift
[178/257] Compiling Textual TransferableText.swift
[179/257] Compiling Textual Array.swift
[180/257] Compiling Textual FontScaleProperty.swift
[181/257] Compiling Textual FontWeightProperty.swift
[182/257] Compiling Textual FontWidthProperty.swift
[183/257] Compiling Textual ItalicProperty.swift
[184/257] Compiling Textual LowercaseSmallCapsProperty.swift
[185/257] Compiling Textual MonospacedDigitProperty.swift
[186/257] Compiling Textual MonospacedProperty.swift
[187/257] Compiling Textual SmallCapsProperty.swift
[188/257] Compiling Textual UppercaseSmallCapsProperty.swift
[189/257] Compiling Textual StrikethroughStyleProperty.swift
[190/257] Compiling Textual UnderlineStyleProperty.swift
[191/257] Compiling Textual BaselineOffsetProperty.swift
[192/257] Compiling Textual KerningProperty.swift
[193/257] Compiling Textual TrackingProperty.swift
[194/257] Compiling Textual TextProperty.swift
[195/257] Compiling Textual TupleTextProperty.swift
[196/257] Compiling Textual TextualNamespace.swift
[197/257] Compiling Textual View+Textual.swift
[198/257] Compiling Textual resource_bundle_accessor.swift
[199/257] Compiling Textual CodeBlockStyle.swift
[200/257] Compiling Textual DefaultBlockQuoteStyle.swift
[201/257] Compiling Textual DefaultCodeBlockStyle.swift
[202/257] Compiling Textual DefaultHeadingStyle.swift
[203/257] Compiling Textual DefaultListItemStyle.swift
[204/257] Compiling Textual DefaultParagraphStyle.swift
[205/257] Compiling Textual DefaultStyle.swift
[206/257] Compiling Textual DefaultTableCellStyle.swift
[207/257] Compiling Textual DefaultTableStyle.swift
[208/257] Compiling Textual DividerThematicBreakStyle.swift
[209/257] Compiling Textual DynamicColor+Default.swift
[210/257] Compiling Textual OverflowTableStyle.swift
[211/257] Compiling Textual DynamicColor+GitHub.swift
[212/257] Compiling Textual GitHubBlockQuoteStyle.swift
[213/257] Compiling Textual GitHubCodeBlockStyle.swift
[214/257] Compiling Textual GitHubHeadingStyle.swift
[215/257] Compiling Textual GitHubParagraphStyle.swift
[216/257] Compiling Textual GitHubStyle.swift
[217/257] Compiling Textual GitHubTableCellStyle.swift
[218/257] Compiling Textual AttributedString.swift
[219/257] Compiling Textual Box.swift
[220/257] Compiling Textual Bundle.swift
[221/257] Compiling Textual CGImage+PNGData.swift
[222/257] Compiling Textual Logger.swift
[223/257] Compiling Textual PlatformImage.swift
[224/257] Compiling Textual Range.swift
[225/257] Compiling Textual Tuple.swift
[226/257] Compiling Textual VerticalAlignment+FirstTextCenter.swift
[227/257] Compiling Textual CodeTokenizer.swift
[228/257] Compiling Textual HighlightedTextFragment.swift
[229/257] Compiling Textual Image.swift
[230/257] Compiling Textual ImageLoader.swift
[231/257] Compiling Textual ImageView.swift
[232/257] Compiling Textual WithInlineStyle.swift
[233/257] Compiling Textual Emoji+Preview.swift
[234/257] Compiling Textual PatternProcessor.swift
[235/257] Compiling Textual PatternTokenizer.swift
[236/257] Compiling Textual BlockContent.swift
[237/257] Compiling Textual BlockQuote.swift
[238/257] Compiling Textual Attachment.swift
[239/257] Compiling Textual AttachmentLoader.swift
[240/257] Compiling Textual ResourceAttachmentLoader.swift
[241/257] Compiling Textual URLAttachmentLoader.swift
[242/257] Compiling Textual ColorEnvironmentValues.swift
[243/257] Compiling Textual Deprecations.swift
[244/257] Compiling Textual DynamicColor.swift
[245/257] Compiling Textual EmojiProperties.swift
[246/257] Compiling Textual FontScaled.swift
[247/257] Compiling Textual InlineStyle+Default.swift
[248/257] Compiling Textual InlineStyle+GitHub.swift
[249/257] Compiling Textual InlineStyle.swift
[250/257] Compiling Textual InlineText.swift
[251/257] Compiling Textual AttachmentAttribute.swift
[252/257] Compiling Textual AttachmentOverlay.swift
[253/257] Compiling Textual AttachmentView.swift
[254/257] Compiling Textual EmojiAttachment.swift
[255/257] Compiling Textual EmojiResourceAttachment.swift
[256/257] Compiling Textual ImageAttachment.swift
[257/257] Compiling Textual ImageResourceAttachment.swift
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/gonzalezreal/swiftui-math
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/1762] Fetching swiftui-math
[72/2648] Fetching swiftui-math, swift-concurrency-extras
[2649/18273] Fetching swiftui-math, swift-concurrency-extras, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.11s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (3.11s)
Fetched https://github.com/gonzalezreal/swiftui-math from cache (3.11s)
Computing version for https://github.com/gonzalezreal/swiftui-math
Computed https://github.com/gonzalezreal/swiftui-math at 0.1.0 (0.45s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.44s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4879] Fetching swift-custom-dump
[4880/78765] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (23.24s)
Fetched https://github.com/swiftlang/swift-syntax from cache (23.24s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.45s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.4 (0.44s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5607] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.50s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.31s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.43s)
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/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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
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
BUILD FAILURE 6.0 macosSpm