Build Information
Failed to build SDGCornerstone, reference master (09f6c7), with Swift 6.1 for Android on 29 May 2025 17:08:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
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 | }
[218/248] Compiling SDGCollections NestingContentsPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[219/248] Compiling SDGCollections NestingMatch.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[220/248] Compiling SDGCollections NestingMatchContents.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[221/248] Compiling SDGCollections NestingMatchSegment.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[222/248] Compiling SDGCollections NestingPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[223/248] Compiling SDGCollections NestingSegmentPattern.swift
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:85:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
83 | opening: opening.forSubSequence(),
84 | closing: closing.forSubSequence(),
85 | parentNestingPattern: { self.parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
86 | )
87 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingContentsPattern.swift:119:31: warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 | */
14 |
15 | public struct _NestingContentsPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
16 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
17 |
:
117 | opening: closing.reversed(),
118 | closing: opening.reversed(),
119 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingContentsPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 | )
121 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:55: warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'opening' with non-sendable type 'Opening' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingPattern.swift:31:73: warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
14 |
15 | /// A pattern that matches nested pairs of other patterns.
16 | public struct NestingPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
17 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
18 |
:
29 | opening: opening,
30 | closing: closing,
31 | parentNestingPattern: { NestingPattern(opening: opening, closing: closing) }
| `- warning: capture of 'closing' with non-sendable type 'Closing' in a '@Sendable' closure; this is an error in the Swift 6 language mode
32 | )
33 | self.contents = contents
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:81:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
79 | opening: opening.forSubSequence(),
80 | closing: closing.forSubSequence(),
81 | parentNestingPattern: { parentNestingPattern().forSubSequence() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | )
83 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Opening' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
/host/spi-builder-workspace/Sources/SDGCollections/Ordered/Patterns/Nesting/NestingSegmentPattern.swift:120:31: warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | import SDGLogic
16 |
17 | public struct _NestingSegmentPattern<Opening, Closing>: Pattern
| `- note: consider making generic parameter 'Closing' conform to the 'Sendable' protocol
18 | where Opening: Pattern, Closing: Pattern, Opening.Searchable == Closing.Searchable {
19 |
:
118 | opening: closing.reversed(),
119 | closing: opening.reversed(),
120 | parentNestingPattern: { parentNestingPattern().reversed() }
| `- warning: capture of 'self' with non-sendable type '_NestingSegmentPattern<Opening, Closing>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
121 | )
122 | }
[1/1] Compiling plugin SDGEmbedResources
[2/2] Compiling plugin SDGCopySources
Building for debugging...
[2/85] Write sources
[2/85] Copying Root
[47/85] Compiling _NumericsShims _NumericsShims.c
[49/85] Write swift-version-24593BA9C3E375BF.txt
[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 0x7f8cd9ace5f5... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000000 ***
Thread 0 "swift-build":
0 0x00007f8cd804c80a <unknown> in libc.so.6
Thread 1:
0 0x00007f8cd812fe2e <unknown> in libc.so.6
Thread 2:
0 0x00007f8cd809b117 <unknown> in libc.so.6
Thread 3 crashed:
0 0x00007f8cd9ace5f5 specialized static String._fromUTF8Repairing(_:) + 53 in libswiftCore.so
1 [ra] [inlined] [system] 0x0000558c20cce2cf specialized String.init<A, B>(decoding:as:) in swift-package at //<compiler-generated>
2 [ra] [inlined] 0x0000558c20cce2cf stringFromData(_:) in swift-package at /home/build-user/llbuild/products/llbuildSwift/Internals.swift:49:12
3 [ra] 0x0000558c20cce2cf Command.name.getter + 78 in swift-package at /home/build-user/llbuild/products/llbuildSwift/BuildSystemBindings.swift:720:20
4 [ra] 0x0000558c1f709ab2 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] 0x0000558c1f65b719 thunk for @escaping @callee_guaranteed @Sendable () -> () + 24 in swift-package at //<compiler-generated>
Thread 4:
0 0x00007f8cd809b117 <unknown> in libc.so.6
Thread 5:
0 0x00007f8cd809b117 <unknown> in libc.so.6
Thread 6:
0 0x00007f8cd8122cce <unknown> in libc.so.6
Thread 7:
0 0x00007f8cd812563d <unknown> in libc.so.6
Thread 8:
0 0x00007f8cd809b117 <unknown> in libc.so.6
Thread 9:
0 0x00007f8cd809b117 <unknown> in libc.so.6
Thread 10:
0 0x00007f8cd809b117 <unknown> in libc.so.6
Thread 11:
0 0x00007f8cd8122bcf <unknown> in libc.so.6
1 [ra] 0x0000558c20c617e8 (anonymous namespace)::LaneBasedExecutionQueue::executeProcess(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 1175 in swift-package at /home/build-user/llbuild/lib/Basic/LaneBasedExecutionQueue.cpp:458:5
2 [ra] 0x0000558c20ca66db llbuild::core::TaskInterface::spawn(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 186 in swift-package at /home/build-user/llbuild/lib/Core/BuildEngine.cpp:1899:60
3 [ra] 0x0000558c20ca42be llbuild::buildsystem::ShellCommand::executeExternalCommand(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >) + 525 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ShellCommand.cpp:402:6
4 [ra] 0x0000558c20ca1ebe llbuild::buildsystem::ExternalCommand::execute(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, std::function<void (llbuild::buildsystem::BuildValue&&)>) + 989 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ExternalCommand.cpp:426:3
5 [ra] 0x0000558c20c8c14a (anonymous namespace)::CommandTask::inputsAvailable(llbuild::core::TaskInterface)::{lambda(llbuild::basic::QueueJobContext*)#1}::operator()(llbuild::basic::QueueJobContext*) + 281 in swift-package at /home/build-user/llbuild/lib/BuildSystem/BuildSystem.cpp:1579:15
6 [ra] 0x0000558c20c60bca (anonymous namespace)::LaneBasedExecutionQueue::executeLane(unsigned int, unsigned int) + 1049 in swift-package at /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:590:9
Thread 12:
0 0x00007f8cd8122bcf <unknown> in libc.so.6
1 [ra] 0x0000558c20c617e8 (anonymous namespace)::LaneBasedExecutionQueue::executeProcess(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 1175 in swift-package at /home/build-user/llbuild/lib/Basic/LaneBasedExecutionQueue.cpp:458:5
2 [ra] 0x0000558c20ca66db llbuild::core::TaskInterface::spawn(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 186 in swift-package at /home/build-user/llbuild/lib/Core/BuildEngine.cpp:1899:60
3 [ra] 0x0000558c20ca42be llbuild::buildsystem::ShellCommand::executeExternalCommand(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >) + 525 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ShellCommand.cpp:402:6
4 [ra] 0x0000558c20ca1ebe llbuild::buildsystem::ExternalCommand::execute(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, std::function<void (llbuild::buildsystem::BuildValue&&)>) + 989 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ExternalCommand.cpp:426:3
5 [ra] 0x0000558c20c8c14a (anonymous namespace)::CommandTask::inputsAvailable(llbuild::core::TaskInterface)::{lambda(llbuild::basic::QueueJobContext*)#1}::operator()(llbuild::basic::QueueJobContext*) + 281 in swift-package at /home/build-user/llbuild/lib/BuildSystem/BuildSystem.cpp:1579:15
6 [ra] 0x0000558c20c60bca (anonymous namespace)::LaneBasedExecutionQueue::executeLane(unsigned int, unsigned int) + 1049 in swift-package at /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:590:9
Thread 13:
0 0x00007f8cd8122bcf <unknown> in libc.so.6
1 [ra] 0x0000558c20c617e8 (anonymous namespace)::LaneBasedExecutionQueue::executeProcess(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 1175 in swift-package at /home/build-user/llbuild/lib/Basic/LaneBasedExecutionQueue.cpp:458:5
2 [ra] 0x0000558c20ca66db llbuild::core::TaskInterface::spawn(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 186 in swift-package at /home/build-user/llbuild/lib/Core/BuildEngine.cpp:1899:60
3 [ra] 0x0000558c20ca42be llbuild::buildsystem::ShellCommand::executeExternalCommand(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >) + 525 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ShellCommand.cpp:402:6
4 [ra] 0x0000558c20ca1ebe llbuild::buildsystem::ExternalCommand::execute(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, std::function<void (llbuild::buildsystem::BuildValue&&)>) + 989 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ExternalCommand.cpp:426:3
5 [ra] 0x0000558c20c8c14a (anonymous namespace)::CommandTask::inputsAvailable(llbuild::core::TaskInterface)::{lambda(llbuild::basic::QueueJobContext*)#1}::operator()(llbuild::basic::QueueJobContext*) + 281 in swift-package at /home/build-user/llbuild/lib/BuildSystem/BuildSystem.cpp:1579:15
6 [ra] 0x0000558c20c60bca (anonymous namespace)::LaneBasedExecutionQueue::executeLane(unsigned int, unsigned int) + 1049 in swift-package at /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:590:9
Thread 14:
0 0x00007f8cd8122bcf <unknown> in libc.so.6
1 [ra] 0x0000558c20c617e8 (anonymous namespace)::LaneBasedExecutionQueue::executeProcess(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 1175 in swift-package at /home/build-user/llbuild/lib/Basic/LaneBasedExecutionQueue.cpp:458:5
2 [ra] 0x0000558c20ca66db llbuild::core::TaskInterface::spawn(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 186 in swift-package at /home/build-user/llbuild/lib/Core/BuildEngine.cpp:1899:60
3 [ra] 0x0000558c20ca42be llbuild::buildsystem::ShellCommand::executeExternalCommand(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >) + 525 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ShellCommand.cpp:402:6
4 [ra] 0x0000558c20ca1ebe llbuild::buildsystem::ExternalCommand::execute(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, std::function<void (llbuild::buildsystem::BuildValue&&)>) + 989 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ExternalCommand.cpp:426:3
5 [ra] 0x0000558c20c8c14a (anonymous namespace)::CommandTask::inputsAvailable(llbuild::core::TaskInterface)::{lambda(llbuild::basic::QueueJobContext*)#1}::operator()(llbuild::basic::QueueJobContext*) + 281 in swift-package at /home/build-user/llbuild/lib/BuildSystem/BuildSystem.cpp:1579:15
6 [ra] 0x0000558c20c60bca (anonymous namespace)::LaneBasedExecutionQueue::executeLane(unsigned int, unsigned int) + 1049 in swift-package at /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:590:9
Thread 15:
0 0x00007f8cd8122bcf <unknown> in libc.so.6
1 [ra] 0x0000558c20c617e8 (anonymous namespace)::LaneBasedExecutionQueue::executeProcess(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 1175 in swift-package at /home/build-user/llbuild/lib/Basic/LaneBasedExecutionQueue.cpp:458:5
2 [ra] 0x0000558c20ca66db llbuild::core::TaskInterface::spawn(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 186 in swift-package at /home/build-user/llbuild/lib/Core/BuildEngine.cpp:1899:60
3 [ra] 0x0000558c20ca42be llbuild::buildsystem::ShellCommand::executeExternalCommand(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >) + 525 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ShellCommand.cpp:402:6
4 [ra] 0x0000558c20ca1ebe llbuild::buildsystem::ExternalCommand::execute(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, std::function<void (llbuild::buildsystem::BuildValue&&)>) + 989 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ExternalCommand.cpp:426:3
5 [ra] 0x0000558c20c8c14a (anonymous namespace)::CommandTask::inputsAvailable(llbuild::core::TaskInterface)::{lambda(llbuild::basic::QueueJobContext*)#1}::operator()(llbuild::basic::QueueJobContext*) + 281 in swift-package at /home/build-user/llbuild/lib/BuildSystem/BuildSystem.cpp:1579:15
6 [ra] 0x0000558c20c60bca (anonymous namespace)::LaneBasedExecutionQueue::executeLane(unsigned int, unsigned int) + 1049 in swift-package at /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:590:9
Thread 16:
0 0x00007f8cd8122bcf <unknown> in libc.so.6
1 [ra] 0x0000558c20c617e8 (anonymous namespace)::LaneBasedExecutionQueue::executeProcess(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 1175 in swift-package at /home/build-user/llbuild/lib/Basic/LaneBasedExecutionQueue.cpp:458:5
2 [ra] 0x0000558c20ca66db llbuild::core::TaskInterface::spawn(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 186 in swift-package at /home/build-user/llbuild/lib/Core/BuildEngine.cpp:1899:60
3 [ra] 0x0000558c20ca42be llbuild::buildsystem::ShellCommand::executeExternalCommand(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >) + 525 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ShellCommand.cpp:402:6
4 [ra] 0x0000558c20ca1ebe llbuild::buildsystem::ExternalCommand::execute(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, std::function<void (llbuild::buildsystem::BuildValue&&)>) + 989 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ExternalCommand.cpp:426:3
5 [ra] 0x0000558c20c8c14a (anonymous namespace)::CommandTask::inputsAvailable(llbuild::core::TaskInterface)::{lambda(llbuild::basic::QueueJobContext*)#1}::operator()(llbuild::basic::QueueJobContext*) + 281 in swift-package at /home/build-user/llbuild/lib/BuildSystem/BuildSystem.cpp:1579:15
6 [ra] 0x0000558c20c60bca (anonymous namespace)::LaneBasedExecutionQueue::executeLane(unsigned int, unsigned int) + 1049 in swift-package at /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:590:9
Thread 17:
0 0x00007f8cd8122bcf <unknown> in libc.so.6
1 [ra] 0x0000558c20c617e8 (anonymous namespace)::LaneBasedExecutionQueue::executeProcess(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 1175 in swift-package at /home/build-user/llbuild/lib/Basic/LaneBasedExecutionQueue.cpp:458:5
2 [ra] 0x0000558c20ca66db llbuild::core::TaskInterface::spawn(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 186 in swift-package at /home/build-user/llbuild/lib/Core/BuildEngine.cpp:1899:60
3 [ra] 0x0000558c20ca42be llbuild::buildsystem::ShellCommand::executeExternalCommand(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >) + 525 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ShellCommand.cpp:402:6
4 [ra] 0x0000558c20ca1ebe llbuild::buildsystem::ExternalCommand::execute(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, std::function<void (llbuild::buildsystem::BuildValue&&)>) + 989 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ExternalCommand.cpp:426:3
5 [ra] 0x0000558c20c8c14a (anonymous namespace)::CommandTask::inputsAvailable(llbuild::core::TaskInterface)::{lambda(llbuild::basic::QueueJobContext*)#1}::operator()(llbuild::basic::QueueJobContext*) + 281 in swift-package at /home/build-user/llbuild/lib/BuildSystem/BuildSystem.cpp:1579:15
6 [ra] 0x0000558c20c60bca (anonymous namespace)::LaneBasedExecutionQueue::executeLane(unsigned int, unsigned int) + 1049 in swift-package at /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:590:9
Thread 18:
0 0x00007f8cd8122bcf <unknown> in libc.so.6
1 [ra] 0x0000558c20c617e8 (anonymous namespace)::LaneBasedExecutionQueue::executeProcess(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 1175 in swift-package at /home/build-user/llbuild/lib/Basic/LaneBasedExecutionQueue.cpp:458:5
2 [ra] 0x0000558c20ca66db llbuild::core::TaskInterface::spawn(llbuild::basic::QueueJobContext*, llvm::ArrayRef<llvm::StringRef>, llvm::ArrayRef<std::pair<llvm::StringRef, llvm::StringRef> >, llbuild::basic::ProcessAttributes, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >, llbuild::basic::ProcessDelegate*) + 186 in swift-package at /home/build-user/llbuild/lib/Core/BuildEngine.cpp:1899:60
3 [ra] 0x0000558c20ca42be llbuild::buildsystem::ShellCommand::executeExternalCommand(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, llvm::Optional<std::function<void (llbuild::basic::ProcessResult)> >) + 525 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ShellCommand.cpp:402:6
4 [ra] 0x0000558c20ca1ebe llbuild::buildsystem::ExternalCommand::execute(llbuild::buildsystem::BuildSystem&, llbuild::core::TaskInterface, llbuild::basic::QueueJobContext*, std::function<void (llbuild::buildsystem::BuildValue&&)>) + 989 in swift-package at /home/build-user/llbuild/lib/BuildSystem/ExternalCommand.cpp:426:3
5 [ra] 0x0000558c20c8c14a (anonymous namespace)::CommandTask::inputsAvailable(llbuild::core::TaskInterface)::{lambda(llbuild::basic::QueueJobContext*)#1}::operator()(llbuild::basic::QueueJobContext*) + 281 in swift-package at /home/build-user/llbuild/lib/BuildSystem/BuildSystem.cpp:1579:15
6 [ra] 0x0000558c20c60bca (anonymous namespace)::LaneBasedExecutionQueue::executeLane(unsigned int, unsigned int) + 1049 in swift-package at /usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:590:9
Registers:
rax 0x2020200a2c227466 2314885436530652262
rdx 0x2020200a2c227466 2314885436530652262
rcx 0x2020202020202020 2314885530818453536
rbx 0x0000000000000001 1
rsi 0x2020200a2c227466 2314885436530652262
rdi 0x8080808080808080 9259542123273814144
rbp 0x00007f8ca8c168d0 10 69 c1 a8 8c 7f 00 00 cf e2 cc 20 8c 55 00 00 ·iÁ¨····ÏâÌ ·U··
rsp 0x00007f8ca8c16860 80 68 c1 a8 8c 7f 00 00 20 9f 64 1f 8c 55 00 00 ·hÁ¨···· ·d··U··
r8 0x00007f8c84000eb0 90 49 c0 7c 8b 7f 00 00 01 00 00 43 00 00 00 00 ·IÀ|·······C····
r9 0x0000000000000000 0
r10 0x0000000000000000 0
r11 0xdd2eb93fa8f8ef40 15937879814379728704
r12 0x2020202020202020 2314885530818453536
r13 0x00007f8c8c001be8 10 7e 47 a0 8c 7f 00 00 00 00 00 00 00 00 00 00 ·~G ············
r14 0x00007f8c8c001be8 10 7e 47 a0 8c 7f 00 00 00 00 00 00 00 00 00 00 ·~G ············
r15 0x00007f8ca0414ec0 c8 86 61 21 8c 55 00 00 9c 52 03 94 f1 0f 00 c0 È·a!·U···R··ñ··À
rip 0x00007f8cd9ace5f5 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):
0x0000558c1f38b000–0x0000558c21557280 ca509131bd385cb56a0d110b8f8d5889cca34182 swift-package /usr/bin/swift-package
0x00007f8cd800a000–0x00007f8cd81c6341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f8cd9843000–0x00007f8cd9dd18c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so /usr/lib/swift/linux/libswiftCore.so
Backtrace took 182.72s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/14] Compiling _NumericsShims _NumericsShims.c
[1/14] Write swift-version-24593BA9C3E375BF.txt
[3/62] Compiling RealModule Real.swift
[4/63] Compiling SDGLogic Operators.swift
[5/63] Compiling SDGLogic Tuple.swift
[6/63] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[7/63] Compiling InternalCollectionsUtilities _SortedCollection.swift
[8/64] Compiling SDGLogic Equatable.swift
[9/64] Compiling SDGLogic NilLiteral.swift
[10/64] 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
[11/64] Compiling SDGLogic Any.swift
[12/64] 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
[14/65] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/65] Compiling InternalCollectionsUtilities Debugging.swift
[16/67] Compiling SDGControlFlow SharedProperty.swift
[17/67] Compiling SDGControlFlow SharedValueObserver.swift
[18/67] Compiling SDGControlFlow TextualPlaygroundDisplay.swift
[19/67] Compiling SDGControlFlow TransparentWrapper.swift
[20/67] Compiling RealModule RealFunctions.swift
[21/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/67] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/67] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/67] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/67] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/67] Compiling InternalCollectionsUtilities Descriptions.swift
[27/67] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/67] Compiling RealModule Float16+Real.swift
[30/67] Compiling RealModule ElementaryFunctions.swift
[31/67] Compiling RealModule Float+Real.swift
[36/67] Emitting module SDGControlFlow
[37/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/67] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/67] Compiling InternalCollectionsUtilities Integer rank.swift
[41/67] Compiling RealModule Float80+Real.swift
[44/67] Emitting module RealModule
[54/67] Emitting module InternalCollectionsUtilities
[54/68] Wrapping AST for RealModule for debugging
[56/68] Wrapping AST for InternalCollectionsUtilities for debugging
[58/68] Compiling SDGControlFlow Tuple.swift
[59/68] Compiling SDGControlFlow Weak.swift
[61/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[62/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[63/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[64/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[65/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[66/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[67/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[68/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[69/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[70/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[71/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[72/153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[73/153] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[74/153] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[75/160] Compiling SDGMathematics Subtractable.swift
[76/160] Compiling SDGMathematics VectorProtocol.swift
[77/160] Compiling SDGMathematics WholeArithmetic.swift
[78/160] Compiling SDGMathematics WholeNumberProtocol.swift
[79/160] Compiling SDGMathematics Operators.swift
[80/160] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[81/160] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[82/160] Compiling OrderedCollections OrderedDictionary+Values.swift
[87/164] Compiling SDGMathematics Addable.swift
[88/164] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[89/164] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[90/164] Compiling SDGMathematics IntegerProtocol.swift
[91/164] Compiling SDGMathematics RationalNumberProtocol.swift
[92/164] Compiling SDGMathematics IntegralArithmetic.swift
[93/164] Compiling SDGMathematics Negatable.swift
[94/164] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[95/164] Compiling SDGMathematics OneDimensionalPoint.swift
[96/164] Compiling SDGMathematics RationalVector.swift
[97/164] Compiling SDGMathematics RealArithmetic.swift
[98/164] Compiling SDGMathematics RealNumberProtocol.swift
[100/164] Compiling SDGMathematics Float.swift
[101/164] Compiling SDGMathematics FunctionAnalysis.swift
[102/164] Compiling SDGMathematics Int.swift
[103/164] Compiling SDGMathematics Measurement.swift
[104/164] Compiling SDGMathematics OneDimensionalVector.swift
[105/164] Compiling SDGMathematics PointProtocol.swift
[106/164] Compiling SDGMathematics RationalArithmetic.swift
[107/164] Compiling SDGMathematics Angle.swift
[108/164] Compiling SDGMathematics BitField.swift
[109/164] Compiling SDGMathematics ClosedRange.swift
[110/164] Compiling SDGMathematics Comparable.swift
[111/164] Compiling SDGMathematics Data.swift
[115/164] Compiling SDGMathematics UInt.swift
[116/164] Compiling OrderedCollections _HashTable+BucketIterator.swift
[117/164] Compiling OrderedCollections _HashTable+Constants.swift
[118/164] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[119/164] Compiling OrderedCollections _HashTable+Testing.swift
[120/164] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[121/164] Compiling OrderedCollections _HashTable.swift
[122/164] Compiling OrderedCollections _Hashtable+Header.swift
[123/164] Compiling OrderedCollections OrderedSet+Sendable.swift
[124/164] Compiling OrderedCollections OrderedSet+SubSequence.swift
[125/164] Compiling OrderedCollections OrderedSet+Testing.swift
[126/164] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[127/164] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[128/164] Compiling OrderedCollections OrderedSet.swift
[129/164] Compiling OrderedCollections _UnsafeBitset.swift
[142/164] Emitting module OrderedCollections
[144/165] 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
[145/165] Compiling SDGMathematics OrderedEnumeration.swift
[146/165] Compiling SDGMathematics Sequence.swift
[147/165] Compiling SDGMathematics Tuple.swift
[148/165] Wrapping AST for OrderedCollections for debugging
/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
[159/166] Wrapping AST for SDGMathematics for debugging
[161/228] Compiling SDGCollections ConditionalPattern.swift
[162/228] Compiling SDGCollections LiteralPattern.swift
[163/228] Compiling SDGCollections NegatedPattern.swift
[164/228] Compiling SDGCollections NestingContentsPattern.swift
[165/228] Compiling SDGCollections NestingMatch.swift
[166/228] Compiling SDGCollections NestingMatchContents.swift
[167/228] Compiling SDGCollections NestingMatchSegment.swift
[168/228] Compiling SDGCollections NestingPattern.swift
[169/228] Compiling SDGCollections NestingSegmentPattern.swift
[170/236] Compiling SDGCollections BidirectionalPattern.swift
[171/236] Compiling SDGCollections Pattern.swift
[172/236] Compiling SDGCollections PatternMatch.swift
[173/236] Compiling SDGCollections PatternConsumption.swift
[174/236] Compiling SDGCollections RepetitionMatch.swift
[175/236] Compiling SDGCollections RepetitionPattern.swift
[176/236] Compiling SDGCollections SeparatedComponentMatch.swift
[177/236] Compiling SDGCollections Range.swift
[178/236] Compiling SDGCollections FiniteSet.swift
[179/236] Compiling SDGCollections IntensionalSet.swift
[180/236] Compiling SDGCollections Intersection.swift
[181/236] Compiling SDGCollections MutableSet.swift
[182/236] Compiling SDGCollections Set.swift
[183/236] Compiling SDGCollections SetDefinition.swift
[184/236] Compiling SDGCollections SetInRepresentableUniverse.swift
[185/236] Compiling SDGCollections Union.swift
[186/236] Compiling SDGCollections NaryAlternativePatterns.swift
[187/236] Compiling SDGCollections AnyBidirectionalPattern.swift
[188/236] Compiling SDGCollections AnyPattern.swift
[189/236] Compiling SDGCollections AnyPatternMatch.swift
[190/236] Compiling SDGCollections AtomicPatternMatch.swift
[191/236] Compiling SDGCollections ConcatenatedMatch.swift
[192/236] Compiling SDGCollections ConcatenatedPatterns.swift
[193/236] Compiling SDGCollections NaryConcatenatedMatch.swift
[194/236] Compiling SDGCollections NaryConcatenatedPatterns.swift
[195/236] Compiling SDGCollections RangeExpression.swift
[196/236] Compiling SDGCollections RangeReplaceableCollection.swift
[197/236] Compiling SDGCollections ReversedCollection.swift
[198/236] Compiling SDGCollections SearchableBidirectionalCollection.swift
[199/236] Compiling SDGCollections SearchableCollection.swift
[200/236] Compiling SDGCollections Slice.swift
[201/236] Compiling SDGCollections AbsoluteComplement.swift
[202/236] Compiling SDGCollections ComparableSet.swift
[203/236] Compiling SDGCollections OrderedSet.SubSequence.swift
[204/236] Compiling SDGCollections OrderedSet.swift
[205/236] Compiling SDGCollections ExclusivePrefixMatch.swift
[206/236] Compiling SDGCollections ExclusiveSuffixMatch.swift
[207/236] Compiling SDGCollections InclusivePrefixMatch.swift
[208/236] Compiling SDGCollections InclusiveSuffixMatch.swift
[209/236] Compiling SDGCollections AlternativeMatch.swift
[210/236] Compiling SDGCollections AlternativePatterns.swift
[211/236] Compiling SDGCollections NaryAlternativeMatch.swift
[212/236] Compiling SDGCollections Operators.swift
[213/236] Compiling SDGCollections AnyCollection.swift
[214/236] Compiling SDGCollections Array.swift
[215/236] Compiling SDGCollections BidirectionalCollection.swift
[216/236] Compiling SDGCollections Collection.swift
[217/236] Compiling SDGCollections CollectionDifference.swift
[218/236] Compiling SDGCollections CollectionDifferenceChange.swift
[219/236] Compiling SDGCollections FillDirection.swift
[220/236] Compiling SDGCollections LexicographicalComparison.swift
[221/236] Compiling SDGCollections Addable.swift
[222/236] Compiling SDGCollections BijectiveMapping.swift
[223/236] Compiling SDGCollections ContextualMapping.swift
[224/236] Compiling SDGCollections Dictionary.swift
[225/236] Compiling SDGCollections CharacterSet.swift
[226/236] Compiling SDGCollections Data.swift
[227/236] Compiling SDGCollections String.swift
[228/236] Compiling SDGCollections StringProtocol.swift
[229/236] Compiling SDGCollections LegacyMode.swift
[230/236] Emitting module SDGCollections
[231/237] Wrapping AST for SDGCollections for debugging
[233/266] Compiling SDGText Font.Definition.swift
[234/266] Compiling SDGText Font.swift
[235/266] Compiling SDGText NSFont.swift
[236/266] Compiling SDGText SwiftUI.Font.swift
[237/269] 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
[238/269] 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
[239/269] 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
[240/269] 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
[241/269] Compiling SDGText CharacterSet.swift
[242/269] Compiling SDGText CollectionStringFamily.swift
[243/269] Compiling SDGText CollectionUnicodeScalar.swift
[244/269] Compiling SDGText StaticString.swift
[245/269] Compiling SDGText StringIndex.swift
[246/269] Compiling SDGText UnicodeScalarView.swift
[247/269] Compiling SDGText UnicodeScalar.swift
[248/269] Compiling SDGText LineViewIndex.swift
[249/269] Compiling SDGText Newline.swift
[250/269] Compiling SDGText NewlinePattern.swift
[251/269] Compiling SDGText StringFamily.swift
[252/269] Compiling SDGText StrictStringStringInterpolation.swift
[253/269] Compiling SDGText ExtendedGraphemeClusterView.swift
[254/269] Compiling SDGText Line.swift
[255/269] Compiling SDGText LineView.swift
[256/269] Compiling SDGText UIFont.swift
[257/269] Compiling SDGText MarkupPlaygroundDisplay.swift
[258/269] Compiling SDGText Range.swift
[259/269] Compiling SDGText SemanticMarkup.swift
[260/269] Compiling SDGText SemanticMarkupStringInterpolation.swift
[261/269] Compiling SDGText StrictString.swift
[262/269] Compiling SDGText StrictStringClusterView.swift
[263/269] Compiling SDGText StrictStringInterpolationProtocol.swift
[264/269] 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
[265/279] Wrapping AST for SDGText for debugging
[267/279] Compiling SDGPersistence ProcessInfo.swift
[268/280] Compiling SDGPersistence StrictString.swift
[269/280] Compiling SDGPersistence String.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[270/280] Compiling SDGPersistence PreferenceSet.swift
[271/280] Compiling SDGPersistence Preference.swift
[272/280] Compiling SDGPersistence Data.swift
[273/280] Compiling SDGPersistence FileConvertible.swift
[274/280] 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.
[275/280] 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 | }
[276/280] 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.
[280/293] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[282/287] 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.
[283/287] 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 | }
[0/1] Planning build
[0/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/7] 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.
[3/7] 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 | }
[7/20] Write swift-version-24593BA9C3E375BF.txt
[9/14] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
50 | return FileManager.locations[self] ?? [:]
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
53 | FileManager.locations[self] = newValue
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
54 | }
55 | }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/14] 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.
[1/1] Compiling plugin SDGEmbedResources
[2/2] Compiling plugin SDGCopySources
Building for debugging...
[2/85] Copying Root
[3/85] Write sources
[47/85] Compiling _NumericsShims _NumericsShims.c
[49/85] Write swift-version-24593BA9C3E375BF.txt
[51/137] 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
[52/137] Compiling SDGLogic Any.swift
[53/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
[54/137] Compiling SDGLogic NilLiteral.swift
[55/137] Compiling SDGLogic Operators.swift
[56/137] Compiling RealModule AlgebraicField.swift
[57/137] Compiling RealModule ApproximateEquality.swift
[58/137] Compiling RealModule AugmentedArithmetic.swift
[59/139] Compiling SDGLogic Tuple.swift
[60/139] Compiling SDGLogic Equatable.swift
[61/140] 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
[62/141] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/142] Compiling RealModule Float80+Real.swift
[65/143] Compiling RealModule Real.swift
[66/143] Compiling SDGControlFlow Memory.swift
[67/143] Compiling SDGControlFlow NonmutatingVariants.swift
[68/143] Compiling RealModule Double+Real.swift
[69/143] Compiling SDGControlFlow Shared.swift
[73/143] Emitting module SDGControlFlow
[75/144] Compiling SDGControlFlow ProjectingPropertyWrapper.swift
[76/144] Compiling SDGControlFlow PropertyWrapper.swift
[79/144] Compiling SDGControlFlow SharedProperty.swift
[80/144] Compiling SDGControlFlow SharedValueObserver.swift
[81/144] Compiling SDGControlFlow TextualPlaygroundDisplay.swift
[82/144] Compiling SDGControlFlow TransparentWrapper.swift
[83/144] Compiling SDGControlFlow APILocalization.swift
[84/144] Compiling SDGControlFlow Assert.swift
[85/144] Compiling SDGControlFlow Caching.swift
[86/144] Compiling RealModule RealFunctions.swift
[86/144] Wrapping AST for SDGLogic for debugging
[91/144] Compiling RealModule Float16+Real.swift
[93/144] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/144] Emitting module RealModule
[95/144] Compiling RealModule ElementaryFunctions.swift
[96/144] Compiling RealModule Float+Real.swift
[97/144] Emitting module RealModule
[98/145] Emitting module InternalCollectionsUtilities
[98/145] Wrapping AST for SDGControlFlow for debugging
[108/146] Emitting module InternalCollectionsUtilities
[113/148] Wrapping AST for RealModule for debugging
[116/148] Wrapping AST for InternalCollectionsUtilities for debugging
[118/150] Compiling SDGControlFlow Tuple.swift
[119/150] Compiling SDGControlFlow Weak.swift
[120/151] Wrapping AST for InternalCollectionsUtilities for debugging
[121/206] Wrapping AST for SDGControlFlow for debugging
[123/238] Compiling SDGMathematics RationalVector.swift
[124/238] Compiling SDGMathematics RealArithmetic.swift
[125/238] Compiling SDGMathematics RealNumberProtocol.swift
[126/238] Compiling SDGMathematics Subtractable.swift
[127/238] Compiling SDGMathematics VectorProtocol.swift
[128/238] Compiling SDGMathematics WholeArithmetic.swift
[129/238] Compiling SDGMathematics WholeNumberProtocol.swift
[130/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
[131/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[132/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[133/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[134/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[135/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[136/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[137/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[138/246] Compiling SDGMathematics Operators.swift
[139/246] Compiling SDGMathematics Angle.swift
[140/246] Compiling SDGMathematics BitField.swift
[141/246] Compiling SDGMathematics ClosedRange.swift
[142/246] Compiling SDGMathematics Comparable.swift
[143/246] Compiling SDGMathematics Data.swift
[144/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[145/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[146/246] Compiling SDGMathematics IntegralArithmetic.swift
[147/246] Compiling SDGMathematics Negatable.swift
[148/246] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[149/246] Compiling SDGMathematics OneDimensionalPoint.swift
[150/246] Compiling SDGMathematics OneDimensionalVector.swift
[151/246] Compiling SDGMathematics PointProtocol.swift
[152/246] Compiling SDGMathematics RationalArithmetic.swift
[153/246] Compiling SDGMathematics RationalNumberProtocol.swift
[155/246] Emitting module OrderedCollections
[156/247] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[157/247] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[158/247] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[159/247] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[160/247] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[161/247] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[162/247] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[163/247] Compiling OrderedCollections OrderedDictionary+Values.swift
[164/247] Compiling OrderedCollections OrderedDictionary.swift
[165/247] Compiling OrderedCollections OrderedSet+Codable.swift
[166/247] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[167/247] Compiling OrderedCollections OrderedSet+Descriptions.swift
[168/247] Compiling OrderedCollections OrderedSet+Diffing.swift
[169/247] Compiling OrderedCollections OrderedSet+Equatable.swift
[170/247] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[171/247] Compiling OrderedCollections OrderedSet+Hashable.swift
[172/247] Wrapping AST for OrderedCollections for debugging
[173/247] Wrapping AST for SDGMathematics for debugging
[175/247] Compiling SDGMathematics Addable.swift
[176/247] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[177/247] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[178/247] Compiling SDGMathematics IntegerProtocol.swift
[179/247] Compiling SDGMathematics Float.swift
[180/247] Compiling SDGMathematics FunctionAnalysis.swift
[181/247] Compiling SDGMathematics Int.swift
[182/247] Compiling SDGMathematics Measurement.swift
[183/247] Emitting module OrderedCollections
[184/248] Compiling OrderedCollections OrderedSet+Sendable.swift
[185/248] Compiling OrderedCollections OrderedSet+SubSequence.swift
[186/248] Compiling OrderedCollections OrderedSet+Testing.swift
[187/248] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[188/248] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[189/248] Compiling OrderedCollections OrderedSet.swift
[190/248] Compiling OrderedCollections _UnsafeBitset.swift
[191/249] Wrapping AST for OrderedCollections for debugging
[213/253] Emitting module 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
[214/253] Compiling SDGMathematics OrderedEnumeration.swift
[215/253] Compiling SDGMathematics Sequence.swift
[216/253] Compiling SDGMathematics Tuple.swift
[217/253] Compiling SDGMathematics UInt.swift
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'LosslessStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
[227/254] Compiling SDGConcurrency RunLoop.swift
[228/254] Emitting module SDGConcurrency
[230/255] Wrapping AST for SDGMathematics for debugging
[232/329] Compiling SDGGeometry CGPoint.swift
[233/329] Compiling SDGGeometry Be_zierPath.swift
[234/329] Compiling SDGGeometry Angle.swift
/host/spi-builder-workspace/Sources/SDGGeometry/Angle.swift:26:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
24 | import SDGMathematics
25 |
26 | extension Angle: CustomPlaygroundDisplayConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
27 |
28 | // MARK: - CustomPlaygroundDisplayConvertible
[235/330] Compiling SDGGeometry CGVector.swift
[236/330] Compiling SDGGeometry TwoDimensionalPointProtocol.swift
[237/330] Compiling SDGRandomization Bool.swift
[238/330] Compiling SDGRandomization CyclicalNumberGenerator.swift
[239/330] Emitting module SDGRandomization
[240/330] Compiling SDGRandomization PseudorandomNumberGenerator.swift
[241/331] Emitting module SDGGeometry
/host/spi-builder-workspace/Sources/SDGGeometry/Angle.swift:26:1: warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
24 | import SDGMathematics
25 |
26 | extension Angle: CustomPlaygroundDisplayConvertible {
| |- warning: extension declares a conformance of imported type 'Angle' to imported protocol 'CustomPlaygroundDisplayConvertible'; this will not behave correctly if the owners of 'SDGMathematics' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
27 |
28 | // MARK: - CustomPlaygroundDisplayConvertible
[242/331] Compiling SDGGeometry TwoDimensionalVector.swift
[243/331] Compiling SDGGeometry TwoDimensionalVectorProtocol.swift
[244/331] Compiling SDGGeometry TwoDimensionalPoint.swift
[247/332] Emitting module SDGCollections
[249/333] Compiling SDGCollections OrderedSet.SubSequence.swift
[249/333] Wrapping AST for SDGCollections for debugging
[251/333] Compiling SDGCollections OrderedSet.swift
[252/333] Compiling SDGCollections ExclusivePrefixMatch.swift
[253/333] Compiling SDGCollections ExclusiveSuffixMatch.swift
[254/333] Compiling SDGCollections InclusivePrefixMatch.swift
[255/333] Compiling SDGCollections InclusiveSuffixMatch.swift
[256/333] Compiling SDGCollections AlternativeMatch.swift
[257/333] Compiling SDGCollections AlternativePatterns.swift
[258/333] Compiling SDGCollections NaryAlternativeMatch.swift
[259/342] Compiling SDGCollections BidirectionalPattern.swift
[260/342] Compiling SDGCollections Pattern.swift
[261/342] Compiling SDGCollections PatternMatch.swift
[262/342] Compiling SDGCollections PatternConsumption.swift
[263/342] Compiling SDGCollections RepetitionMatch.swift
[264/342] Compiling SDGCollections RepetitionPattern.swift
[265/342] Compiling SDGCollections SeparatedComponentMatch.swift
[266/342] Compiling SDGCollections Range.swift
[267/342] Compiling SDGCollections NaryAlternativePatterns.swift
[268/342] Compiling SDGCollections AnyBidirectionalPattern.swift
[269/342] Compiling SDGCollections AnyPattern.swift
[270/342] Compiling SDGCollections AnyPatternMatch.swift
[271/342] Compiling SDGCollections AtomicPatternMatch.swift
[272/342] Compiling SDGCollections ConcatenatedMatch.swift
[273/342] Compiling SDGCollections ConcatenatedPatterns.swift
[274/342] Compiling SDGCollections NaryConcatenatedMatch.swift
[275/342] Compiling SDGCollections NaryConcatenatedPatterns.swift
[276/342] Compiling SDGCollections RangeExpression.swift
[277/342] Compiling SDGCollections RangeReplaceableCollection.swift
[278/342] Compiling SDGCollections ReversedCollection.swift
[279/342] Compiling SDGCollections SearchableBidirectionalCollection.swift
[280/342] Compiling SDGCollections SearchableCollection.swift
[281/342] Compiling SDGCollections Slice.swift
[282/342] Compiling SDGCollections AbsoluteComplement.swift
[283/342] Compiling SDGCollections ComparableSet.swift
[284/342] Compiling SDGCollections ConditionalPattern.swift
[285/342] Compiling SDGCollections LiteralPattern.swift
[286/342] Compiling SDGCollections NegatedPattern.swift
[287/342] Compiling SDGCollections NestingContentsPattern.swift
[288/342] Compiling SDGCollections NestingMatch.swift
[289/342] Compiling SDGCollections NestingMatchContents.swift
[290/342] Compiling SDGCollections NestingMatchSegment.swift
[291/342] Compiling SDGCollections NestingPattern.swift
[292/342] Compiling SDGCollections NestingSegmentPattern.swift
[293/342] Compiling SDGCollections FiniteSet.swift
[294/342] Compiling SDGCollections IntensionalSet.swift
[295/342] Compiling SDGCollections Intersection.swift
[296/342] Compiling SDGCollections MutableSet.swift
[297/342] Compiling SDGCollections Set.swift
[298/342] Compiling SDGCollections SetDefinition.swift
[299/342] Compiling SDGCollections SetInRepresentableUniverse.swift
[300/342] Compiling SDGCollections Union.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
[320/343] Wrapping AST for SDGText for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[322/345] Emitting module SDGPersistence
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/Sources/SDGPersistence/URL.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | public typealias EinheitlicherRessourcenzeiger = URL
22 |
23 | extension URL: Comparable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | /// Returns `true` if the URL is in the location described by the specified URL.
[323/345] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
50 | return FileManager.locations[self] ?? [:]
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
53 | FileManager.locations[self] = newValue
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
54 | }
55 | }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
BUILD FAILURE 6.1 android