The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SDGCornerstone, reference 10.2.0 (09f6c7), with Swift 6.2 for Wasm on 22 Jun 2025 02:08:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
[191/248] Compiling SDGCollections LiteralPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:44: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                                            `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
[192/248] Compiling SDGCollections NegatedPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:44: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                                            `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
[193/248] Compiling SDGCollections NestingContentsPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:44: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                                            `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
[194/248] Compiling SDGCollections NestingMatch.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:44: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                                            `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
[195/248] Compiling SDGCollections NestingMatchContents.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:44: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                                            `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
[196/248] Compiling SDGCollections NestingMatchSegment.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:44: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                                            `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
[197/248] Compiling SDGCollections NestingPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:44: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                                            `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
[198/248] Compiling SDGCollections NestingSegmentPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:44: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                                            `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
[199/248] Compiling SDGCollections NaryAlternativePatterns.swift
[200/248] Compiling SDGCollections AnyBidirectionalPattern.swift
[201/248] Compiling SDGCollections AnyPattern.swift
[202/248] Compiling SDGCollections AnyPatternMatch.swift
[203/248] Compiling SDGCollections AtomicPatternMatch.swift
[204/248] Compiling SDGCollections ConcatenatedMatch.swift
[205/248] Compiling SDGCollections ConcatenatedPatterns.swift
[206/248] Compiling SDGCollections NaryConcatenatedMatch.swift
[207/248] Compiling SDGCollections NaryConcatenatedPatterns.swift
[208/248] Compiling SDGCollections RangeExpression.swift
[209/248] Compiling SDGCollections RangeReplaceableCollection.swift
[210/248] Compiling SDGCollections ReversedCollection.swift
[211/248] Compiling SDGCollections SearchableBidirectionalCollection.swift
[212/248] Compiling SDGCollections SearchableCollection.swift
[213/248] Compiling SDGCollections Slice.swift
[214/248] Compiling SDGCollections AbsoluteComplement.swift
[215/248] Compiling SDGCollections ComparableSet.swift
[216/248] Compiling SDGCollections FiniteSet.swift
[217/248] Compiling SDGCollections IntensionalSet.swift
[218/248] Compiling SDGCollections Intersection.swift
[219/248] Compiling SDGCollections MutableSet.swift
[220/248] Compiling SDGCollections Set.swift
[221/248] Compiling SDGCollections SetDefinition.swift
[222/248] Compiling SDGCollections SetInRepresentableUniverse.swift
[223/248] Compiling SDGCollections Union.swift
[224/248] Compiling SDGCollections Operators.swift
[225/248] Compiling SDGCollections AnyCollection.swift
[226/248] Compiling SDGCollections Array.swift
[227/248] Compiling SDGCollections BidirectionalCollection.swift
[228/248] Compiling SDGCollections Collection.swift
[229/248] Compiling SDGCollections CollectionDifference.swift
[230/248] Compiling SDGCollections CollectionDifferenceChange.swift
[231/248] Compiling SDGCollections FillDirection.swift
[232/248] Compiling SDGCollections LexicographicalComparison.swift
[233/248] Compiling SDGCollections Addable.swift
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:32:12: warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 30 |
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
    |            `- warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 33 |       _preconditionFailure({ localization in
 34 |         switch localization {  // @exempt(from: tests)
[234/248] Compiling SDGCollections BijectiveMapping.swift
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:32:12: warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 30 |
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
    |            `- warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 33 |       _preconditionFailure({ localization in
 34 |         switch localization {  // @exempt(from: tests)
[235/248] Compiling SDGCollections ContextualMapping.swift
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:32:12: warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 30 |
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
    |            `- warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 33 |       _preconditionFailure({ localization in
 34 |         switch localization {  // @exempt(from: tests)
[236/248] Compiling SDGCollections Dictionary.swift
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:32:12: warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 30 |
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
    |            `- warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 33 |       _preconditionFailure({ localization in
 34 |         switch localization {  // @exempt(from: tests)
[237/248] Compiling SDGCollections CharacterSet.swift
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:32:12: warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 30 |
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
    |            `- warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 33 |       _preconditionFailure({ localization in
 34 |         switch localization {  // @exempt(from: tests)
[238/248] Compiling SDGCollections Data.swift
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:32:12: warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 30 |
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
    |            `- warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 33 |       _preconditionFailure({ localization in
 34 |         switch localization {  // @exempt(from: tests)
[239/248] Compiling SDGCollections String.swift
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:32:12: warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 30 |
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
    |            `- warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 33 |       _preconditionFailure({ localization in
 34 |         switch localization {  // @exempt(from: tests)
[240/248] Compiling SDGCollections StringProtocol.swift
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:32:12: warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 30 |
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
    |            `- warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 33 |       _preconditionFailure({ localization in
 34 |         switch localization {  // @exempt(from: tests)
[241/248] Compiling SDGCollections LegacyMode.swift
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:32:12: warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 30 |
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
    |            `- warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 33 |       _preconditionFailure({ localization in
 34 |         switch localization {  // @exempt(from: tests)
[242/248] Emitting module SDGCollections
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:32:12: warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 30 |
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
    |            `- warning: capture of non-Sendable type 'Input.Element.Type' in an isolated closure; this is an error in the Swift 6 language mode
 33 |       _preconditionFailure({ localization in
 34 |         switch localization {  // @exempt(from: tests)
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:59: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                                           `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:36: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 83 |       opening: opening.forSubSequence(),
 84 |       closing: closing.forSubSequence(),
 85 |       parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
    |                                    `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 86 |     )
 87 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:77:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 75 |   }
 76 |
 77 |   @inlinable public func forSubSequence() -> _NestingContentsPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 78 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 79 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |       opening: closing.reversed(),
118 |       closing: opening.reversed(),
119 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
120 |     )
121 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:115:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |   // MARK: - BidirectionalPattern
114 |
115 |   @inlinable public func reversed() -> _NestingContentsPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |     return _NestingContentsPattern<Closing.Reversed, Opening.Reversed>(
117 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 29 |       opening: opening,
 30 |       closing: closing,
 31 |       parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 32 |     )
 33 |     self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:26:44: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 24 |   ///   - opening: The opening pattern.
 25 |   ///   - closing: The closing pattern.
 26 |   @inlinable public init(opening: Opening, closing: Closing) {
    |                                            `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 27 |     self.opening = opening
 28 |     let contents = _NestingContentsPattern(
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:54: warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.SubSequencePattern.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 79 |       opening: opening.forSubSequence(),
 80 |       closing: closing.forSubSequence(),
 81 |       parentNestingPattern: { parentNestingPattern().forSubSequence() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 82 |     )
 83 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:75:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |   }
 74 |
 75 |   @inlinable public func forSubSequence() -> _NestingSegmentPattern<
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |     Opening.SubSequencePattern, Closing.SubSequencePattern
 77 |   > {
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Closing.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:54: warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                                                      `- warning: capture of non-Sendable type 'Opening.Reversed.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
118 |       opening: closing.reversed(),
119 |       closing: opening.reversed(),
120 |       parentNestingPattern: { parentNestingPattern().reversed() }
    |                               `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |     )
122 |   }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Opening.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:116:26: warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
114 |   // MARK: - BidirectionalPattern
115 |
116 |   @inlinable public func reversed() -> _NestingSegmentPattern<Closing.Reversed, Opening.Reversed> {
    |                          `- warning: capture of non-Sendable type 'Closing.Type' in an isolated closure; this is an error in the Swift 6 language mode
117 |     return _NestingSegmentPattern<Closing.Reversed, Opening.Reversed>(
118 |       opening: closing.reversed(),
[243/249] Wrapping AST for SDGCollections for debugging
[245/278] Compiling SDGText Font.Definition.swift
[246/278] Compiling SDGText Font.swift
[247/278] Compiling SDGText NSFont.swift
[248/278] Compiling SDGText SwiftUI.Font.swift
[249/281] Compiling SDGText CharacterSet.swift
[250/281] Compiling SDGText CollectionStringFamily.swift
[251/281] Compiling SDGText CollectionUnicodeScalar.swift
[252/281] Compiling SDGText StaticString.swift
[253/281] Compiling SDGText StrictStringStringInterpolation.swift
[254/281] Compiling SDGText ExtendedGraphemeClusterView.swift
[255/281] Compiling SDGText Line.swift
[256/281] Compiling SDGText LineView.swift
[257/281] Compiling SDGText StringIndex.swift
[258/281] Compiling SDGText UnicodeScalarView.swift
[259/281] Compiling SDGText UnicodeScalar.swift
[260/281] Compiling SDGText UIFont.swift
[261/281] Compiling SDGText MarkupPlaygroundDisplay.swift
[262/281] Compiling SDGText Range.swift
[263/281] Compiling SDGText SemanticMarkup.swift
[264/281] Compiling SDGText LineViewIndex.swift
[265/281] Compiling SDGText Newline.swift
[266/281] Compiling SDGText NewlinePattern.swift
[267/281] Compiling SDGText StringFamily.swift
[268/281] Compiling SDGText SemanticMarkupStringInterpolation.swift
[269/281] Compiling SDGText StrictString.swift
[270/281] Compiling SDGText StrictStringClusterView.swift
[271/281] Compiling SDGText StrictStringInterpolationProtocol.swift
[272/281] Compiling SDGText String.swift
/host/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 |   // MARK: - Initialization
[273/281] Compiling SDGText StringClusterView.swift
/host/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 |   // MARK: - Initialization
[274/281] Compiling SDGText StringScalarView.swift
/host/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 |   // MARK: - Initialization
[275/281] Compiling SDGText ExtendedGraphemeCluster.swift
/host/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 |   // MARK: - Initialization
[276/281] Emitting module SDGText
/host/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 |   // MARK: - Initialization
[277/282] Wrapping AST for SDGText for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[279/291] Emitting module SDGPersistence
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
 45 |     }
 46 |
 47 |     private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
    |                                   `- error: type 'FileManager' does not conform to protocol 'Hashable'
 48 |     private var locations: [RecommendedLocation: URL] {
 49 |       get {
/host/spi-builder-workspace/Sources/SDGPersistence/URL.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | public typealias EinheitlicherRessourcenzeiger = URL
22 |
23 | extension URL: Comparable {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 |   /// Returns `true` if the URL is in the location described by the specified URL.
[280/291] Compiling SDGPersistence Data.swift
[281/291] Compiling SDGPersistence FileConvertible.swift
[282/292] Compiling SDGPersistence String.swift
[283/292] Compiling SDGPersistence StrictString.swift
[284/292] Compiling SDGPersistence ProcessInfo.swift
[285/292] Compiling SDGPersistence PreferenceSet.swift
[286/292] Compiling SDGPersistence Preference.swift
[287/292] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
 45 |     }
 46 |
 47 |     private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
    |                                   `- error: type 'FileManager' does not conform to protocol 'Hashable'
 48 |     private var locations: [RecommendedLocation: URL] {
 49 |       get {
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
 48 |     private var locations: [RecommendedLocation: URL] {
 49 |       get {
 50 |         return FileManager.locations[self] ?? [:]
    |                                     `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
 51 |       }
 52 |       set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
  |           `- note: where 'Key' = 'FileManager'
2 |     @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
 51 |       }
 52 |       set {
 53 |         FileManager.locations[self] = newValue
    |                              `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
 54 |       }
 55 |     }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
  |           `- note: where 'Key' = 'FileManager'
2 |     @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
[288/292] Compiling SDGPersistence URL.swift
/host/spi-builder-workspace/Sources/SDGPersistence/URL.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | public typealias EinheitlicherRessourcenzeiger = URL
22 |
23 | extension URL: Comparable {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 |   /// Returns `true` if the URL is in the location described by the specified URL.
[292/306] Write sources
[293/306] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[295/300] Emitting module SDGPersistence
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
 45 |     }
 46 |
 47 |     private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
    |                                   `- error: type 'FileManager' does not conform to protocol 'Hashable'
 48 |     private var locations: [RecommendedLocation: URL] {
 49 |       get {
/host/spi-builder-workspace/Sources/SDGPersistence/URL.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | public typealias EinheitlicherRessourcenzeiger = URL
22 |
23 | extension URL: Comparable {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 |   /// Returns `true` if the URL is in the location described by the specified URL.
[296/300] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
 45 |     }
 46 |
 47 |     private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
    |                                   `- error: type 'FileManager' does not conform to protocol 'Hashable'
 48 |     private var locations: [RecommendedLocation: URL] {
 49 |       get {
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
 48 |     private var locations: [RecommendedLocation: URL] {
 49 |       get {
 50 |         return FileManager.locations[self] ?? [:]
    |                                     `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
 51 |       }
 52 |       set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
  |           `- note: where 'Key' = 'FileManager'
2 |     @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
 51 |       }
 52 |       set {
 53 |         FileManager.locations[self] = newValue
    |                              `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
 54 |       }
 55 |     }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
  |           `- note: where 'Key' = 'FileManager'
2 |     @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
[1/1] Compiling plugin SDGEmbedResources
[2/2] Compiling plugin SDGCopySources
Building for debugging...
[2/85] Write sources
[46/85] Copying Root
[47/85] Compiling _NumericsShims _NumericsShims.c
[49/85] Write swift-version-24593BA9C3E375BF.txt
[51/137] Emitting module SDGLogic
/host/spi-builder-workspace/Sources/SDGLogic/Bool.swift:15:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 13 |  */
 14 |
 15 | extension Bool: Comparable {
    | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 16 |
 17 |   // MARK: - Logical Operatiors
[52/138] Wrapping AST for SDGLogic for debugging
[54/138] Emitting module SDGControlFlow
[55/139] Wrapping AST for SDGControlFlow for debugging
[57/139] Emitting module RealModule
[58/140] Wrapping AST for RealModule for debugging
[60/141] Emitting module InternalCollectionsUtilities
[61/142] Wrapping AST for InternalCollectionsUtilities for debugging
[63/143] Emitting module SDGMathematics
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
    | |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
230 |
231 |   // MARK: - CustomDebugStringConvertible
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
320 |
321 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
322 |   extension Float80: Decodable, Encodable, FloatFamily {
    |   |- warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    |   `- note: add '@retroactive' to silence this warning
323 |
324 |     // MARK: - Decodable
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 |   }
178 | }
179 | extension Int64: IntXFamily {
    | |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
180 |
181 |   // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 |   public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
    | |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
186 |
187 |   // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 |   public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
    | |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
192 |
193 |   // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 |   public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
    | |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
198 |
199 |   // MARK: - PointProtocol
[64/144] Wrapping AST for SDGMathematics for debugging
[66/144] Emitting module OrderedCollections
[67/145] Wrapping AST for OrderedCollections for debugging
[69/146] Compiling RealModule ElementaryFunctions.swift
[70/147] Emitting module InternalCollectionsUtilities
[71/148] Compiling SDGControlFlow APILocalization.swift
[72/148] Compiling SDGControlFlow Assert.swift
[73/148] Emitting module RealModule
[74/148] Compiling SDGControlFlow Caching.swift
[75/148] Compiling SDGControlFlow Decodable.swift
[76/148] Compiling SDGLogic Any.swift
[77/148] Compiling SDGControlFlow SharedProperty.swift
[78/148] Compiling SDGControlFlow SharedValueObserver.swift
[79/150] Compiling SDGControlFlow TextualPlaygroundDisplay.swift
[80/150] Compiling SDGControlFlow TransparentWrapper.swift
[81/150] Compiling SDGControlFlow SendableValueCache.swift
[82/150] Compiling SDGControlFlow Shared.swift
[83/150] Emitting module SDGControlFlow
[84/150] Compiling RealModule Float16+Real.swift
[85/150] Compiling RealModule RealFunctions.swift
[86/150] Compiling RealModule Float80+Real.swift
[87/150] Compiling SDGLogic Tuple.swift
[88/150] Compiling SDGControlFlow ProjectingPropertyWrapper.swift
[89/150] Compiling SDGControlFlow PropertyWrapper.swift
[90/150] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/150] Compiling SDGControlFlow Memory.swift
[94/150] Compiling SDGControlFlow NonmutatingVariants.swift
[97/150] Compiling SDGLogic Operators.swift
[102/150] Compiling SDGLogic NilLiteral.swift
[104/150] Compiling SDGControlFlow DefaultAssignmentPropertyWrapper.swift
[105/150] Compiling SDGControlFlow Encodable.swift
[109/150] Compiling SDGLogic Bool.swift
/host/spi-builder-workspace/Sources/SDGLogic/Bool.swift:15:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 13 |  */
 14 |
 15 | extension Bool: Comparable {
    | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 16 |
 17 |   // MARK: - Logical Operatiors
[110/150] Compiling SDGLogic Equatable.swift
[111/150] Emitting module SDGLogic
/host/spi-builder-workspace/Sources/SDGLogic/Bool.swift:15:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 13 |  */
 14 |
 15 | extension Bool: Comparable {
    | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 16 |
 17 |   // MARK: - Logical Operatiors
[117/151] Compiling RealModule Real.swift
[118/151] Compiling RealModule Float+Real.swift
[119/152] Wrapping AST for SDGLogic for debugging
[121/152] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[121/153] Wrapping AST for RealModule for debugging
[123/153] Wrapping AST for InternalCollectionsUtilities for debugging
[125/208] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[126/208] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[127/209] Wrapping AST for SDGControlFlow for debugging
[129/241] Compiling SDGConcurrency RunLoop.swift
/host/spi-builder-workspace/Sources/SDGConcurrency/RunLoop.swift:15:8: error: no such module 'Foundation'
13 |  */
14 |
15 | import Foundation
   |        `- error: no such module 'Foundation'
16 |
17 | import SDGControlFlow
error: emit-module command failed with exit code 1 (use -v to see invocation)
[130/241] Emitting module SDGConcurrency
/host/spi-builder-workspace/Sources/SDGConcurrency/RunLoop.swift:15:8: error: no such module 'Foundation'
13 |  */
14 |
15 | import Foundation
   |        `- error: no such module 'Foundation'
16 |
17 | import SDGControlFlow
/host/spi-builder-workspace/Sources/SDGCollections/Associative/ContextualMapping.swift:33:7: warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 31 |   @inlinable internal static var defaultFallbackAlgorithm: @Sendable (Input.Element) -> Output {
 32 |     return { (input: Input.Element) -> Output in
 33 |       _preconditionFailure({ localization in
    |       `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure; this is an error in the Swift 6 language mode
 34 |         switch localization {  // @exempt(from: tests)
 35 |         case .englishCanada:
BUILD FAILURE 6.2 wasm