Build Information
Successful build of swift-peg, reference 0.7.0 (948a4e
), with Swift 6.1 for Linux on 30 Apr 2025 07:48:08 UTC.
Swift 6 data race errors: 71
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
| `- warning: associated value 'referencedFragmentInParser' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
473 |
474 | /// An attempt at resolving a left recursion and find a leader rule from
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:484:14: warning: associated value 'unknownProductionType' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
482 | /// A @generationKind meta property was provided with an unknown production
483 | /// kind.
484 | case unknownProductionType(SwiftPEGGrammar.Meta)
| `- warning: associated value 'unknownProductionType' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
485 |
486 | /// A @tokenTypeName meta property was provided that could not be parsed
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:488:14: warning: associated value 'invalidTokenTypeName' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
486 | /// A @tokenTypeName meta property was provided that could not be parsed
487 | /// as a valid Swift type.
488 | case invalidTokenTypeName(SwiftPEGGrammar.Meta)
| `- warning: associated value 'invalidTokenTypeName' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
489 |
490 | // MARK: - Tokens file errors
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:493:14: warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
491 |
492 | /// Tokens found sharing the same name.
493 | case repeatedTokenName(String, SwiftPEGGrammar.TokenDefinition, prior: SwiftPEGGrammar.TokenDefinition)
| `- warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
494 |
495 | /// An identifier was found in a token syntax that could not be resolved
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:493:14: warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
491 |
492 | /// Tokens found sharing the same name.
493 | case repeatedTokenName(String, SwiftPEGGrammar.TokenDefinition, prior: SwiftPEGGrammar.TokenDefinition)
| `- warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
494 |
495 | /// An identifier was found in a token syntax that could not be resolved
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:497:14: warning: associated value 'unknownReferenceInToken' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
495 | /// An identifier was found in a token syntax that could not be resolved
496 | /// to another token syntax.
497 | case unknownReferenceInToken(String, SwiftPEGGrammar.TokenDefinition)
| `- warning: associated value 'unknownReferenceInToken' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
498 |
499 | /// A recursion was found in a sequence of tokens.
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:500:14: warning: associated value 'recursivityInTokens' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
498 |
499 | /// A recursion was found in a sequence of tokens.
500 | case recursivityInTokens([SwiftPEGGrammar.TokenDefinition])
| `- warning: associated value 'recursivityInTokens' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
501 |
502 | /// A '@tokensFile' meta-property references a file that could not be
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:504:14: warning: associated value 'failedToLoadTokensFile' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
502 | /// A '@tokensFile' meta-property references a file that could not be
503 | /// loaded.
504 | case failedToLoadTokensFile(SwiftPEGGrammar.Meta)
| `- warning: associated value 'failedToLoadTokensFile' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
505 |
506 | /// A '@tokensFile' meta-property references a tokens file that contains
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:508:14: warning: associated value 'tokensFileSyntaxError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
506 | /// A '@tokensFile' meta-property references a tokens file that contains
507 | /// syntax errors.
508 | case tokensFileSyntaxError(SwiftPEGGrammar.Meta, ParserError)
| `- warning: associated value 'tokensFileSyntaxError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
509 |
510 | /// A '@tokensFile' meta-property references a tokens file that contains
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:512:14: warning: associated value 'tokensFileTokenizerError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
510 | /// A '@tokensFile' meta-property references a tokens file that contains
511 | /// tokenizer errors.
512 | case tokensFileTokenizerError(SwiftPEGGrammar.Meta, TokenizerError)
| `- warning: associated value 'tokensFileTokenizerError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
513 |
514 | // MARK: -
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
[852/899] Compiling SwiftPEG GrammarProcessor+TokenSyntax.swift
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:454:14: warning: associated value 'repeatedRuleName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
452 |
453 | /// Rules found sharing the same name.
454 | case repeatedRuleName(String, SwiftPEGGrammar.Rule, prior: SwiftPEGGrammar.Rule)
| `- warning: associated value 'repeatedRuleName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
455 |
456 | /// Rule found that has an invalid name.
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:454:14: warning: associated value 'repeatedRuleName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
452 |
453 | /// Rules found sharing the same name.
454 | case repeatedRuleName(String, SwiftPEGGrammar.Rule, prior: SwiftPEGGrammar.Rule)
| `- warning: associated value 'repeatedRuleName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
455 |
456 | /// Rule found that has an invalid name.
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:457:14: warning: associated value 'invalidRuleName(desc:_:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
455 |
456 | /// Rule found that has an invalid name.
457 | case invalidRuleName(desc: String, SwiftPEGGrammar.Rule)
| `- warning: associated value 'invalidRuleName(desc:_:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
458 |
459 | /// Named item found that has an invalid name.
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:460:14: warning: associated value 'invalidNamedItem(desc:_:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.NamedItem'; this is an error in the Swift 6 language mode
458 |
459 | /// Named item found that has an invalid name.
460 | case invalidNamedItem(desc: String, SwiftPEGGrammar.NamedItem)
| `- warning: associated value 'invalidNamedItem(desc:_:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.NamedItem'; this is an error in the Swift 6 language mode
461 |
462 | /// An identifier was found in a rule that could not be resolved to a
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:378:24: note: class 'NamedItem' does not conform to the 'Sendable' protocol
376 | /// ```
377 | @GeneratedNodeType<Node>
378 | public final class NamedItem: GrammarNode {
| `- note: class 'NamedItem' does not conform to the 'Sendable' protocol
379 | /// An optional name associated with this item.
380 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:464:14: warning: associated value 'unknownReference(_:_:tokensFileName:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
462 | /// An identifier was found in a rule that could not be resolved to a
463 | /// rule or token name.
464 | case unknownReference(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule, tokensFileName: String? = nil)
| `- warning: associated value 'unknownReference(_:_:tokensFileName:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
465 |
466 | /// An identifier with parameters was found while none was expected, or
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:939:24: note: class 'IdentAtom' does not conform to the 'Sendable' protocol
937 | /// ```
938 | @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
939 | public final class IdentAtom: Atom {
| `- note: class 'IdentAtom' does not conform to the 'Sendable' protocol
940 | /// The identifier associated with this atom.
941 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:464:14: warning: associated value 'unknownReference(_:_:tokensFileName:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
462 | /// An identifier was found in a rule that could not be resolved to a
463 | /// rule or token name.
464 | case unknownReference(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule, tokensFileName: String? = nil)
| `- warning: associated value 'unknownReference(_:_:tokensFileName:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
465 |
466 | /// An identifier with parameters was found while none was expected, or
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:468:14: warning: associated value 'invalidParameterReference' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
466 | /// An identifier with parameters was found while none was expected, or
467 | /// one with different parameter count.
468 | case invalidParameterReference(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule, String)
| `- warning: associated value 'invalidParameterReference' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
469 |
470 | /// An identifier was found in a rule that refers to token fragments,
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:939:24: note: class 'IdentAtom' does not conform to the 'Sendable' protocol
937 | /// ```
938 | @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
939 | public final class IdentAtom: Atom {
| `- note: class 'IdentAtom' does not conform to the 'Sendable' protocol
940 | /// The identifier associated with this atom.
941 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:468:14: warning: associated value 'invalidParameterReference' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
466 | /// An identifier with parameters was found while none was expected, or
467 | /// one with different parameter count.
468 | case invalidParameterReference(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule, String)
| `- warning: associated value 'invalidParameterReference' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
469 |
470 | /// An identifier was found in a rule that refers to token fragments,
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:472:14: warning: associated value 'referencedFragmentInParser' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
470 | /// An identifier was found in a rule that refers to token fragments,
471 | /// which are not queryable by the parser.
472 | case referencedFragmentInParser(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule)
| `- warning: associated value 'referencedFragmentInParser' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
473 |
474 | /// An attempt at resolving a left recursion and find a leader rule from
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:939:24: note: class 'IdentAtom' does not conform to the 'Sendable' protocol
937 | /// ```
938 | @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
939 | public final class IdentAtom: Atom {
| `- note: class 'IdentAtom' does not conform to the 'Sendable' protocol
940 | /// The identifier associated with this atom.
941 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:472:14: warning: associated value 'referencedFragmentInParser' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
470 | /// An identifier was found in a rule that refers to token fragments,
471 | /// which are not queryable by the parser.
472 | case referencedFragmentInParser(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule)
| `- warning: associated value 'referencedFragmentInParser' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
473 |
474 | /// An attempt at resolving a left recursion and find a leader rule from
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:484:14: warning: associated value 'unknownProductionType' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
482 | /// A @generationKind meta property was provided with an unknown production
483 | /// kind.
484 | case unknownProductionType(SwiftPEGGrammar.Meta)
| `- warning: associated value 'unknownProductionType' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
485 |
486 | /// A @tokenTypeName meta property was provided that could not be parsed
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:488:14: warning: associated value 'invalidTokenTypeName' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
486 | /// A @tokenTypeName meta property was provided that could not be parsed
487 | /// as a valid Swift type.
488 | case invalidTokenTypeName(SwiftPEGGrammar.Meta)
| `- warning: associated value 'invalidTokenTypeName' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
489 |
490 | // MARK: - Tokens file errors
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:493:14: warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
491 |
492 | /// Tokens found sharing the same name.
493 | case repeatedTokenName(String, SwiftPEGGrammar.TokenDefinition, prior: SwiftPEGGrammar.TokenDefinition)
| `- warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
494 |
495 | /// An identifier was found in a token syntax that could not be resolved
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:493:14: warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
491 |
492 | /// Tokens found sharing the same name.
493 | case repeatedTokenName(String, SwiftPEGGrammar.TokenDefinition, prior: SwiftPEGGrammar.TokenDefinition)
| `- warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
494 |
495 | /// An identifier was found in a token syntax that could not be resolved
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:497:14: warning: associated value 'unknownReferenceInToken' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
495 | /// An identifier was found in a token syntax that could not be resolved
496 | /// to another token syntax.
497 | case unknownReferenceInToken(String, SwiftPEGGrammar.TokenDefinition)
| `- warning: associated value 'unknownReferenceInToken' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
498 |
499 | /// A recursion was found in a sequence of tokens.
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:500:14: warning: associated value 'recursivityInTokens' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
498 |
499 | /// A recursion was found in a sequence of tokens.
500 | case recursivityInTokens([SwiftPEGGrammar.TokenDefinition])
| `- warning: associated value 'recursivityInTokens' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
501 |
502 | /// A '@tokensFile' meta-property references a file that could not be
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:504:14: warning: associated value 'failedToLoadTokensFile' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
502 | /// A '@tokensFile' meta-property references a file that could not be
503 | /// loaded.
504 | case failedToLoadTokensFile(SwiftPEGGrammar.Meta)
| `- warning: associated value 'failedToLoadTokensFile' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
505 |
506 | /// A '@tokensFile' meta-property references a tokens file that contains
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:508:14: warning: associated value 'tokensFileSyntaxError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
506 | /// A '@tokensFile' meta-property references a tokens file that contains
507 | /// syntax errors.
508 | case tokensFileSyntaxError(SwiftPEGGrammar.Meta, ParserError)
| `- warning: associated value 'tokensFileSyntaxError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
509 |
510 | /// A '@tokensFile' meta-property references a tokens file that contains
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:512:14: warning: associated value 'tokensFileTokenizerError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
510 | /// A '@tokensFile' meta-property references a tokens file that contains
511 | /// tokenizer errors.
512 | case tokensFileTokenizerError(SwiftPEGGrammar.Meta, TokenizerError)
| `- warning: associated value 'tokensFileTokenizerError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
513 |
514 | // MARK: -
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
[853/899] Compiling SwiftPEG GrammarProcessor.swift
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:454:14: warning: associated value 'repeatedRuleName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
452 |
453 | /// Rules found sharing the same name.
454 | case repeatedRuleName(String, SwiftPEGGrammar.Rule, prior: SwiftPEGGrammar.Rule)
| `- warning: associated value 'repeatedRuleName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
455 |
456 | /// Rule found that has an invalid name.
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:454:14: warning: associated value 'repeatedRuleName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
452 |
453 | /// Rules found sharing the same name.
454 | case repeatedRuleName(String, SwiftPEGGrammar.Rule, prior: SwiftPEGGrammar.Rule)
| `- warning: associated value 'repeatedRuleName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
455 |
456 | /// Rule found that has an invalid name.
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:457:14: warning: associated value 'invalidRuleName(desc:_:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
455 |
456 | /// Rule found that has an invalid name.
457 | case invalidRuleName(desc: String, SwiftPEGGrammar.Rule)
| `- warning: associated value 'invalidRuleName(desc:_:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
458 |
459 | /// Named item found that has an invalid name.
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:460:14: warning: associated value 'invalidNamedItem(desc:_:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.NamedItem'; this is an error in the Swift 6 language mode
458 |
459 | /// Named item found that has an invalid name.
460 | case invalidNamedItem(desc: String, SwiftPEGGrammar.NamedItem)
| `- warning: associated value 'invalidNamedItem(desc:_:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.NamedItem'; this is an error in the Swift 6 language mode
461 |
462 | /// An identifier was found in a rule that could not be resolved to a
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:378:24: note: class 'NamedItem' does not conform to the 'Sendable' protocol
376 | /// ```
377 | @GeneratedNodeType<Node>
378 | public final class NamedItem: GrammarNode {
| `- note: class 'NamedItem' does not conform to the 'Sendable' protocol
379 | /// An optional name associated with this item.
380 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:464:14: warning: associated value 'unknownReference(_:_:tokensFileName:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
462 | /// An identifier was found in a rule that could not be resolved to a
463 | /// rule or token name.
464 | case unknownReference(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule, tokensFileName: String? = nil)
| `- warning: associated value 'unknownReference(_:_:tokensFileName:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
465 |
466 | /// An identifier with parameters was found while none was expected, or
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:939:24: note: class 'IdentAtom' does not conform to the 'Sendable' protocol
937 | /// ```
938 | @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
939 | public final class IdentAtom: Atom {
| `- note: class 'IdentAtom' does not conform to the 'Sendable' protocol
940 | /// The identifier associated with this atom.
941 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:464:14: warning: associated value 'unknownReference(_:_:tokensFileName:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
462 | /// An identifier was found in a rule that could not be resolved to a
463 | /// rule or token name.
464 | case unknownReference(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule, tokensFileName: String? = nil)
| `- warning: associated value 'unknownReference(_:_:tokensFileName:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
465 |
466 | /// An identifier with parameters was found while none was expected, or
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:468:14: warning: associated value 'invalidParameterReference' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
466 | /// An identifier with parameters was found while none was expected, or
467 | /// one with different parameter count.
468 | case invalidParameterReference(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule, String)
| `- warning: associated value 'invalidParameterReference' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
469 |
470 | /// An identifier was found in a rule that refers to token fragments,
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:939:24: note: class 'IdentAtom' does not conform to the 'Sendable' protocol
937 | /// ```
938 | @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
939 | public final class IdentAtom: Atom {
| `- note: class 'IdentAtom' does not conform to the 'Sendable' protocol
940 | /// The identifier associated with this atom.
941 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:468:14: warning: associated value 'invalidParameterReference' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
466 | /// An identifier with parameters was found while none was expected, or
467 | /// one with different parameter count.
468 | case invalidParameterReference(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule, String)
| `- warning: associated value 'invalidParameterReference' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
469 |
470 | /// An identifier was found in a rule that refers to token fragments,
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:472:14: warning: associated value 'referencedFragmentInParser' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
470 | /// An identifier was found in a rule that refers to token fragments,
471 | /// which are not queryable by the parser.
472 | case referencedFragmentInParser(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule)
| `- warning: associated value 'referencedFragmentInParser' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.IdentAtom'; this is an error in the Swift 6 language mode
473 |
474 | /// An attempt at resolving a left recursion and find a leader rule from
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:939:24: note: class 'IdentAtom' does not conform to the 'Sendable' protocol
937 | /// ```
938 | @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
939 | public final class IdentAtom: Atom {
| `- note: class 'IdentAtom' does not conform to the 'Sendable' protocol
940 | /// The identifier associated with this atom.
941 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:472:14: warning: associated value 'referencedFragmentInParser' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
470 | /// An identifier was found in a rule that refers to token fragments,
471 | /// which are not queryable by the parser.
472 | case referencedFragmentInParser(SwiftPEGGrammar.IdentAtom, SwiftPEGGrammar.Rule)
| `- warning: associated value 'referencedFragmentInParser' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Rule'; this is an error in the Swift 6 language mode
473 |
474 | /// An attempt at resolving a left recursion and find a leader rule from
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: note: class 'Rule' does not conform to the 'Sendable' protocol
153 | /// ```
154 | @GeneratedNodeType<Node>
155 | public final class Rule: GrammarNode, CustomStringConvertible {
| `- note: class 'Rule' does not conform to the 'Sendable' protocol
156 | /// The name of this rule.
157 | @NodeProperty
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:484:14: warning: associated value 'unknownProductionType' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
482 | /// A @generationKind meta property was provided with an unknown production
483 | /// kind.
484 | case unknownProductionType(SwiftPEGGrammar.Meta)
| `- warning: associated value 'unknownProductionType' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
485 |
486 | /// A @tokenTypeName meta property was provided that could not be parsed
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:488:14: warning: associated value 'invalidTokenTypeName' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
486 | /// A @tokenTypeName meta property was provided that could not be parsed
487 | /// as a valid Swift type.
488 | case invalidTokenTypeName(SwiftPEGGrammar.Meta)
| `- warning: associated value 'invalidTokenTypeName' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
489 |
490 | // MARK: - Tokens file errors
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:493:14: warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
491 |
492 | /// Tokens found sharing the same name.
493 | case repeatedTokenName(String, SwiftPEGGrammar.TokenDefinition, prior: SwiftPEGGrammar.TokenDefinition)
| `- warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
494 |
495 | /// An identifier was found in a token syntax that could not be resolved
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:493:14: warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
491 |
492 | /// Tokens found sharing the same name.
493 | case repeatedTokenName(String, SwiftPEGGrammar.TokenDefinition, prior: SwiftPEGGrammar.TokenDefinition)
| `- warning: associated value 'repeatedTokenName(_:_:prior:)' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
494 |
495 | /// An identifier was found in a token syntax that could not be resolved
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:497:14: warning: associated value 'unknownReferenceInToken' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
495 | /// An identifier was found in a token syntax that could not be resolved
496 | /// to another token syntax.
497 | case unknownReferenceInToken(String, SwiftPEGGrammar.TokenDefinition)
| `- warning: associated value 'unknownReferenceInToken' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
498 |
499 | /// A recursion was found in a sequence of tokens.
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:500:14: warning: associated value 'recursivityInTokens' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
498 |
499 | /// A recursion was found in a sequence of tokens.
500 | case recursivityInTokens([SwiftPEGGrammar.TokenDefinition])
| `- warning: associated value 'recursivityInTokens' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
501 |
502 | /// A '@tokensFile' meta-property references a file that could not be
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1092:24: note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1090 | /// ```
1091 | @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1092 | public final class TokenDefinition: TokenFileDeclaration {
| `- note: class 'TokenDefinition' does not conform to the 'Sendable' protocol
1093 | /// The identifier for the token.
1094 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:504:14: warning: associated value 'failedToLoadTokensFile' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
502 | /// A '@tokensFile' meta-property references a file that could not be
503 | /// loaded.
504 | case failedToLoadTokensFile(SwiftPEGGrammar.Meta)
| `- warning: associated value 'failedToLoadTokensFile' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
505 |
506 | /// A '@tokensFile' meta-property references a tokens file that contains
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:508:14: warning: associated value 'tokensFileSyntaxError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
506 | /// A '@tokensFile' meta-property references a tokens file that contains
507 | /// syntax errors.
508 | case tokensFileSyntaxError(SwiftPEGGrammar.Meta, ParserError)
| `- warning: associated value 'tokensFileSyntaxError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
509 |
510 | /// A '@tokensFile' meta-property references a tokens file that contains
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/GrammarProcessor.swift:512:14: warning: associated value 'tokensFileTokenizerError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
510 | /// A '@tokensFile' meta-property references a tokens file that contains
511 | /// tokenizer errors.
512 | case tokensFileTokenizerError(SwiftPEGGrammar.Meta, TokenizerError)
| `- warning: associated value 'tokensFileTokenizerError' of 'Sendable'-conforming enum 'GrammarProcessorError' has non-sendable type 'SwiftPEGGrammar.Meta'; this is an error in the Swift 6 language mode
513 |
514 | // MARK: -
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: note: class 'Meta' does not conform to the 'Sendable' protocol
58 | /// ```
59 | @GeneratedNodeType<Node>
60 | public final class Meta: GrammarNode {
| `- note: class 'Meta' does not conform to the 'Sendable' protocol
61 | /// The name of this meta-property.
62 | @NodeRequired
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
[862/899] Compiling SwiftPEG SwiftCodeGen+ProducerProtocol.swift
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
[863/900] Wrapping AST for SwiftPEG for debugging
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:218:14: warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
216 | /// definition was found that has no syntax defined, so a unified token
217 | /// type cannot be generated.
218 | case tokenDefinitionMissingSyntax(InternalGrammar.TokenDefinition)
| `- warning: associated value 'tokenDefinitionMissingSyntax' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
219 |
220 | /// Issued during token type code generation, indicates the associated
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:223:14: warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
221 | /// `ProcessedGrammar.tokenOcclusionGraph` contains dependants of dynamic
222 | /// tokens that are not static.
223 | case tokenDependantIsNotStatic(
| `- warning: associated value 'tokenDependantIsNotStatic(_:dependant:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'InternalGrammar.TokenDefinition'; this is an error in the Swift 6 language mode
224 | InternalGrammar.TokenDefinition,
225 | dependant: InternalGrammar.TokenDefinition
/host/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:1013:19: note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1011 | /// ;
1012 | /// ```
1013 | public struct TokenDefinition: Equatable, CustomStringConvertible {
| `- note: consider making struct 'TokenDefinition' conform to the 'Sendable' protocol
1014 | public var name: String
1015 |
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:262:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
258 |
259 | /// Settings that can be specified during parser code generation.
260 | public struct ParserGenSettings {
| `- note: consider making struct 'ParserGenSettings' conform to the 'Sendable' protocol
261 | /// Gets the static default settings configuration.
262 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.ParserGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
263 | omitUnreachable: false,
264 | emitTypesInBindings: false,
/host/spi-builder-workspace/Sources/SwiftPEG/CodeGen+Swift/SwiftCodeGen.swift:337:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
333 |
334 | /// Settings that can be specified during token type code generation.
335 | public struct TokenTypeGenSettings {
| `- note: consider making struct 'TokenTypeGenSettings' conform to the 'Sendable' protocol
336 | /// Gets the static default settings configuration.
337 | public static let `default`: Self = Self(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SwiftCodeGen.TokenTypeGenSettings' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
338 | emitInlinable: false,
339 | accessLevel: nil,
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarRawTokenizer.swift:69:14: warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
67 |
68 | public enum Error: TokenizerError {
69 | case unknownToken(FileSourceLocation, Character)
| `- warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
70 |
71 | public var description: String {
/host/spi-builder-workspace/Sources/SwiftPEG/FileSourceLocation.swift:3:15: note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
1 | /// A location for use in raw tokenizers that read contents from a file string
2 | /// buffer that can be located in terms of line/columns.
3 | public struct FileSourceLocation: Hashable, CustomStringConvertible {
| `- note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
4 | /// The 1-based line index for this location.
5 | public var line: Int
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarRawTokenizer.swift:69:14: warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
67 |
68 | public enum Error: TokenizerError {
69 | case unknownToken(FileSourceLocation, Character)
| `- warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
70 |
71 | public var description: String {
/host/spi-builder-workspace/Sources/SwiftPEG/FileSourceLocation.swift:3:15: note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
1 | /// A location for use in raw tokenizers that read contents from a file string
2 | /// buffer that can be located in terms of line/columns.
3 | public struct FileSourceLocation: Hashable, CustomStringConvertible {
| `- note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
4 | /// The 1-based line index for this location.
5 | public var line: Int
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarRawTokenizer.swift:69:14: warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
67 |
68 | public enum Error: TokenizerError {
69 | case unknownToken(FileSourceLocation, Character)
| `- warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
70 |
71 | public var description: String {
/host/spi-builder-workspace/Sources/SwiftPEG/FileSourceLocation.swift:3:15: note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
1 | /// A location for use in raw tokenizers that read contents from a file string
2 | /// buffer that can be located in terms of line/columns.
3 | public struct FileSourceLocation: Hashable, CustomStringConvertible {
| `- note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
4 | /// The 1-based line index for this location.
5 | public var line: Int
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarRawTokenizer.swift:69:14: warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
67 |
68 | public enum Error: TokenizerError {
69 | case unknownToken(FileSourceLocation, Character)
| `- warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
70 |
71 | public var description: String {
/host/spi-builder-workspace/Sources/SwiftPEG/FileSourceLocation.swift:3:15: note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
1 | /// A location for use in raw tokenizers that read contents from a file string
2 | /// buffer that can be located in terms of line/columns.
3 | public struct FileSourceLocation: Hashable, CustomStringConvertible {
| `- note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
4 | /// The 1-based line index for this location.
5 | public var line: Int
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarRawTokenizer.swift:69:14: warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
67 |
68 | public enum Error: TokenizerError {
69 | case unknownToken(FileSourceLocation, Character)
| `- warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
70 |
71 | public var description: String {
/host/spi-builder-workspace/Sources/SwiftPEG/FileSourceLocation.swift:3:15: note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
1 | /// A location for use in raw tokenizers that read contents from a file string
2 | /// buffer that can be located in terms of line/columns.
3 | public struct FileSourceLocation: Hashable, CustomStringConvertible {
| `- note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
4 | /// The 1-based line index for this location.
5 | public var line: Int
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarRawTokenizer.swift:69:14: warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
67 |
68 | public enum Error: TokenizerError {
69 | case unknownToken(FileSourceLocation, Character)
| `- warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
70 |
71 | public var description: String {
/host/spi-builder-workspace/Sources/SwiftPEG/FileSourceLocation.swift:3:15: note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
1 | /// A location for use in raw tokenizers that read contents from a file string
2 | /// buffer that can be located in terms of line/columns.
3 | public struct FileSourceLocation: Hashable, CustomStringConvertible {
| `- note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
4 | /// The 1-based line index for this location.
5 | public var line: Int
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarRawTokenizer.swift:69:14: warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
67 |
68 | public enum Error: TokenizerError {
69 | case unknownToken(FileSourceLocation, Character)
| `- warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
70 |
71 | public var description: String {
/host/spi-builder-workspace/Sources/SwiftPEG/FileSourceLocation.swift:3:15: note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
1 | /// A location for use in raw tokenizers that read contents from a file string
2 | /// buffer that can be located in terms of line/columns.
3 | public struct FileSourceLocation: Hashable, CustomStringConvertible {
| `- note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
4 | /// The 1-based line index for this location.
5 | public var line: Int
/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarRawTokenizer.swift:69:14: warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
67 |
68 | public enum Error: TokenizerError {
69 | case unknownToken(FileSourceLocation, Character)
| `- warning: associated value 'unknownToken' of 'Sendable'-conforming enum 'Error' has non-sendable type 'FileSourceLocation'; this is an error in the Swift 6 language mode
70 |
71 | public var description: String {
/host/spi-builder-workspace/Sources/SwiftPEG/FileSourceLocation.swift:3:15: note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
1 | /// A location for use in raw tokenizers that read contents from a file string
2 | /// buffer that can be located in terms of line/columns.
3 | public struct FileSourceLocation: Hashable, CustomStringConvertible {
| `- note: consider making struct 'FileSourceLocation' conform to the 'Sendable' protocol
4 | /// The 1-based line index for this location.
5 | public var line: Int
[892/909] Compiling SwiftPEGGenerator GrammarLoader.swift
[893/909] Compiling SwiftPEGGenerator Console+Ext.swift
[894/910] Compiling SwiftPEGGenerator CommonOptions.swift
[895/910] Compiling SwiftPEGGenerator Validate.swift
[896/910] Compiling SwiftPEGGenerator SwiftPEGGenerator.swift
[897/910] Compiling SwiftPEGGenerator GenerateTokenLayout.swift
[898/910] Compiling SwiftPEGGenerator GenerateTokenType.swift
[899/917] Emitting module SwiftPEGGenerator
[900/917] Compiling SwiftPEGGenerator Generate.swift
[900/918] Wrapping AST for SwiftPEG for debugging
[903/926] Compiling SwiftPEGSample ArrayRawTokenizer.swift
[904/926] Compiling SwiftPEGSample FileHandle+Ext.swift
/host/spi-builder-workspace/Sources/SwiftPEGSample/Common/FileHandle+Ext.swift:3:5: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1 | import Foundation
2 |
3 | var standardError = FileHandle.standardError
| |- warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4 |
5 | extension FileHandle: @retroactive TextOutputStream {
[905/926] Compiling SwiftPEGSample SwiftPEGSample.swift
[905/926] Wrapping AST for SwiftPEGGenerator for debugging
[906/926] Write Objects.LinkFileList
[908/926] Compiling SwiftPEGSample PerformanceTest.swift
[909/926] Compiling SwiftPEGGenerator Validate.swift
[910/926] Compiling SwiftPEGGenerator Console+Ext.swift
[911/926] Compiling SwiftPEGGenerator GrammarLoader.swift
[912/927] Compiling SwiftPEGGenerator SwiftPEGGenerator.swift
[913/927] Emitting module SwiftPEGGenerator
[914/927] Compiling SwiftPEGGenerator Generate.swift
[915/927] Compiling SwiftPEGGenerator CommonOptions.swift
[916/927] Compiling SwiftPEGGenerator GenerateTokenLayout.swift
[917/927] Compiling SwiftPEGGenerator GenerateTokenType.swift
[919/928] Compiling SwiftPEGSample Stopwatch.swift
[920/928] Emitting module SwiftPEGSample
/host/spi-builder-workspace/Sources/SwiftPEGSample/Common/FileHandle+Ext.swift:3:5: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1 | import Foundation
2 |
3 | var standardError = FileHandle.standardError
| |- warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4 |
5 | extension FileHandle: @retroactive TextOutputStream {
[921/928] Compiling SwiftPEGSample GrammarParsingSample.swift
[921/929] Linking SwiftPEGGenerator-tool
[923/929] Wrapping AST for SwiftPEGGenerator for debugging
[924/929] Write Objects.LinkFileList
[925/929] Wrapping AST for SwiftPEGSample for debugging
[926/929] Write Objects.LinkFileList
[927/929] Linking SwiftPEGGenerator
[928/929] Linking SwiftPEGSample
Build complete! (174.49s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"600.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"exact" : [
"1.4.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "console",
"requirement" : {
"exact" : [
"0.14.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/Console.git"
},
{
"identity" : "minidigraph",
"requirement" : {
"exact" : [
"0.8.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/MiniDigraph.git"
},
{
"identity" : "swiftast",
"requirement" : {
"exact" : [
"0.14.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/LuizZak/SwiftAST.git"
}
],
"manifest_display_name" : "swift-peg",
"name" : "swift-peg",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftPEG",
"targets" : [
"SwiftPEG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftPEGGenerator",
"targets" : [
"SwiftPEGGenerator"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftPEGPlugin",
"targets" : [
"SwiftPEGPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftPEGSample",
"targets" : [
"SwiftPEGSample"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftPEGMacros",
"targets" : [
"SwiftPEGMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftPEGTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPEGTests",
"path" : "Tests/SwiftPEGTests",
"product_dependencies" : [
"Console"
],
"sources" : [
"CodeGen+Swift/CodeStringBufferTests.swift",
"CodeGen+Swift/SwiftCodeGen+TokenTests.swift",
"CodeGen+Swift/SwiftCodeGenTests.swift",
"FixtureTests/ConsoleString_Interpolation+Tests.swift",
"FixtureTests/FixtureDiffingTest.swift",
"FixtureTests/FixtureTest.swift",
"FixtureTests/FixtureTestRunner+Collect.swift",
"FixtureTests/FixtureTestRunner+Run.swift",
"FixtureTests/FixtureTestRunner.swift",
"FixtureTests/FixtureTestRunnerLogger.swift",
"FixtureTests/FixtureTests.swift",
"FixtureTests/LineDiagnosticTarget.swift",
"Grammar/CommonAbstract+TokenAltTests.swift",
"Grammar/CommonAbstract+TokenAtomTests.swift",
"Grammar/CommonAbstract+TokenExclusionTests.swift",
"Grammar/CommonAbstract+TokenItemTests.swift",
"Grammar/CommonAbstract+TokenSyntaxTests.swift",
"Grammar/GrammarParserTests.swift",
"Grammar/GrammarRawTokenizerTests.swift",
"Grammar/SwiftPEGGrammar+StringTests.swift",
"GrammarProcessor/AltReducerTests.swift",
"GrammarProcessor/GrammarProcessor+AltOrderingTests.swift",
"GrammarProcessor/GrammarProcessor+ReachabilityTests.swift",
"GrammarProcessor/GrammarProcessor+RecursivityTests.swift",
"GrammarProcessor/GrammarProcessor+TokenSyntaxTests.swift",
"GrammarProcessor/GrammarProcessorTests.swift",
"GrammarProcessor/InternalGrammarTests.swift",
"Interpreter/GrammarInterpreterTests.swift",
"Interpreter/TokenSyntaxInterpreter+RegexTests.swift",
"Interpreter/TokenSyntaxInterpreter+TokenDelegateTests.swift",
"Interpreter/TokenSyntaxInterpreterTests.swift",
"MetaPropertyManagerTests.swift",
"PEGParserTests+LargeGrammars.swift",
"PEGParserTests+LargeGrammars2.swift",
"PEGParserTests.swift",
"StringStreamTests.swift",
"Stubs/TestGrammarProcessorDelegate.swift",
"Stubs/TestGrammarTokenizer.swift",
"Stubs/TestInterpreterDelegate.swift",
"Stubs/TestRawTokenizer.swift",
"Stubs/TestTokenizer.swift",
"SyntaxNodeLayout/SyntaxNodeLayoutGenTests.swift",
"TestGrammarParser.swift",
"TestSupport/CommonAbstract+Ext.swift",
"TestSupport/Factories.swift",
"TestSupport/GrammarParserToken+Ext.swift",
"TestSupport/GrammarProcessor+Tests.swift",
"TestSupport/InternalGrammar+Ext.swift",
"TestSupport/Stopwatch.swift",
"TestSupport/StringDiffTesting+Tests.swift",
"TestSupport/StringDiffTesting.swift",
"TestSupport/StringMatcher.swift",
"TestSupport/SwiftPEGGrammar+Ext.swift",
"TestSupport/TestSupport.swift",
"TestSupport/URL+Ext.swift",
"TokenizerTests+MarkRestore.swift",
"TokenizerTests.swift",
"Utils/Collection+ExtTests.swift",
"Utils/String+ExtTests.swift"
],
"target_dependencies" : [
"SwiftPEG"
],
"type" : "test"
},
{
"c99name" : "SwiftPEGSample",
"module_type" : "SwiftTarget",
"name" : "SwiftPEGSample",
"path" : "Sources/SwiftPEGSample",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"SwiftPEGSample"
],
"sources" : [
"Common/ArrayRawTokenizer.swift",
"Common/FileHandle+Ext.swift",
"Common/Stopwatch.swift",
"GrammarParsingSample.swift",
"PerformanceTest.swift",
"SwiftPEGSample.swift"
],
"target_dependencies" : [
"SwiftPEGMacros",
"SwiftPEG"
],
"type" : "executable"
},
{
"c99name" : "SwiftPEGPlugin",
"module_type" : "PluginTarget",
"name" : "SwiftPEGPlugin",
"path" : "Plugins/SwiftPEGPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Generate parser or token type file in target where .gram/.tokens file is present",
"type" : "custom",
"verb" : "generate-parser"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Save generated parser or token type code",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"SwiftPEGPlugin"
],
"sources" : [
"GenerateParserPlugin.swift"
],
"target_dependencies" : [
"SwiftPEGGenerator"
],
"type" : "plugin"
},
{
"c99name" : "SwiftPEGMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPEGMacrosTests",
"path" : "Tests/SwiftPEGMacrosTests",
"sources" : [
"EnumAsGetterGeneratorTests.swift",
"EnumIsCaseGeneratorTests.swift",
"NodeTypeMacroTests.swift",
"ParserMemoizeLeftRecursiveMacroTests.swift",
"ParserMemoizeMacroTests.swift"
],
"target_dependencies" : [
"SwiftPEG",
"SwiftPEGMacros"
],
"type" : "test"
},
{
"c99name" : "SwiftPEGMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftPEGMacros",
"path" : "Sources/SwiftPEGMacros",
"product_dependencies" : [
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftParser",
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SwiftPEG",
"SwiftPEGGenerator",
"SwiftPEGPlugin",
"SwiftPEGSample",
"SwiftPEGMacros"
],
"sources" : [
"EnumAsGetterGenerator.swift",
"EnumIsCaseGenerator.swift",
"MacroArgument.swift",
"MacroArgumentParser.swift",
"MacroError.swift",
"NodeTypeMacro.swift",
"ParserMemoizeLeftRecursiveMacro.swift",
"ParserMemoizeMacro.swift",
"Plugin.swift",
"SwiftSyntax/DeclGroupSyntax+Ext.swift",
"SwiftSyntax/FunctionParameterListSyntax+Ext.swift",
"SwiftSyntax/IdentifierTypeSyntax+Ext.swift",
"SwiftSyntax/LabeledExprListSyntax+Ext.swift",
"SwiftSyntax/PatternBindingListSyntax+Ext.swift",
"SwiftSyntax/SwiftSyntax+Ext.swift",
"Utils/String+Ext.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftPEGGenerator",
"module_type" : "SwiftTarget",
"name" : "SwiftPEGGenerator",
"path" : "Sources/SwiftPEGGenerator",
"product_dependencies" : [
"ArgumentParser",
"Console"
],
"product_memberships" : [
"SwiftPEGGenerator",
"SwiftPEGPlugin"
],
"sources" : [
"Commands/Generate.swift",
"Commands/GenerateTokenLayout.swift",
"Commands/GenerateTokenType.swift",
"Commands/Validate.swift",
"Common/CommonOptions.swift",
"Common/Console+Ext.swift",
"Common/GrammarLoader.swift",
"SwiftPEGGenerator.swift"
],
"target_dependencies" : [
"SwiftPEG"
],
"type" : "executable"
},
{
"c99name" : "SwiftPEG",
"module_type" : "SwiftTarget",
"name" : "SwiftPEG",
"path" : "Sources/SwiftPEG",
"product_dependencies" : [
"MiniDigraph",
"SwiftAST"
],
"product_memberships" : [
"SwiftPEG",
"SwiftPEGGenerator",
"SwiftPEGPlugin",
"SwiftPEGSample"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/metagrammar.gram",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftPEG/Grammar/metagrammar.tokens",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BindingEngine.swift",
"CodeGen+Swift/CodeStringBuffer.swift",
"CodeGen+Swift/DeclarationsContext.swift",
"CodeGen+Swift/SwiftASTEmitter+Expression.swift",
"CodeGen+Swift/SwiftASTEmitter+Statement.swift",
"CodeGen+Swift/SwiftASTEmitter+SwiftType.swift",
"CodeGen+Swift/SwiftASTEmitter.swift",
"CodeGen+Swift/SwiftCodeGen+Common.swift",
"CodeGen+Swift/SwiftCodeGen+Parser.swift",
"CodeGen+Swift/SwiftCodeGen+ProducerProtocol.swift",
"CodeGen+Swift/SwiftCodeGen+Repetitions.swift",
"CodeGen+Swift/SwiftCodeGen+SwiftAST.swift",
"CodeGen+Swift/SwiftCodeGen+Token.swift",
"CodeGen+Swift/SwiftCodeGen.swift",
"Error.swift",
"FileSourceLocation.swift",
"Grammar/CommonAbstract.swift",
"Grammar/GrammarParser.swift",
"Grammar/GrammarParserToken.swift",
"Grammar/GrammarRawTokenizer.swift",
"Grammar/Node.swift",
"Grammar/NodeVisitorType.swift",
"Grammar/NodeWalker.swift",
"Grammar/PrintingNodeVisitor.swift",
"Grammar/SwiftPEGGrammar+String.swift",
"Grammar/SwiftPEGGrammar+TokenSequence.swift",
"Grammar/SwiftPEGGrammar.swift",
"Grammar/TokenNode.swift",
"GrammarProcessor/AltReducer.swift",
"GrammarProcessor/GrammarProcessor+AltOrdering.swift",
"GrammarProcessor/GrammarProcessor+Reachability.swift",
"GrammarProcessor/GrammarProcessor+Recursivity.swift",
"GrammarProcessor/GrammarProcessor+TokenSyntax.swift",
"GrammarProcessor/GrammarProcessor.swift",
"GrammarProcessor/InternalGrammar.swift",
"GrammarProcessor/ProcessedGrammar.swift",
"Graphing/IntDirectedGraph.swift",
"Graphing/InternalCachingGraph.swift",
"Graphing/RuleDependencyGraph.swift",
"Graphing/StringDirectedGraph.swift",
"Graphing/TokenOcclusionGraph.swift",
"InternalMacros.swift",
"Interpreter/GrammarInterpreter.swift",
"Interpreter/InterpreterCache.swift",
"Interpreter/TokenSyntaxInterpreter+Regex.swift",
"Interpreter/TokenSyntaxInterpreter+TokenDelegate.swift",
"Interpreter/TokenSyntaxInterpreter.swift",
"Macros.swift",
"MetaPropertyManager.swift",
"PEGParser+Tuple.swift",
"PEGParser.swift",
"ParserCache.swift",
"RawTokenType.swift",
"RawTokenizerType.swift",
"Resources.swift",
"StringStream+CodeGen.swift",
"StringStream.swift",
"Syntax/StringEscaping.swift",
"Syntax/SwiftKeywords.swift",
"Syntax/SwiftSyntaxExt.swift",
"SyntaxNodeLayout/SyntaxNodeLayout.swift",
"SyntaxNodeLayout/SyntaxNodeLayoutGen.swift",
"Tokenizer.swift",
"Utils/Collection+Ext.swift",
"Utils/String+Ext.swift"
],
"target_dependencies" : [
"SwiftPEGMacros"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.