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