Build Information
Failed to build SDGCornerstone, reference 10.2.0 (09f6c7), with Swift 6.1 for Android on 29 May 2025 17:06:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
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 | }
[174/240] 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 | }
[175/240] 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 | }
[176/240] 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 | }
[177/240] 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 | }
[178/240] 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 | }
[179/240] 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 | }
[180/240] 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 | }
[181/240] 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 | }
[182/248] Compiling SDGCollections BidirectionalPattern.swift
[183/248] Compiling SDGCollections Pattern.swift
[184/248] Compiling SDGCollections PatternMatch.swift
[185/248] Compiling SDGCollections PatternConsumption.swift
[186/248] Compiling SDGCollections RepetitionMatch.swift
[187/248] Compiling SDGCollections RepetitionPattern.swift
[188/248] Compiling SDGCollections SeparatedComponentMatch.swift
[189/248] Compiling SDGCollections Range.swift
[190/248] Compiling SDGCollections NaryAlternativePatterns.swift
[191/248] Compiling SDGCollections AnyBidirectionalPattern.swift
[192/248] Compiling SDGCollections AnyPattern.swift
[193/248] Compiling SDGCollections AnyPatternMatch.swift
[194/248] Compiling SDGCollections AtomicPatternMatch.swift
[195/248] Compiling SDGCollections ConcatenatedMatch.swift
[196/248] Compiling SDGCollections ConcatenatedPatterns.swift
[197/248] Compiling SDGCollections NaryConcatenatedMatch.swift
[198/248] Compiling SDGCollections NaryConcatenatedPatterns.swift
[199/248] Compiling SDGCollections OrderedSet.SubSequence.swift
[200/248] Compiling SDGCollections OrderedSet.swift
[201/248] Compiling SDGCollections ExclusivePrefixMatch.swift
[202/248] Compiling SDGCollections ExclusiveSuffixMatch.swift
[203/248] Compiling SDGCollections InclusivePrefixMatch.swift
[204/248] Compiling SDGCollections InclusiveSuffixMatch.swift
[205/248] Compiling SDGCollections AlternativeMatch.swift
[206/248] Compiling SDGCollections AlternativePatterns.swift
[207/248] Compiling SDGCollections NaryAlternativeMatch.swift
[208/248] Compiling SDGCollections FiniteSet.swift
[209/248] Compiling SDGCollections IntensionalSet.swift
[210/248] Compiling SDGCollections Intersection.swift
[211/248] Compiling SDGCollections MutableSet.swift
[212/248] Compiling SDGCollections Set.swift
[213/248] Compiling SDGCollections SetDefinition.swift
[214/248] Compiling SDGCollections SetInRepresentableUniverse.swift
[215/248] Compiling SDGCollections Union.swift
[216/248] Compiling SDGCollections RangeExpression.swift
[217/248] Compiling SDGCollections RangeReplaceableCollection.swift
[218/248] Compiling SDGCollections ReversedCollection.swift
[219/248] Compiling SDGCollections SearchableBidirectionalCollection.swift
[220/248] Compiling SDGCollections SearchableCollection.swift
[221/248] Compiling SDGCollections Slice.swift
[222/248] Compiling SDGCollections AbsoluteComplement.swift
[223/248] Compiling SDGCollections ComparableSet.swift
[224/248] Compiling SDGCollections Operators.swift
[225/248] Compiling SDGCollections AnyCollection.swift
[226/248] Compiling SDGCollections Array.swift
[227/248] Compiling SDGCollections BidirectionalCollection.swift
[228/248] Compiling SDGCollections Collection.swift
[229/248] Compiling SDGCollections CollectionDifference.swift
[230/248] Compiling SDGCollections CollectionDifferenceChange.swift
[231/248] Compiling SDGCollections FillDirection.swift
[232/248] Compiling SDGCollections LexicographicalComparison.swift
[233/248] Compiling SDGCollections Addable.swift
/host/spi-builder-workspace/Sources/SDGCollections/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 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 |
[235/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 |
[236/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 |
[237/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 |
[238/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 |
[239/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 |
[240/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 |
[241/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 |
[242/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 | }
*** Signal 11: Backtracing from 0x7f92e7c3b5f5... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000000 ***
Thread 0 "swift-build":
0 0x00007f92e61b980a <unknown> in libc.so.6
Thread 1:
0 0x00007f92e629ce2e <unknown> in libc.so.6
Thread 2:
0 0x00007f92e62928ab <unknown> in libc.so.6
Thread 3 crashed:
0 0x00007f92e7c3b5f5 specialized static String._fromUTF8Repairing(_:) + 53 in libswiftCore.so
1 [ra] [inlined] [system] 0x00005616cbcb62cf specialized String.init<A, B>(decoding:as:) in swift-package at //<compiler-generated>
2 [ra] [inlined] 0x00005616cbcb62cf stringFromData(_:) in swift-package at /home/build-user/llbuild/products/llbuildSwift/Internals.swift:49:12
3 [ra] 0x00005616cbcb62cf Command.name.getter + 78 in swift-package at /home/build-user/llbuild/products/llbuildSwift/BuildSystemBindings.swift:720:20
4 [ra] 0x00005616ca6f1ab2 closure #1 in LLBuildProgressTracker.commandProcessFinished(_:process:result:) + 33 in swift-package at /home/build-user/swiftpm/Sources/Build/LLBuildProgressTracker.swift:347:65
5 [ra] [thunk] 0x00005616ca643719 thunk for @escaping @callee_guaranteed @Sendable () -> () + 24 in swift-package at //<compiler-generated>
Thread 4:
0 0x00007f92e6208117 <unknown> in libc.so.6
Thread 5:
0 0x00007f92e6208117 <unknown> in libc.so.6
Thread 6:
0 0x00007f92e628fcce <unknown> in libc.so.6
Thread 7:
0 0x00007f92e629263d <unknown> in libc.so.6
Thread 8:
0 0x00007f92e6208117 <unknown> in libc.so.6
Thread 9:
0 0x00007f92e6208117 <unknown> in libc.so.6
Registers:
rax 0x2020202020202020 2314885530818453536
rdx 0x2020202020202020 2314885530818453536
rcx 0x2020200a7d202020 2314885437889454112
rbx 0x0000000000000001 1
rsi 0x2020202020202020 2314885530818453536
rdi 0x8080808080808080 9259542123273814144
rbp 0x00007f92a0ff88d0 10 89 ff a0 92 7f 00 00 cf 62 cb cb 16 56 00 00 ··ÿ ····ÏbËË·V··
rsp 0x00007f92a0ff8860 80 88 ff a0 92 7f 00 00 20 1f 63 ca 16 56 00 00 ··ÿ ···· ·cÊ·V··
r8 0x00007f92840c4e90 14 0d 24 7d 95 7f 00 00 01 00 00 43 00 00 00 00 ··$}·······C····
r9 0x0000000200000000 8589934592
r10 0x0000000000000000 0
r11 0x5aade29c919cb4cb 6534127796470199499
r12 0x2020200a7d202020 2314885437889454112
r13 0x00007f9284003958 e0 9a 4f d0 92 7f 00 00 00 00 00 00 00 00 00 00 à·Oз···········
r14 0x00007f9284003958 e0 9a 4f d0 92 7f 00 00 00 00 00 00 00 00 00 00 à·Oз···········
r15 0x00007f92d05ae220 c8 06 60 cc 16 56 00 00 1e e9 00 5a f2 0f 00 c0 È·`Ì·V···é·Zò··À
rip 0x00007f92e7c3b5f5 48 8b 43 08 48 0b 03 48 85 f0 0f 85 a6 00 00 00 H·C·H··H·ð··¦···
rflags 0x0000000000010202
cs 0x0033 fs 0x0000 gs 0x0000
Images (69 omitted):
0x00005616ca373000–0x00005616cc53f280 ca509131bd385cb56a0d110b8f8d5889cca34182 swift-package /usr/bin/swift-package
0x00007f92e6177000–0x00007f92e6333341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f92e79b0000–0x00007f92e7f3e8c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so /usr/lib/swift/linux/libswiftCore.so
Backtrace took 13.74s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 InternalCollectionsUtilities _UniqueCollection.swift
[3/61] Compiling InternalCollectionsUtilities Debugging.swift
[4/62] Compiling InternalCollectionsUtilities _SortedCollection.swift
[5/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[6/62] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[7/62] Compiling InternalCollectionsUtilities UInt+reversed.swift
[8/62] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/64] Compiling InternalCollectionsUtilities Descriptions.swift
[10/64] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/64] Emitting module SDGControlFlow
[12/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/64] Compiling SDGControlFlow Tuple.swift
[14/64] Compiling SDGControlFlow Weak.swift
[17/64] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/64] Emitting module RealModule
[21/65] Compiling RealModule Real.swift
[22/65] Compiling SDGLogic Operators.swift
[23/65] Compiling SDGLogic NilLiteral.swift
[24/65] Compiling SDGLogic Equatable.swift
[25/65] Compiling SDGLogic Tuple.swift
[26/65] 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
[27/65] Compiling SDGControlFlow SharedProperty.swift
[28/65] Compiling SDGControlFlow SharedValueObserver.swift
[29/65] Compiling SDGControlFlow TextualPlaygroundDisplay.swift
[30/65] Compiling SDGControlFlow TransparentWrapper.swift
[31/65] Compiling SDGLogic Any.swift
[32/65] 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
[33/66] Compiling RealModule RealFunctions.swift
[34/66] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/66] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[36/66] Compiling InternalCollectionsUtilities Integer rank.swift
[39/67] Compiling RealModule Float16+Real.swift
[40/67] Compiling RealModule ElementaryFunctions.swift
[41/67] Compiling RealModule Float+Real.swift
[42/67] Compiling RealModule Float80+Real.swift
[56/66] Emitting module InternalCollectionsUtilities
[57/67] Wrapping AST for RealModule for debugging
[58/67] Wrapping AST for InternalCollectionsUtilities for debugging
[60/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[61/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[62/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[63/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[64/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[65/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[66/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[67/159] Compiling SDGMathematics Angle.swift
[68/159] Compiling SDGMathematics BitField.swift
[69/159] Compiling SDGMathematics ClosedRange.swift
[70/159] Compiling SDGMathematics Comparable.swift
[71/159] Compiling SDGMathematics Data.swift
[72/159] Compiling SDGMathematics IntegralArithmetic.swift
[73/159] Compiling SDGMathematics Negatable.swift
[74/159] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[75/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[76/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[77/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[78/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[79/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[80/159] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[81/159] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[82/159] Compiling SDGMathematics Subtractable.swift
[83/159] Compiling SDGMathematics VectorProtocol.swift
[84/159] Compiling SDGMathematics WholeArithmetic.swift
[85/159] Compiling SDGMathematics WholeNumberProtocol.swift
[86/159] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[87/159] Compiling OrderedCollections OrderedDictionary+Elements.swift
[88/159] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[89/159] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[90/159] Compiling OrderedCollections OrderedDictionary.swift
[91/159] Compiling OrderedCollections OrderedSet+Codable.swift
[92/159] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[93/159] Compiling OrderedCollections OrderedSet+Descriptions.swift
[94/159] Compiling OrderedCollections OrderedSet+Diffing.swift
[95/159] Compiling OrderedCollections OrderedSet+Equatable.swift
[96/159] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[97/159] Compiling OrderedCollections OrderedSet+Hashable.swift
[102/163] Compiling SDGMathematics Addable.swift
[103/163] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[104/163] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[105/163] Compiling SDGMathematics IntegerProtocol.swift
[109/163] Compiling SDGMathematics OneDimensionalPoint.swift
[110/163] Compiling SDGMathematics Float.swift
[111/163] Compiling SDGMathematics FunctionAnalysis.swift
[112/163] Compiling SDGMathematics Int.swift
[113/163] Compiling SDGMathematics Measurement.swift
[118/163] Compiling SDGMathematics OneDimensionalVector.swift
[119/163] Compiling SDGMathematics PointProtocol.swift
[120/163] Compiling SDGMathematics RationalArithmetic.swift
[121/163] Compiling SDGMathematics RationalNumberProtocol.swift
[122/163] Compiling SDGMathematics RationalVector.swift
[123/163] Compiling SDGMathematics RealArithmetic.swift
[124/163] Compiling SDGMathematics RealNumberProtocol.swift
[126/163] Compiling OrderedCollections OrderedSet+Sendable.swift
[127/163] Compiling OrderedCollections OrderedSet+SubSequence.swift
[128/163] Compiling OrderedCollections OrderedSet+Testing.swift
[129/163] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[130/163] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[131/163] Compiling OrderedCollections OrderedSet.swift
[132/163] Compiling OrderedCollections _UnsafeBitset.swift
[141/163] Emitting module OrderedCollections
[142/164] Compiling SDGMathematics OrderedEnumeration.swift
[143/164] Compiling SDGMathematics Sequence.swift
[144/164] Compiling SDGMathematics Tuple.swift
[145/164] Compiling SDGMathematics UInt.swift
[147/164] 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
/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
[157/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/227] Compiling SDGCollections ConditionalPattern.swift
[170/227] Compiling SDGCollections LiteralPattern.swift
[171/227] Compiling SDGCollections NegatedPattern.swift
[172/227] Compiling SDGCollections NestingContentsPattern.swift
[173/227] Compiling SDGCollections NestingMatch.swift
[174/227] Compiling SDGCollections NestingMatchContents.swift
[175/227] Compiling SDGCollections NestingMatchSegment.swift
[176/227] Compiling SDGCollections NestingPattern.swift
[177/227] Compiling SDGCollections NestingSegmentPattern.swift
[178/235] Compiling SDGCollections OrderedSet.SubSequence.swift
[179/235] Compiling SDGCollections OrderedSet.swift
[180/235] Compiling SDGCollections ExclusivePrefixMatch.swift
[181/235] Compiling SDGCollections ExclusiveSuffixMatch.swift
[182/235] Compiling SDGCollections InclusivePrefixMatch.swift
[183/235] Compiling SDGCollections InclusiveSuffixMatch.swift
[184/235] Compiling SDGCollections AlternativeMatch.swift
[185/235] Compiling SDGCollections AlternativePatterns.swift
[186/235] Compiling SDGCollections NaryAlternativeMatch.swift
[187/235] Compiling SDGCollections BidirectionalPattern.swift
[188/235] Compiling SDGCollections Pattern.swift
[189/235] Compiling SDGCollections PatternMatch.swift
[190/235] Compiling SDGCollections PatternConsumption.swift
[191/235] Compiling SDGCollections RepetitionMatch.swift
[192/235] Compiling SDGCollections RepetitionPattern.swift
[193/235] Compiling SDGCollections SeparatedComponentMatch.swift
[194/235] Compiling SDGCollections Range.swift
[195/235] Compiling SDGCollections RangeExpression.swift
[196/235] Compiling SDGCollections RangeReplaceableCollection.swift
[197/235] Compiling SDGCollections ReversedCollection.swift
[198/235] Compiling SDGCollections SearchableBidirectionalCollection.swift
[199/235] Compiling SDGCollections SearchableCollection.swift
[200/235] Compiling SDGCollections Slice.swift
[201/235] Compiling SDGCollections AbsoluteComplement.swift
[202/235] Compiling SDGCollections ComparableSet.swift
[203/235] Compiling SDGCollections FiniteSet.swift
[204/235] Compiling SDGCollections IntensionalSet.swift
[205/235] Compiling SDGCollections Intersection.swift
[206/235] Compiling SDGCollections MutableSet.swift
[207/235] Compiling SDGCollections Set.swift
[208/235] Compiling SDGCollections SetDefinition.swift
[209/235] Compiling SDGCollections SetInRepresentableUniverse.swift
[210/235] Compiling SDGCollections Union.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 Font.Definition.swift
[241/268] Compiling SDGText Font.swift
[242/268] Compiling SDGText NSFont.swift
[243/268] Compiling SDGText SwiftUI.Font.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 LineViewIndex.swift
[249/268] Compiling SDGText Newline.swift
[250/268] Compiling SDGText NewlinePattern.swift
[251/268] Compiling SDGText StringFamily.swift
[252/268] Compiling SDGText UIFont.swift
[253/268] Compiling SDGText MarkupPlaygroundDisplay.swift
[254/268] Compiling SDGText Range.swift
[255/268] Compiling SDGText SemanticMarkup.swift
[256/268] Compiling SDGText StringIndex.swift
[257/268] Compiling SDGText UnicodeScalarView.swift
[258/268] Compiling SDGText UnicodeScalar.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 String.swift
[267/279] Compiling SDGPersistence Data.swift
[268/279] Compiling SDGPersistence FileConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[269/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.
[270/279] Compiling SDGPersistence ProcessInfo.swift
[271/279] Compiling SDGPersistence StrictString.swift
[272/279] Compiling SDGPersistence Preference.swift
[273/279] Compiling SDGPersistence PreferenceSet.swift
[274/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 | }
[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
[53/138] Emitting module SDGControlFlow
[54/139] Emitting module RealModule
[55/140] Wrapping AST for SDGLogic for debugging
[56/140] Wrapping AST for SDGControlFlow for debugging
[58/140] Emitting module RealModule
[59/141] Emitting module InternalCollectionsUtilities
[61/142] Wrapping AST for RealModule for debugging
[62/142] Wrapping AST for InternalCollectionsUtilities for debugging
[64/144] Compiling RealModule RealFunctions.swift
[65/144] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/144] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[67/144] Compiling SDGLogic Tuple.swift
[68/144] Compiling SDGLogic Operators.swift
[69/145] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/145] Compiling InternalCollectionsUtilities Integer rank.swift
[71/147] Compiling SDGLogic NilLiteral.swift
[72/147] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[73/147] Compiling InternalCollectionsUtilities UInt+reversed.swift
[75/147] Compiling SDGControlFlow SharedProperty.swift
[76/147] Compiling SDGControlFlow SharedValueObserver.swift
[78/147] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/147] Compiling InternalCollectionsUtilities Debugging.swift
[80/147] Emitting module SDGControlFlow
[81/147] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/147] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/147] Compiling SDGControlFlow ProjectingPropertyWrapper.swift
[84/147] Compiling SDGControlFlow PropertyWrapper.swift
[85/147] Compiling InternalCollectionsUtilities Descriptions.swift
[86/147] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[93/147] Emitting module InternalCollectionsUtilities
[96/147] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[97/147] 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
[98/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
[99/147] Compiling SDGLogic Equatable.swift
[100/147] Compiling SDGLogic Any.swift
[103/147] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[104/148] Compiling RealModule Float80+Real.swift
[105/148] Compiling RealModule Real.swift
[110/149] Compiling RealModule Float+Real.swift
[111/149] Compiling RealModule ElementaryFunctions.swift
[112/149] Compiling RealModule Float16+Real.swift
[114/150] Compiling SDGControlFlow Tuple.swift
[115/150] Compiling SDGControlFlow Weak.swift
[118/151] Wrapping AST for SDGLogic for debugging
[119/151] Wrapping AST for RealModule for debugging
[120/151] Wrapping AST for InternalCollectionsUtilities for debugging
[121/151] Wrapping AST for SDGControlFlow for debugging
[123/238] 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
[124/239] Wrapping AST for SDGMathematics for debugging
[126/239] Emitting module OrderedCollections
[128/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[129/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[130/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[131/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[132/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[133/240] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[134/240] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[135/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[136/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[137/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[138/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[139/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[140/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[141/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[142/247] Compiling SDGMathematics Measurement.swift
[143/247] Compiling SDGMathematics Addable.swift
[144/247] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[145/247] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[146/247] Compiling SDGMathematics IntegerProtocol.swift
[147/247] Compiling SDGMathematics IntegralArithmetic.swift
[148/247] Compiling SDGMathematics Negatable.swift
[149/247] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[150/247] Compiling SDGMathematics OneDimensionalPoint.swift
[151/247] Compiling SDGMathematics OneDimensionalVector.swift
[152/247] Compiling SDGMathematics PointProtocol.swift
[153/247] Compiling SDGMathematics RationalArithmetic.swift
[154/247] Compiling SDGMathematics RationalNumberProtocol.swift
[155/247] Compiling SDGMathematics RationalVector.swift
[156/247] Compiling SDGMathematics RealArithmetic.swift
[157/247] Compiling SDGMathematics RealNumberProtocol.swift
[158/247] Compiling SDGMathematics Subtractable.swift
[159/247] Compiling SDGMathematics VectorProtocol.swift
[160/247] Compiling SDGMathematics WholeArithmetic.swift
[161/247] Compiling SDGMathematics WholeNumberProtocol.swift
[162/247] Compiling SDGMathematics Operators.swift
[163/247] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[164/247] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[165/247] Compiling OrderedCollections OrderedDictionary+Values.swift
[166/247] Compiling OrderedCollections OrderedSet+Initializers.swift
[167/247] Compiling OrderedCollections OrderedSet+Insertions.swift
[168/247] Compiling OrderedCollections OrderedSet+Invariants.swift
[169/247] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[170/247] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[171/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[172/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[173/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[173/247] Wrapping AST for OrderedCollections for debugging
[175/248] Emitting module OrderedCollections
[176/248] Compiling SDGMathematics Angle.swift
[177/248] Compiling SDGMathematics BitField.swift
[178/248] Compiling SDGMathematics ClosedRange.swift
[179/248] Compiling SDGMathematics Comparable.swift
[180/248] Compiling SDGMathematics Data.swift
[181/248] Compiling SDGMathematics Float.swift
[182/248] Compiling SDGMathematics FunctionAnalysis.swift
[183/248] Compiling SDGMathematics Int.swift
[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] Compiling SDGMathematics OrderedEnumeration.swift
[214/253] Compiling SDGMathematics Sequence.swift
[215/253] Compiling SDGMathematics Tuple.swift
[216/253] Compiling SDGMathematics UInt.swift
[217/253] Emitting module SDGConcurrency
[218/253] Compiling SDGConcurrency RunLoop.swift
[224/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
/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 CGVector.swift
[233/330] Compiling SDGGeometry Be_zierPath.swift
[234/330] 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
[235/330] Emitting module SDGRandomization
[236/330] Compiling SDGRandomization Bool.swift
[237/330] Compiling SDGGeometry TwoDimensionalPoint.swift
[238/330] 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
[239/330] Compiling SDGGeometry TwoDimensionalPointProtocol.swift
[240/330] Compiling SDGRandomization CyclicalNumberGenerator.swift
[241/330] Compiling SDGRandomization PseudorandomNumberGenerator.swift
[242/331] Compiling SDGGeometry CGPoint.swift
[243/331] Compiling SDGGeometry TwoDimensionalVector.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/332] Compiling SDGCollections ConditionalPattern.swift
[257/332] Compiling SDGCollections LiteralPattern.swift
[258/332] Compiling SDGCollections NegatedPattern.swift
[259/332] Compiling SDGCollections NestingContentsPattern.swift
[260/332] Compiling SDGCollections NestingMatch.swift
[261/332] Compiling SDGCollections NestingMatchContents.swift
[262/332] Compiling SDGCollections NestingMatchSegment.swift
[263/332] Compiling SDGCollections NestingPattern.swift
[264/332] Compiling SDGCollections NestingSegmentPattern.swift
[265/340] Emitting module SDGCollections
[267/341] Compiling SDGCollections FiniteSet.swift
[268/341] Compiling SDGCollections IntensionalSet.swift
[269/341] Compiling SDGCollections Intersection.swift
[270/341] Compiling SDGCollections MutableSet.swift
[271/341] Compiling SDGCollections Set.swift
[272/341] Compiling SDGCollections SetDefinition.swift
[273/341] Compiling SDGCollections SetInRepresentableUniverse.swift
[274/341] Compiling SDGCollections Union.swift
[275/341] Compiling SDGCollections BidirectionalPattern.swift
[276/341] Compiling SDGCollections Pattern.swift
[277/341] Compiling SDGCollections PatternMatch.swift
[278/341] Compiling SDGCollections PatternConsumption.swift
[279/341] Compiling SDGCollections RepetitionMatch.swift
[280/341] Compiling SDGCollections RepetitionPattern.swift
[281/341] Compiling SDGCollections SeparatedComponentMatch.swift
[282/341] Compiling SDGCollections Range.swift
[283/341] Compiling SDGCollections RangeExpression.swift
[284/341] Compiling SDGCollections RangeReplaceableCollection.swift
[285/341] Compiling SDGCollections ReversedCollection.swift
[286/341] Compiling SDGCollections SearchableBidirectionalCollection.swift
[287/341] Compiling SDGCollections SearchableCollection.swift
[288/341] Compiling SDGCollections Slice.swift
[289/341] Compiling SDGCollections AbsoluteComplement.swift
[290/341] Compiling SDGCollections ComparableSet.swift
[290/341] Wrapping AST for SDGCollections for debugging
[292/342] Compiling SDGCollections OrderedSet.SubSequence.swift
[293/342] Compiling SDGCollections OrderedSet.swift
[294/342] Compiling SDGCollections ExclusivePrefixMatch.swift
[295/342] Compiling SDGCollections ExclusiveSuffixMatch.swift
[296/342] Compiling SDGCollections InclusivePrefixMatch.swift
[297/342] Compiling SDGCollections InclusiveSuffixMatch.swift
[298/342] Compiling SDGCollections AlternativeMatch.swift
[299/342] Compiling SDGCollections AlternativePatterns.swift
[300/342] Compiling SDGCollections NaryAlternativeMatch.swift
[301/342] Compiling SDGCollections Operators.swift
[302/342] Compiling SDGCollections AnyCollection.swift
[303/342] Compiling SDGCollections Array.swift
[304/342] Compiling SDGCollections BidirectionalCollection.swift
[305/342] Compiling SDGCollections Collection.swift
[306/342] Compiling SDGCollections CollectionDifference.swift
[307/342] Compiling SDGCollections CollectionDifferenceChange.swift
[308/342] Compiling SDGCollections FillDirection.swift
[309/342] Compiling SDGCollections LexicographicalComparison.swift
[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
[321/343] Emitting module SDGCollections
[322/344] Wrapping AST for SDGText for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[324/346] 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.
[325/346] 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 | }
[325/346] Wrapping AST for SDGCollections for debugging
BUILD FAILURE 6.1 android