Build Information
Failed to build SDGCornerstone, reference 10.2.0 (09f6c7), with Swift 6.2 for Linux on 22 Jun 2025 02:10:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
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(),
[265/340] 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(),
[266/340] 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(),
[267/340] 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(),
[268/340] 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(),
[269/340] 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(),
[270/340] 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(),
[271/340] 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(),
[272/340] 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(),
[273/340] Compiling SDGCollections OrderedSet.SubSequence.swift
[274/340] Compiling SDGCollections OrderedSet.swift
[275/340] Compiling SDGCollections ExclusivePrefixMatch.swift
[276/340] Compiling SDGCollections ExclusiveSuffixMatch.swift
[277/340] Compiling SDGCollections InclusivePrefixMatch.swift
[278/340] Compiling SDGCollections InclusiveSuffixMatch.swift
[279/340] Compiling SDGCollections AlternativeMatch.swift
[280/340] Compiling SDGCollections AlternativePatterns.swift
[281/340] Compiling SDGCollections NaryAlternativeMatch.swift
[282/340] Compiling SDGCollections RangeExpression.swift
[283/340] Compiling SDGCollections RangeReplaceableCollection.swift
[284/340] Compiling SDGCollections ReversedCollection.swift
[285/340] Compiling SDGCollections SearchableBidirectionalCollection.swift
[286/340] Compiling SDGCollections SearchableCollection.swift
[287/340] Compiling SDGCollections Slice.swift
[288/340] Compiling SDGCollections AbsoluteComplement.swift
[289/340] Compiling SDGCollections ComparableSet.swift
[290/340] Compiling SDGCollections FiniteSet.swift
[291/340] Compiling SDGCollections IntensionalSet.swift
[292/340] Compiling SDGCollections Intersection.swift
[293/340] Compiling SDGCollections MutableSet.swift
[294/340] Compiling SDGCollections Set.swift
[295/340] Compiling SDGCollections SetDefinition.swift
[296/340] Compiling SDGCollections SetInRepresentableUniverse.swift
[297/340] Compiling SDGCollections Union.swift
[298/340] Compiling SDGCollections Operators.swift
[299/340] Compiling SDGCollections AnyCollection.swift
[300/340] Compiling SDGCollections Array.swift
[301/340] Compiling SDGCollections BidirectionalCollection.swift
[302/340] Compiling SDGCollections Collection.swift
[303/340] Compiling SDGCollections CollectionDifference.swift
[304/340] Compiling SDGCollections CollectionDifferenceChange.swift
[305/340] Compiling SDGCollections FillDirection.swift
[306/340] Compiling SDGCollections LexicographicalComparison.swift
[307/340] 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)
[308/340] 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)
[309/340] 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)
[310/340] 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)
[311/340] 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)
[312/340] 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)
[313/340] 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)
[314/340] 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)
[315/340] 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)
[316/340] 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(),
[317/341] Wrapping AST for SDGCollections for debugging
[319/341] 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(),
[320/343] Wrapping AST for SDGCollections for debugging
[322/378] Compiling SDGBinaryData DataStream.swift
[323/378] Compiling SDGBinaryData Data.swift
[324/378] Compiling SDGBinaryData DataBinaryView.swift
[325/378] Compiling SDGBinaryData UInt.swift
[326/378] Compiling SDGBinaryData UIntBinaryView.swift
[327/378] 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
[328/378] 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
[329/378] 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
[330/378] 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
[331/378] Emitting module SDGBinaryData
[333/382] Compiling SDGText CharacterSet.swift
[334/382] Compiling SDGText CollectionStringFamily.swift
[335/382] Compiling SDGText CollectionUnicodeScalar.swift
[336/382] Compiling SDGText StaticString.swift
[337/382] Compiling SDGText LineViewIndex.swift
[338/382] Compiling SDGText Newline.swift
[339/382] Compiling SDGText NewlinePattern.swift
[340/382] Compiling SDGText StringFamily.swift
[341/382] Compiling SDGText StrictStringStringInterpolation.swift
[342/382] Compiling SDGText ExtendedGraphemeClusterView.swift
[343/382] Compiling SDGText Line.swift
[344/382] Compiling SDGText LineView.swift
[345/382] Compiling SDGText StringIndex.swift
[346/382] Compiling SDGText UnicodeScalarView.swift
[347/382] Compiling SDGText UnicodeScalar.swift
[348/382] 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
[349/383] Wrapping AST for SDGText for debugging
[351/385] Compiling SDGText Font.Definition.swift
[352/385] Compiling SDGText Font.swift
[353/385] Compiling SDGText NSFont.swift
[354/385] Compiling SDGText SwiftUI.Font.swift
[355/385] Compiling SDGText UIFont.swift
[356/385] Compiling SDGText MarkupPlaygroundDisplay.swift
[357/385] Compiling SDGText Range.swift
[358/385] Compiling SDGText SemanticMarkup.swift
[359/385] Compiling SDGText SemanticMarkupStringInterpolation.swift
[360/385] Compiling SDGText StrictString.swift
[361/385] Compiling SDGText StrictStringClusterView.swift
[362/385] Compiling SDGText StrictStringInterpolationProtocol.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[363/385] 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.
[364/385] 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 | }
BUILD FAILURE 6.2 linux