Build Information
Failed to build SDGCornerstone, reference master (09f6c7), with Swift 6.1 for Wasm on 29 May 2025 17:05:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' 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:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' 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/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[199/248] Compiling SDGCollections LiteralPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' 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:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' 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/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[200/248] Compiling SDGCollections NegatedPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' 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:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' 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/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[201/248] Compiling SDGCollections NestingContentsPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' 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:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' 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/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[202/248] Compiling SDGCollections NestingMatch.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' 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:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' 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/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[203/248] Compiling SDGCollections NestingMatchContents.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' 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:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' 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/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[204/248] Compiling SDGCollections NestingMatchSegment.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' 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:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' 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/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[205/248] Compiling SDGCollections NestingPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' 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:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' 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/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[206/248] Compiling SDGCollections NestingSegmentPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' 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:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' 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/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[207/248] Compiling SDGCollections RangeExpression.swift
[208/248] Compiling SDGCollections RangeReplaceableCollection.swift
[209/248] Compiling SDGCollections ReversedCollection.swift
[210/248] Compiling SDGCollections SearchableBidirectionalCollection.swift
[211/248] Compiling SDGCollections SearchableCollection.swift
[212/248] Compiling SDGCollections Slice.swift
[213/248] Compiling SDGCollections AbsoluteComplement.swift
[214/248] Compiling SDGCollections ComparableSet.swift
[215/248] Compiling SDGCollections Operators.swift
[216/248] Compiling SDGCollections AnyCollection.swift
[217/248] Compiling SDGCollections Array.swift
[218/248] Compiling SDGCollections BidirectionalCollection.swift
[219/248] Compiling SDGCollections Collection.swift
[220/248] Compiling SDGCollections CollectionDifference.swift
[221/248] Compiling SDGCollections CollectionDifferenceChange.swift
[222/248] Compiling SDGCollections FillDirection.swift
[223/248] Compiling SDGCollections LexicographicalComparison.swift
[224/248] Emitting module SDGCollections
/host/spi-builder-workspace/Sources/SDGCollections/LegacyMode.swift:15:32: warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | */
14 |
15 | @usableFromInline internal var legacyMode = false
| |- warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'legacyMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'legacyMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' 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:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' 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/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' 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 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[225/248] Compiling SDGCollections Addable.swift
/host/spi-builder-workspace/Sources/SDGCollections/LegacyMode.swift:15:32: warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | */
14 |
15 | @usableFromInline internal var legacyMode = false
| |- warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'legacyMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'legacyMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
[226/248] Compiling SDGCollections BijectiveMapping.swift
/host/spi-builder-workspace/Sources/SDGCollections/LegacyMode.swift:15:32: warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | */
14 |
15 | @usableFromInline internal var legacyMode = false
| |- warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'legacyMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'legacyMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
[227/248] Compiling SDGCollections ContextualMapping.swift
/host/spi-builder-workspace/Sources/SDGCollections/LegacyMode.swift:15:32: warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | */
14 |
15 | @usableFromInline internal var legacyMode = false
| |- warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'legacyMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'legacyMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
[228/248] Compiling SDGCollections Dictionary.swift
/host/spi-builder-workspace/Sources/SDGCollections/LegacyMode.swift:15:32: warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | */
14 |
15 | @usableFromInline internal var legacyMode = false
| |- warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'legacyMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'legacyMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
[229/248] Compiling SDGCollections CharacterSet.swift
/host/spi-builder-workspace/Sources/SDGCollections/LegacyMode.swift:15:32: warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | */
14 |
15 | @usableFromInline internal var legacyMode = false
| |- warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'legacyMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'legacyMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
[230/248] Compiling SDGCollections Data.swift
/host/spi-builder-workspace/Sources/SDGCollections/LegacyMode.swift:15:32: warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | */
14 |
15 | @usableFromInline internal var legacyMode = false
| |- warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'legacyMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'legacyMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
[231/248] Compiling SDGCollections String.swift
/host/spi-builder-workspace/Sources/SDGCollections/LegacyMode.swift:15:32: warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | */
14 |
15 | @usableFromInline internal var legacyMode = false
| |- warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'legacyMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'legacyMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
[232/248] Compiling SDGCollections StringProtocol.swift
/host/spi-builder-workspace/Sources/SDGCollections/LegacyMode.swift:15:32: warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | */
14 |
15 | @usableFromInline internal var legacyMode = false
| |- warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'legacyMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'legacyMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
[233/248] Compiling SDGCollections LegacyMode.swift
/host/spi-builder-workspace/Sources/SDGCollections/LegacyMode.swift:15:32: warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 | */
14 |
15 | @usableFromInline internal var legacyMode = false
| |- warning: var 'legacyMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'legacyMode' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'legacyMode' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
[234/248] Compiling SDGCollections OrderedSet.SubSequence.swift
[235/248] Compiling SDGCollections OrderedSet.swift
[236/248] Compiling SDGCollections ExclusivePrefixMatch.swift
[237/248] Compiling SDGCollections ExclusiveSuffixMatch.swift
[238/248] Compiling SDGCollections InclusivePrefixMatch.swift
[239/248] Compiling SDGCollections InclusiveSuffixMatch.swift
[240/248] Compiling SDGCollections AlternativeMatch.swift
[241/248] Compiling SDGCollections AlternativePatterns.swift
[242/248] Compiling SDGCollections NaryAlternativeMatch.swift
*** Signal 11: Backtracing from 0x3... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000003 ***
Thread 0 "swift-build":
0 0x00007f664483d80a <unknown> in libc.so.6
Thread 1:
0 0x00007f6644920e2e <unknown> in libc.so.6
Thread 2:
0 0x00007f664488c117 <unknown> in libc.so.6
Thread 3 crashed:
0 0x0000000000000003
1 [ra] 0x000055d52c24334a Command.description.getter + 25 in swift-package at /home/build-user/llbuild/products/llbuildSwift/BuildSystemBindings.swift:740:24
2 [ra] 0x000055d52ac81e9b specialized CommandTaskTracker.progressText(of:targetName:) + 42 in swift-package at /home/build-user/swiftpm/Sources/Build/LLBuildProgressTracker.swift:563:42
3 [ra] [inlined] [system] 0x000055d52ac7e822 CommandTaskTracker.commandFinished(_:result:targetName:) in swift-package at //<compiler-generated>
4 [ra] [inlined] 0x000055d52ac7e822 CommandTaskTracker.progressText(of:targetName:) in swift-package at /home/build-user/swiftpm/Sources/Build/LLBuildProgressTracker.swift:290:34
5 [ra] 0x000055d52ac7e822 closure #1 in LLBuildProgressTracker.commandFinished(_:result:) + 545 in swift-package at /home/build-user/swiftpm/Sources/Build/LLBuildProgressTracker.swift:534:38
6 [ra] [thunk] 0x000055d52abd0719 thunk for @escaping @callee_guaranteed @Sendable () -> () + 24 in swift-package at //<compiler-generated>
Thread 4:
0 0x00007f664488c117 <unknown> in libc.so.6
Thread 5:
0 0x00007f66449168ab <unknown> in libc.so.6
Thread 6:
0 0x00007f6644913cce <unknown> in libc.so.6
Thread 7:
0 0x00007f664491663d <unknown> in libc.so.6
Thread 8:
0 0x00007f664488c117 <unknown> in libc.so.6
Thread 9:
0 0x00007f664488c117 <unknown> in libc.so.6
Registers:
rax 0x00007f66144fa300 20 20 20 20 74 6f 6f 6c b5 04 00 00 00 00 00 00 toolµ·······
rdx 0x00007f65f77fd6e0 c0 d7 7f f7 65 7f 00 00 80 fe ff ff ff ff ff ff À×·÷e····þÿÿÿÿÿÿ
rcx 0x00007f66144817d8 f9 00 00 00 00 00 00 00 f3 00 00 00 00 00 00 00 ù·······ó·······
rbx 0x0000000000000000 0
rsi 0x00007f66142b1fa0 00 a3 4f 14 66 7f 00 00 d0 ce 6f 14 66 7f 00 00 ·£O·f···ÐÎo·f···
rdi 0x00007f65f77fd6d0 e0 d6 7f f7 65 7f 00 00 00 00 00 00 00 01 00 00 àÖ·÷e···········
rbp 0x00007f65f77fd7f0 20 d8 7f f7 65 7f 00 00 4a 33 24 2c d5 55 00 00 Ø·÷e···J3$,ÕU··
rsp 0x00007f65f77fd6c8 0a 40 1c 2c d5 55 00 00 e0 d6 7f f7 65 7f 00 00 ·@·,ÕU··àÖ·÷e···
r8 0x0000000000000001 1
r9 0x4000000000000000 4611686018427387904
r10 0x0000000000000000 0
r11 0x91dc274960d56c99 10510318826486590617
r12 0x00007f65fc004460 a0 1f 2b 14 66 7f 00 00 00 00 00 00 00 00 00 00 ·+·f···········
r13 0x00007f65fc004460 a0 1f 2b 14 66 7f 00 00 00 00 00 00 00 00 00 00 ·+·f···········
r14 0x0000000000000000 0
r15 0xe100000000000000 16212958658533785600
rip 0x0000000000000003 3
rflags 0x0000000000010202
cs 0x0033 fs 0x0000 gs 0x0000
Images (70 omitted):
0x000055d52a900000–0x000055d52cacc280 ca509131bd385cb56a0d110b8f8d5889cca34182 swift-package /usr/bin/swift-package
0x00007f66447fb000–0x00007f66449b7341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
Backtrace took 14.90s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/SDGEmbedResourcesTests/Resources.swift': File not found.
[0/13] Write swift-version-24593BA9C3E375BF.txt
[2/61] Compiling SDGLogic Equatable.swift
[3/61] Compiling SDGLogic Operators.swift
[4/61] Compiling SDGLogic Tuple.swift
[5/61] Compiling SDGLogic NilLiteral.swift
[6/61] Compiling SDGLogic Any.swift
[7/61] 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
[8/61] 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
[9/61] Compiling RealModule Double+Real.swift
[10/61] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/61] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[12/61] Compiling RealModule AlgebraicField.swift
[13/61] Compiling RealModule ApproximateEquality.swift
[14/61] Compiling RealModule AugmentedArithmetic.swift
[15/64] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/64] Compiling InternalCollectionsUtilities Debugging.swift
[17/64] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/64] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/64] Compiling RealModule ElementaryFunctions.swift
[20/65] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/66] Compiling SDGControlFlow ProjectingPropertyWrapper.swift
[22/66] Compiling SDGControlFlow PropertyWrapper.swift
[23/66] Compiling InternalCollectionsUtilities Descriptions.swift
[24/66] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/66] Compiling SDGControlFlow SendableValueCache.swift
[26/66] Compiling SDGControlFlow Shared.swift
[27/66] Compiling RealModule Real.swift
[30/66] Compiling RealModule Float+Real.swift
[31/66] Compiling RealModule Float16+Real.swift
[32/66] Compiling RealModule Float80+Real.swift
[34/66] Compiling RealModule RealFunctions.swift
[43/65] Emitting module SDGControlFlow
[44/65] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/65] Emitting module RealModule
[52/66] Emitting module InternalCollectionsUtilities
[53/67] Compiling SDGControlFlow Tuple.swift
[54/67] Compiling SDGControlFlow Weak.swift
[57/67] Wrapping AST for RealModule for debugging
[58/67] Wrapping AST for InternalCollectionsUtilities for debugging
[60/152] Compiling OrderedCollections OrderedDictionary.swift
[61/152] Compiling OrderedCollections OrderedSet+Codable.swift
[62/152] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/152] Compiling OrderedCollections OrderedSet+Descriptions.swift
[64/152] Compiling OrderedCollections OrderedSet+Diffing.swift
[65/152] Compiling OrderedCollections OrderedSet+Equatable.swift
[66/152] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[67/152] Compiling OrderedCollections OrderedSet+Hashable.swift
[68/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[69/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[70/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[71/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[72/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[73/152] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[74/152] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[75/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[76/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[77/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[78/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[79/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[80/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[81/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[82/159] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[83/159] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[84/159] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[85/159] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[86/159] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[87/159] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[88/159] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[89/159] Compiling OrderedCollections OrderedDictionary+Values.swift
[90/159] Compiling OrderedCollections OrderedSet+Initializers.swift
[91/159] Compiling OrderedCollections OrderedSet+Insertions.swift
[92/159] Compiling OrderedCollections OrderedSet+Invariants.swift
[93/159] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[94/159] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[95/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[96/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[97/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[105/159] Compiling OrderedCollections _HashTable+Bucket.swift
[106/163] Compiling OrderedCollections OrderedDictionary+Codable.swift
[107/163] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[108/163] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[109/163] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[110/163] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[111/163] Compiling OrderedCollections OrderedDictionary+Elements.swift
[112/163] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[113/163] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[118/163] Compiling OrderedCollections _HashTable+BucketIterator.swift
[119/163] Compiling OrderedCollections _HashTable+Constants.swift
[120/163] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[121/163] Compiling OrderedCollections _HashTable+Testing.swift
[122/163] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[123/163] Compiling OrderedCollections _HashTable.swift
[124/163] Compiling OrderedCollections _Hashtable+Header.swift
[134/163] 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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
[135/163] Compiling OrderedCollections OrderedSet+Sendable.swift
[136/163] Compiling OrderedCollections OrderedSet+SubSequence.swift
[137/163] Compiling OrderedCollections OrderedSet+Testing.swift
[138/163] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[139/163] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[140/163] Compiling OrderedCollections OrderedSet.swift
[141/163] Compiling OrderedCollections _UnsafeBitset.swift
[142/163] Emitting module OrderedCollections
[143/164] Compiling SDGMathematics OrderedEnumeration.swift
[144/164] Compiling SDGMathematics Sequence.swift
[145/164] Compiling SDGMathematics Tuple.swift
[146/164] Compiling SDGMathematics UInt.swift
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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
[156/165] Wrapping AST for OrderedCollections for debugging
[158/165] Wrapping AST for SDGMathematics for debugging
[160/227] Compiling SDGCollections NaryAlternativePatterns.swift
[161/227] Compiling SDGCollections AnyBidirectionalPattern.swift
[162/227] Compiling SDGCollections AnyPattern.swift
[163/227] Compiling SDGCollections AnyPatternMatch.swift
[164/227] Compiling SDGCollections AtomicPatternMatch.swift
[165/227] Compiling SDGCollections ConcatenatedMatch.swift
[166/227] Compiling SDGCollections ConcatenatedPatterns.swift
[167/227] Compiling SDGCollections NaryConcatenatedMatch.swift
[168/227] Compiling SDGCollections NaryConcatenatedPatterns.swift
[169/235] Compiling SDGCollections FiniteSet.swift
[170/235] Compiling SDGCollections IntensionalSet.swift
[171/235] Compiling SDGCollections Intersection.swift
[172/235] Compiling SDGCollections MutableSet.swift
[173/235] Compiling SDGCollections Set.swift
[174/235] Compiling SDGCollections SetDefinition.swift
[175/235] Compiling SDGCollections SetInRepresentableUniverse.swift
[176/235] Compiling SDGCollections Union.swift
[177/235] Compiling SDGCollections BidirectionalPattern.swift
[178/235] Compiling SDGCollections Pattern.swift
[179/235] Compiling SDGCollections PatternMatch.swift
[180/235] Compiling SDGCollections PatternConsumption.swift
[181/235] Compiling SDGCollections RepetitionMatch.swift
[182/235] Compiling SDGCollections RepetitionPattern.swift
[183/235] Compiling SDGCollections SeparatedComponentMatch.swift
[184/235] Compiling SDGCollections Range.swift
[185/235] Compiling SDGCollections ConditionalPattern.swift
[186/235] Compiling SDGCollections LiteralPattern.swift
[187/235] Compiling SDGCollections NegatedPattern.swift
[188/235] Compiling SDGCollections NestingContentsPattern.swift
[189/235] Compiling SDGCollections NestingMatch.swift
[190/235] Compiling SDGCollections NestingMatchContents.swift
[191/235] Compiling SDGCollections NestingMatchSegment.swift
[192/235] Compiling SDGCollections NestingPattern.swift
[193/235] Compiling SDGCollections NestingSegmentPattern.swift
[194/235] Compiling SDGCollections RangeExpression.swift
[195/235] Compiling SDGCollections RangeReplaceableCollection.swift
[196/235] Compiling SDGCollections ReversedCollection.swift
[197/235] Compiling SDGCollections SearchableBidirectionalCollection.swift
[198/235] Compiling SDGCollections SearchableCollection.swift
[199/235] Compiling SDGCollections Slice.swift
[200/235] Compiling SDGCollections AbsoluteComplement.swift
[201/235] Compiling SDGCollections ComparableSet.swift
[202/235] Compiling SDGCollections OrderedSet.SubSequence.swift
[203/235] Compiling SDGCollections OrderedSet.swift
[204/235] Compiling SDGCollections ExclusivePrefixMatch.swift
[205/235] Compiling SDGCollections ExclusiveSuffixMatch.swift
[206/235] Compiling SDGCollections InclusivePrefixMatch.swift
[207/235] Compiling SDGCollections InclusiveSuffixMatch.swift
[208/235] Compiling SDGCollections AlternativeMatch.swift
[209/235] Compiling SDGCollections AlternativePatterns.swift
[210/235] Compiling SDGCollections NaryAlternativeMatch.swift
[211/235] Compiling SDGCollections Operators.swift
[212/235] Compiling SDGCollections AnyCollection.swift
[213/235] Compiling SDGCollections Array.swift
[214/235] Compiling SDGCollections BidirectionalCollection.swift
[215/235] Compiling SDGCollections Collection.swift
[216/235] Compiling SDGCollections CollectionDifference.swift
[217/235] Compiling SDGCollections CollectionDifferenceChange.swift
[218/235] Compiling SDGCollections FillDirection.swift
[219/235] Compiling SDGCollections LexicographicalComparison.swift
[220/235] Compiling SDGCollections Addable.swift
[221/235] Compiling SDGCollections BijectiveMapping.swift
[222/235] Compiling SDGCollections ContextualMapping.swift
[223/235] Compiling SDGCollections Dictionary.swift
[224/235] Compiling SDGCollections CharacterSet.swift
[225/235] Compiling SDGCollections Data.swift
[226/235] Compiling SDGCollections String.swift
[227/235] Compiling SDGCollections StringProtocol.swift
[228/235] Compiling SDGCollections LegacyMode.swift
[229/235] Emitting module SDGCollections
[230/236] Wrapping AST for SDGCollections for debugging
[232/265] 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
[233/265] 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
[234/265] 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
[235/265] 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
[236/268] Compiling SDGText CharacterSet.swift
[237/268] Compiling SDGText CollectionStringFamily.swift
[238/268] Compiling SDGText CollectionUnicodeScalar.swift
[239/268] Compiling SDGText StaticString.swift
[240/268] Compiling SDGText LineViewIndex.swift
[241/268] Compiling SDGText Newline.swift
[242/268] Compiling SDGText NewlinePattern.swift
[243/268] Compiling SDGText StringFamily.swift
[244/268] Compiling SDGText StrictStringStringInterpolation.swift
[245/268] Compiling SDGText ExtendedGraphemeClusterView.swift
[246/268] Compiling SDGText Line.swift
[247/268] Compiling SDGText LineView.swift
[248/268] Compiling SDGText Font.Definition.swift
[249/268] Compiling SDGText Font.swift
[250/268] Compiling SDGText NSFont.swift
[251/268] Compiling SDGText SwiftUI.Font.swift
[252/268] Compiling SDGText StringIndex.swift
[253/268] Compiling SDGText UnicodeScalarView.swift
[254/268] Compiling SDGText UnicodeScalar.swift
[255/268] Compiling SDGText UIFont.swift
[256/268] Compiling SDGText MarkupPlaygroundDisplay.swift
[257/268] Compiling SDGText Range.swift
[258/268] Compiling SDGText SemanticMarkup.swift
[259/268] Compiling SDGText SemanticMarkupStringInterpolation.swift
[260/268] Compiling SDGText StrictString.swift
[261/268] Compiling SDGText StrictStringClusterView.swift
[262/268] Compiling SDGText StrictStringInterpolationProtocol.swift
[263/268] 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
[264/269] Wrapping AST for SDGText for debugging
[266/278] Compiling SDGPersistence ProcessInfo.swift
[267/279] Compiling SDGPersistence PreferenceSet.swift
[268/279] Compiling SDGPersistence Data.swift
[269/279] Compiling SDGPersistence FileConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[270/279] Compiling SDGPersistence Preference.swift
[271/279] 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.
[272/279] 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 | }
[273/279] Compiling SDGPersistence StrictString.swift
[274/279] Compiling SDGPersistence String.swift
[275/279] 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.
[279/292] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[281/286] 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.
[282/286] 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] Emitting module SDGControlFlow
[54/141] Wrapping AST for SDGLogic for debugging
[57/141] Emitting module RealModule
[58/142] Emitting module InternalCollectionsUtilities
[58/143] Wrapping AST for SDGControlFlow for debugging
[61/143] Wrapping AST for RealModule for debugging
[62/143] Wrapping AST for InternalCollectionsUtilities for debugging
[64/145] Compiling SDGControlFlow Tuple.swift
[65/145] Compiling SDGControlFlow Weak.swift
[66/145] Emitting module RealModule
[67/145] Compiling RealModule AlgebraicField.swift
[68/145] Compiling RealModule ApproximateEquality.swift
[69/145] Emitting module InternalCollectionsUtilities
[70/147] Compiling SDGLogic NilLiteral.swift
[71/147] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[72/147] Compiling RealModule Float+Real.swift
[73/147] Compiling RealModule RealFunctions.swift
[74/147] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[75/147] Compiling InternalCollectionsUtilities Debugging.swift
[76/147] Compiling InternalCollectionsUtilities Descriptions.swift
[77/147] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[78/147] Compiling InternalCollectionsUtilities Integer rank.swift
[79/147] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[80/147] Compiling InternalCollectionsUtilities _SortedCollection.swift
[81/147] Compiling RealModule AugmentedArithmetic.swift
[82/147] Compiling RealModule Double+Real.swift
[83/147] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/147] Compiling SDGLogic Tuple.swift
[87/147] Compiling SDGLogic Any.swift
[88/147] Compiling RealModule Float80+Real.swift
[89/147] Compiling RealModule Float16+Real.swift
[90/147] 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
[93/147] Compiling RealModule ElementaryFunctions.swift
[100/147] Compiling RealModule Real.swift
[101/148] Compiling SDGControlFlow ProjectingPropertyWrapper.swift
[102/148] Compiling SDGControlFlow PropertyWrapper.swift
[103/148] Compiling SDGControlFlow SendableValueCache.swift
[104/148] Compiling SDGControlFlow Shared.swift
[105/148] Compiling SDGLogic Equatable.swift
[106/148] 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
[107/148] Compiling SDGLogic Operators.swift
[114/149] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[118/151] Wrapping AST for RealModule for debugging
[119/151] Wrapping AST for SDGControlFlow for debugging
[120/151] Wrapping AST for InternalCollectionsUtilities for debugging
[121/151] Wrapping AST for SDGLogic for debugging
[123/238] Emitting module OrderedCollections
[124/239] 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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
[126/240] Wrapping AST for OrderedCollections for debugging
[127/240] Wrapping AST for SDGMathematics for debugging
[129/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[130/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[131/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[132/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[133/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[134/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[135/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[136/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[137/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[138/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[139/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[140/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[141/248] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[142/248] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[143/248] Compiling OrderedCollections OrderedDictionary+Codable.swift
[144/248] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[145/248] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[146/248] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[147/248] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[148/248] Compiling OrderedCollections OrderedDictionary+Elements.swift
[149/248] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[150/248] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[151/248] Compiling OrderedCollections OrderedSet+Initializers.swift
[152/248] Compiling OrderedCollections OrderedSet+Insertions.swift
[153/248] Compiling OrderedCollections OrderedSet+Invariants.swift
[154/248] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[155/248] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[156/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[157/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[158/248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[159/248] Compiling OrderedCollections OrderedDictionary.swift
[160/248] Compiling OrderedCollections OrderedSet+Codable.swift
[161/248] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[162/248] Compiling OrderedCollections OrderedSet+Descriptions.swift
[163/248] Compiling OrderedCollections OrderedSet+Diffing.swift
[164/248] Compiling OrderedCollections OrderedSet+Equatable.swift
[165/248] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[166/248] Compiling OrderedCollections OrderedSet+Hashable.swift
[167/248] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[168/248] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[169/248] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[170/248] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[171/248] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[172/248] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[173/248] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[174/248] Compiling OrderedCollections OrderedDictionary+Values.swift
[175/248] Compiling OrderedCollections _HashTable+Bucket.swift
[176/248] Compiling OrderedCollections _HashTable+BucketIterator.swift
[177/248] Compiling OrderedCollections _HashTable+Constants.swift
[178/248] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[179/248] Compiling OrderedCollections _HashTable+Testing.swift
[180/248] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[181/248] Compiling OrderedCollections _HashTable.swift
[182/248] Compiling OrderedCollections _Hashtable+Header.swift
[183/248] Emitting module OrderedCollections
[184/248] Compiling OrderedCollections OrderedSet+Sendable.swift
[185/248] Compiling OrderedCollections OrderedSet+SubSequence.swift
[186/248] Compiling OrderedCollections OrderedSet+Testing.swift
[187/248] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[188/248] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[189/248] Compiling OrderedCollections OrderedSet.swift
[190/248] Compiling OrderedCollections _UnsafeBitset.swift
[191/249] Wrapping AST for OrderedCollections for debugging
[213/253] Emitting module SDGConcurrency
[214/253] Compiling SDGConcurrency RunLoop.swift
[215/254] 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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/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
[217/254] Compiling SDGMathematics OrderedEnumeration.swift
[218/254] Compiling SDGMathematics Sequence.swift
[219/254] Compiling SDGMathematics Tuple.swift
[220/254] Compiling SDGMathematics UInt.swift
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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/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
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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/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
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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/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
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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 'LosslessStringConvertible', 'CustomDebugStringConvertible'; 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/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
[230/255] Wrapping AST for SDGMathematics for debugging
[232/329] Compiling SDGGeometry Angle.swift
/host/spi-builder-workspace/Sources/SDGGeometry/Angle.swift:26:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
24 | import SDGMathematics
25 |
26 | extension Angle: CustomPlaygroundDisplayConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
27 |
28 | // MARK: - CustomPlaygroundDisplayConvertible
[233/330] Compiling SDGRandomization CyclicalNumberGenerator.swift
[234/330] Compiling SDGGeometry Be_zierPath.swift
[235/330] Compiling SDGRandomization Bool.swift
[236/330] Compiling SDGRandomization PseudorandomNumberGenerator.swift
[237/330] Emitting module SDGRandomization
[238/331] Compiling SDGGeometry CGPoint.swift
[239/331] Compiling SDGGeometry CGVector.swift
[241/331] Compiling SDGGeometry TwoDimensionalPoint.swift
[242/331] Compiling SDGGeometry TwoDimensionalVector.swift
[243/331] Emitting module SDGGeometry
/host/spi-builder-workspace/Sources/SDGGeometry/Angle.swift:26:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
24 | import SDGMathematics
25 |
26 | extension Angle: CustomPlaygroundDisplayConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
27 |
28 | // MARK: - CustomPlaygroundDisplayConvertible
[244/331] Compiling SDGGeometry TwoDimensionalPointProtocol.swift
[245/331] Compiling SDGGeometry TwoDimensionalVectorProtocol.swift
[247/332] Compiling SDGCollections NaryAlternativePatterns.swift
[248/332] Compiling SDGCollections AnyBidirectionalPattern.swift
[249/332] Compiling SDGCollections AnyPattern.swift
[250/332] Compiling SDGCollections AnyPatternMatch.swift
[251/332] Compiling SDGCollections AtomicPatternMatch.swift
[252/332] Compiling SDGCollections ConcatenatedMatch.swift
[253/332] Compiling SDGCollections ConcatenatedPatterns.swift
[254/332] Compiling SDGCollections NaryConcatenatedMatch.swift
[255/332] Compiling SDGCollections NaryConcatenatedPatterns.swift
[256/340] Compiling SDGCollections BidirectionalPattern.swift
[257/340] Compiling SDGCollections Pattern.swift
[258/340] Compiling SDGCollections PatternMatch.swift
[259/340] Compiling SDGCollections PatternConsumption.swift
[260/340] Compiling SDGCollections RepetitionMatch.swift
[261/340] Compiling SDGCollections RepetitionPattern.swift
[262/340] Compiling SDGCollections SeparatedComponentMatch.swift
[263/340] Compiling SDGCollections Range.swift
[264/340] Compiling SDGCollections RangeExpression.swift
[265/340] Compiling SDGCollections RangeReplaceableCollection.swift
[266/340] Compiling SDGCollections ReversedCollection.swift
[267/340] Compiling SDGCollections SearchableBidirectionalCollection.swift
[268/340] Compiling SDGCollections SearchableCollection.swift
[269/340] Compiling SDGCollections Slice.swift
[270/340] Compiling SDGCollections AbsoluteComplement.swift
[271/340] Compiling SDGCollections ComparableSet.swift
[272/340] Compiling SDGCollections OrderedSet.SubSequence.swift
[273/340] Compiling SDGCollections OrderedSet.swift
[274/340] Compiling SDGCollections ExclusivePrefixMatch.swift
[275/340] Compiling SDGCollections ExclusiveSuffixMatch.swift
[276/340] Compiling SDGCollections InclusivePrefixMatch.swift
[277/340] Compiling SDGCollections InclusiveSuffixMatch.swift
[278/340] Compiling SDGCollections AlternativeMatch.swift
[279/340] Compiling SDGCollections AlternativePatterns.swift
[280/340] Compiling SDGCollections NaryAlternativeMatch.swift
[281/340] Compiling SDGCollections ConditionalPattern.swift
[282/340] Compiling SDGCollections LiteralPattern.swift
[283/340] Compiling SDGCollections NegatedPattern.swift
[284/340] Compiling SDGCollections NestingContentsPattern.swift
[285/340] Compiling SDGCollections NestingMatch.swift
[286/340] Compiling SDGCollections NestingMatchContents.swift
[287/340] Compiling SDGCollections NestingMatchSegment.swift
[288/340] Compiling SDGCollections NestingPattern.swift
[289/340] Compiling SDGCollections NestingSegmentPattern.swift
[290/340] Compiling SDGCollections FiniteSet.swift
[291/340] Compiling SDGCollections IntensionalSet.swift
[292/340] Compiling SDGCollections Intersection.swift
[293/340] Compiling SDGCollections MutableSet.swift
[294/340] Compiling SDGCollections Set.swift
[295/340] Compiling SDGCollections SetDefinition.swift
[296/340] Compiling SDGCollections SetInRepresentableUniverse.swift
[297/340] Compiling SDGCollections Union.swift
[298/340] Compiling SDGCollections Operators.swift
[299/340] Compiling SDGCollections AnyCollection.swift
[300/340] Compiling SDGCollections Array.swift
[301/340] Compiling SDGCollections BidirectionalCollection.swift
[302/340] Compiling SDGCollections Collection.swift
[303/340] Compiling SDGCollections CollectionDifference.swift
[304/340] Compiling SDGCollections CollectionDifferenceChange.swift
[305/340] Compiling SDGCollections FillDirection.swift
[306/340] Compiling SDGCollections LexicographicalComparison.swift
[307/340] Emitting module SDGCollections
[308/341] Wrapping AST for SDGCollections for debugging
[310/342] Compiling SDGCollections Addable.swift
[311/342] Compiling SDGCollections BijectiveMapping.swift
[312/342] Compiling SDGCollections ContextualMapping.swift
[313/342] Compiling SDGCollections Dictionary.swift
[314/342] Compiling SDGCollections CharacterSet.swift
[315/342] Compiling SDGCollections Data.swift
[316/342] Compiling SDGCollections String.swift
[317/342] Compiling SDGCollections StringProtocol.swift
[318/342] Compiling SDGCollections LegacyMode.swift
[319/342] 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
[320/343] Wrapping AST for SDGText for debugging
[322/345] 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 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[323/345] 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.
BUILD FAILURE 6.1 wasm