The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build swift-peg, reference main (726760), with Swift 6.0 for macOS (SPM) on 18 Feb 2025 17:00:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

 475 |         let _mark: Mark = self.mark()
 476 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:552:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 550 |     @memoized("repetitionMode")
 551 |     @inlinable
 552 |     public func __repetitionMode() throws -> CommonAbstract.RepetitionMode? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 553 |         let _mark: Mark = self.mark()
 554 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:579:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 577 |     @memoized("atom")
 578 |     @inlinable
 579 |     public func __atom() throws -> SwiftPEGGrammar.Atom? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 580 |         let _mark: Mark = self.mark()
 581 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:624:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 622 |     @memoized("atomParameters")
 623 |     @inlinable
 624 |     public func __atomParameters() throws -> SwiftPEGGrammar.AtomParameters? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 625 |         let _mark: Mark = self.mark()
 626 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:651:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 649 |     @memoized("atomParameter")
 650 |     @inlinable
 651 |     public func __atomParameter() throws -> SwiftPEGGrammar.AtomParameter? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 652 |         let _mark: Mark = self.mark()
 653 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:681:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeLeftRecursiveMacro' could not be found for macro 'memoizedLeftRecursive(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 679 |     @memoizedLeftRecursive("swiftType")
 680 |     @inlinable
 681 |     public func __swiftType() throws -> CommonAbstract.SwiftType? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeLeftRecursiveMacro' could not be found for macro 'memoizedLeftRecursive(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 682 |         let _mark: Mark = self.mark()
 683 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:15:14: note: 'memoizedLeftRecursive(_:cacheTarget:)' declared here
13 | /// present, conform to `Hashable`.
14 | @attached(peer, names: arbitrary)
15 | public macro memoizedLeftRecursive(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoizedLeftRecursive(_:cacheTarget:)' declared here
16 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeLeftRecursiveMacro")
17 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:787:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 785 |     @memoized("swiftTypeList")
 786 |     @inlinable
 787 |     public func __swiftTypeList() throws -> [CommonAbstract.SwiftType]? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 788 |         let _mark: Mark = self.mark()
 789 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:812:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 810 |     @memoized("swiftTupleTypeList")
 811 |     @inlinable
 812 |     public func __swiftTupleTypeList() throws -> [CommonAbstract.TupleTypeElement]? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 813 |         let _mark: Mark = self.mark()
 814 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:838:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 836 |     @memoized("swiftTupleTypeElement")
 837 |     @inlinable
 838 |     public func __swiftTupleTypeElement() throws -> CommonAbstract.TupleTypeElement? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 839 |         let _mark: Mark = self.mark()
 840 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:867:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 865 |     @memoized("action")
 866 |     @inlinable
 867 |     public func __action() throws -> SwiftPEGGrammar.Action? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 868 |         let _mark: Mark = self.mark()
 869 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:900:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 898 |     @memoized("failAction")
 899 |     @inlinable
 900 |     public func __failAction() throws -> SwiftPEGGrammar.Action? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 901 |         let _mark: Mark = self.mark()
 902 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:934:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 932 |     @memoized("actionAttribute")
 933 |     @inlinable
 934 |     public func __actionAttribute() throws -> SwiftPEGGrammar.ActionAttribute? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 935 |         let _mark: Mark = self.mark()
 936 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:956:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 954 |     @memoized("balancedTokens")
 955 |     @inlinable
 956 |     public func __balancedTokens() throws -> SwiftPEGGrammar.TokenSequence? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 957 |         let _mark: Mark = self.mark()
 958 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:981:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 979 |     @memoized("balancedToken")
 980 |     @inlinable
 981 |     public func __balancedToken() throws -> SwiftPEGGrammar.TokenSequence? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 982 |         let _mark: Mark = self.mark()
 983 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1026:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1024 |     @memoized("balancedTokenAtom")
1025 |     @inlinable
1026 |     public func __balancedTokenAtom() throws -> SwiftPEGGrammar.TokenSequence? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1027 |         let _mark: Mark = self.mark()
1028 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1059:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1057 |     @memoized("string")
1058 |     @inlinable
1059 |     public func __string() throws -> SwiftPEGGrammar.GrammarString? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1060 |         let _mark: Mark = self.mark()
1061 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1078:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1076 |     @memoized("tokensFile")
1077 |     @inlinable
1078 |     public func __tokensFile() throws -> [SwiftPEGGrammar.TokenFileDeclaration]? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1079 |         let _mark: Mark = self.mark()
1080 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1102:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1100 |     @memoized("tokensFileDeclaration")
1101 |     @inlinable
1102 |     public func __tokensFileDeclaration() throws -> SwiftPEGGrammar.TokenFileDeclaration? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1103 |         let _mark: Mark = self.mark()
1104 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1128:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1126 |     @memoized("tokenChannelDeclaration")
1127 |     @inlinable
1128 |     public func __tokenChannelDeclaration() throws -> SwiftPEGGrammar.TokenChannelDeclaration? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1129 |         let _mark: Mark = self.mark()
1130 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1165:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1163 |     @memoized("tokenChannelTarget")
1164 |     @inlinable
1165 |     public func __tokenChannelTarget() throws -> SwiftPEGGrammar.TokenChannelTarget? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1166 |         let _mark: Mark = self.mark()
1167 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1187:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1185 |     @memoized("tokenDefinition")
1186 |     @inlinable
1187 |     public func __tokenDefinition() throws -> SwiftPEGGrammar.TokenDefinition? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1188 |         let _mark: Mark = self.mark()
1189 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1263:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1261 |     @memoized("tokenOrFragmentSpecifier")
1262 |     @inlinable
1263 |     public func __tokenOrFragmentSpecifier() throws -> RawToken? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1264 |         let _mark: Mark = self.mark()
1265 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1288:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1286 |     @memoized("tokenSyntax")
1287 |     @inlinable
1288 |     public func __tokenSyntax() throws -> CommonAbstract.TokenSyntax? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1289 |         let _mark: Mark = self.mark()
1290 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1314:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1312 |     @memoized("tokenSyntaxAlt")
1313 |     @inlinable
1314 |     public func __tokenSyntaxAlt() throws -> CommonAbstract.TokenAlt? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1315 |         let _mark: Mark = self.mark()
1316 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1348:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1346 |     @memoized("tokenSyntaxItem")
1347 |     @inlinable
1348 |     public func __tokenSyntaxItem() throws -> CommonAbstract.TokenItem? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1349 |         let _mark: Mark = self.mark()
1350 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1466:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1464 |     @memoized("tokenSyntaxAtom")
1465 |     @inlinable
1466 |     public func __tokenSyntaxAtom() throws -> CommonAbstract.TokenAtom? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1467 |         let _mark: Mark = self.mark()
1468 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1492:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1490 |     @memoized("tokenSyntaxExclusion")
1491 |     @inlinable
1492 |     public func __tokenSyntaxExclusion() throws -> CommonAbstract.TokenExclusion? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1493 |         let _mark: Mark = self.mark()
1494 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1538:17: error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1536 |     @memoized("tokenSyntaxTerminal")
1537 |     @inlinable
1538 |     public func __tokenSyntaxTerminal() throws -> CommonAbstract.TokenTerminal? {
     |                 `- error: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1539 |         let _mark: Mark = self.mark()
1540 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: note: 'memoized(_:cacheTarget:)' declared here
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- note: 'memoized(_:cacheTarget:)' declared here
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:35:35: error: value of type 'GrammarParser<RawTokenizer>' has no member 'grammar'
  33 |         let _mark: Mark = self.mark()
  34 |
  35 |         if let grammar = try self.grammar() {
     |                                   `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'grammar'
  36 |             return grammar
  37 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:56:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'meta'
  54 |         if
  55 |             let metas = try self.repeatZeroOrMore({
  56 |                 try self.meta()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'meta'
  57 |             }),
  58 |             let rules = try self.repeatOneOrMore({
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:59:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'rule'
  57 |             }),
  58 |             let rules = try self.repeatOneOrMore({
  59 |                 try self.rule()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'rule'
  60 |             })
  61 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:36:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
  34 |     /// ```
  35 |     @GeneratedNodeType<Node>
  36 |     public final class Grammar: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
  37 |         /// List of meta-properties described in the grammar.
  38 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:62:25: error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.Grammar?' inherit from 'Node'
  60 |             })
  61 |         {
  62 |             return self.setLocation(.init(metas: metas, rules: rules), at: _mark)
     |                         |- error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.Grammar?' inherit from 'Node'
     |                         `- note: wrapped type 'SwiftPEGGrammar.Grammar' satisfies this requirement; did you mean to unwrap?
  63 |         }
  64 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/PEGParser.swift:181:15: note: where 'T' = 'SwiftPEGGrammar.Grammar?'
179 |     /// Returns `node` back.
180 |     @inlinable
181 |     open func setLocation<T>(
    |               `- note: where 'T' = 'SwiftPEGGrammar.Grammar?'
182 |         _ node: T,
183 |         at mark: Mark,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:62:64: error: extra argument 'rules' in call
  60 |             })
  61 |         {
  62 |             return self.setLocation(.init(metas: metas, rules: rules), at: _mark)
     |                                                                `- error: extra argument 'rules' in call
  63 |         }
  64 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:84:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'metaValue'
  82 |             let name = try self.expect(kind: .identifier),
  83 |             let values = try self.repeatZeroOrMore({
  84 |                 try self.metaValue()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'metaValue'
  85 |             }),
  86 |             let _ = try self.expect(kind: .semicolon)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:60:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
  58 |     /// ```
  59 |     @GeneratedNodeType<Node>
  60 |     public final class Meta: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
  61 |         /// The name of this meta-property.
  62 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:88:42: error: incorrect argument label in call (have 'name:values:', expected 'name:value:')
  86 |             let _ = try self.expect(kind: .semicolon)
  87 |         {
  88 |             return self.setLocation(.init(name: name.rawToken, values: values), at: _mark)
     |                                          `- error: incorrect argument label in call (have 'name:values:', expected 'name:value:')
  89 |         }
  90 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:113:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 111 |     /// ```
 112 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "MetaValue")
 113 |     public final class MetaIdentifierValue: MetaValue {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 114 |         /// The associated identifier value.
 115 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:108:37: error: 'SwiftPEGGrammar.MetaIdentifierValue' cannot be constructed because it has no accessible initializers
 106 |
 107 |         if let ident = try self.expect(kind: .identifier) {
 108 |             return self.setLocation(SwiftPEGGrammar.MetaIdentifierValue(identifier: ident.rawToken), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.MetaIdentifierValue' cannot be constructed because it has no accessible initializers
 109 |         }
 110 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:113:34: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
 111 |         self.restore(_mark)
 112 |
 113 |         if let string = try self.string() {
     |                                  `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
 114 |             return self.setLocation(SwiftPEGGrammar.MetaStringValue(string: string), at: _mark)
 115 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:133:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 131 |     /// ```
 132 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "MetaValue")
 133 |     public final class MetaStringValue: MetaValue {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 134 |         /// The associated string value.
 135 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:114:37: error: 'SwiftPEGGrammar.MetaStringValue' cannot be constructed because it has no accessible initializers
 112 |
 113 |         if let string = try self.string() {
 114 |             return self.setLocation(SwiftPEGGrammar.MetaStringValue(string: string), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.MetaStringValue' cannot be constructed because it has no accessible initializers
 115 |         }
 116 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:133:37: error: value of type 'GrammarParser<RawTokenizer>' has no member 'ruleName'
 131 |
 132 |         if
 133 |             let ruleName = try self.ruleName(),
     |                                     `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'ruleName'
 134 |             case let ruleParameters = try self.ruleParameters(),
 135 |             let _ = try self.expect(kind: .colon),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:134:48: error: value of type 'GrammarParser<RawTokenizer>' has no member 'ruleParameters'
 132 |         if
 133 |             let ruleName = try self.ruleName(),
 134 |             case let ruleParameters = try self.ruleParameters(),
     |                                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'ruleParameters'
 135 |             let _ = try self.expect(kind: .colon),
 136 |             case let action = try self.action(),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:136:40: error: value of type 'GrammarParser<RawTokenizer>' has no member 'action'
 134 |             case let ruleParameters = try self.ruleParameters(),
 135 |             let _ = try self.expect(kind: .colon),
 136 |             case let action = try self.action(),
     |                                        `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'action'
 137 |             case let failAction = try self.failAction(),
 138 |             case _ = try self.expect(kind: .bar),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:137:44: error: value of type 'GrammarParser<RawTokenizer>' has no member 'failAction'
 135 |             let _ = try self.expect(kind: .colon),
 136 |             case let action = try self.action(),
 137 |             case let failAction = try self.failAction(),
     |                                            `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'failAction'
 138 |             case _ = try self.expect(kind: .bar),
 139 |             let alts = try self.alts(),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:139:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'alts'
 137 |             case let failAction = try self.failAction(),
 138 |             case _ = try self.expect(kind: .bar),
 139 |             let alts = try self.alts(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'alts'
 140 |             let _ = try self.expect(kind: .semicolon)
 141 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 153 |     /// ```
 154 |     @GeneratedNodeType<Node>
 155 |     public final class Rule: GrammarNode, CustomStringConvertible {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 156 |         /// The name of this rule.
 157 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:142:38: error: 'SwiftPEGGrammar.Rule' cannot be constructed because it has no accessible initializers
 140 |             let _ = try self.expect(kind: .semicolon)
 141 |         {
 142 |             return self.setLocation(.init(name: ruleName, parameters: ruleParameters, action: action, failAction: failAction, alts: alts), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.Rule' cannot be constructed because it has no accessible initializers
 143 |         }
 144 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:167:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 165 |             let _ = try self.expect(kind: .leftSquare),
 166 |             _cut.toggleOn(),
 167 |             let type = try self.swiftType(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 168 |             let _ = try self.expect(kind: .rightSquare)
 169 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:241:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 239 |     /// ```
 240 |     @GeneratedNodeType<Node>
 241 |     public final class RuleName: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 242 |         /// The rule's name.
 243 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:170:38: error: 'SwiftPEGGrammar.RuleName' cannot be constructed because it has no accessible initializers
 168 |             let _ = try self.expect(kind: .rightSquare)
 169 |         {
 170 |             return self.setLocation(.init(name: name.rawToken, type: type), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.RuleName' cannot be constructed because it has no accessible initializers
 171 |         }
 172 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:180:25: error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.RuleName?' inherit from 'Node'
 178 |
 179 |         if let name = try self.expect(kind: .identifier) {
 180 |             return self.setLocation(.init(name: name.rawToken, type: nil), at: _mark)
     |                         |- error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.RuleName?' inherit from 'Node'
     |                         `- note: wrapped type 'SwiftPEGGrammar.RuleName' satisfies this requirement; did you mean to unwrap?
 181 |         }
 182 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/PEGParser.swift:181:15: note: where 'T' = 'SwiftPEGGrammar.RuleName?'
179 |     /// Returns `node` back.
180 |     @inlinable
181 |     open func setLocation<T>(
    |               `- note: where 'T' = 'SwiftPEGGrammar.RuleName?'
182 |         _ node: T,
183 |         at mark: Mark,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:180:38: error: referencing initializer 'init(from:configuration:)' on 'Optional' requires that 'SwiftPEGGrammar.RuleName' conform to 'DecodableWithConfiguration'
 178 |
 179 |         if let name = try self.expect(kind: .identifier) {
 180 |             return self.setLocation(.init(name: name.rawToken, type: nil), at: _mark)
     |                                      `- error: referencing initializer 'init(from:configuration:)' on 'Optional' requires that 'SwiftPEGGrammar.RuleName' conform to 'DecodableWithConfiguration'
 181 |         }
 182 |
Foundation.Optional:2:11: note: where 'Wrapped' = 'SwiftPEGGrammar.RuleName'
1 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
2 | extension Optional : DecodableWithConfiguration where Wrapped : DecodableWithConfiguration {
  |           `- note: where 'Wrapped' = 'SwiftPEGGrammar.RuleName'
3 |     public init(from decoder: any Decoder, configuration: Wrapped.DecodingConfiguration) throws
4 |     @available(iOS 15, tvOS 15, watchOS 8, macOS 12, *)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:180:42: error: incorrect argument labels in call (have 'name:type:', expected 'from:configuration:')
 178 |
 179 |         if let name = try self.expect(kind: .identifier) {
 180 |             return self.setLocation(.init(name: name.rawToken, type: nil), at: _mark)
     |                                          `- error: incorrect argument labels in call (have 'name:type:', expected 'from:configuration:')
 181 |         }
 182 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:180:54: error: argument type 'GrammarParserToken' does not conform to expected type 'Decoder'
 178 |
 179 |         if let name = try self.expect(kind: .identifier) {
 180 |             return self.setLocation(.init(name: name.rawToken, type: nil), at: _mark)
     |                                                      `- error: argument type 'GrammarParserToken' does not conform to expected type 'Decoder'
 181 |         }
 182 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:203:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'ruleParameter'
 201 |                 try self.expect(kind: .comma)
 202 |             }, item: {
 203 |                 try self.ruleParameter()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'ruleParameter'
 204 |             }),
 205 |             let _ = try self.expect(kind: .rightParen)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:265:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 263 |     /// ```
 264 |     @GeneratedNodeType<Node>
 265 |     public final class RuleParameters: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 266 |         /// The list of parameters associated with this rule parameter list.
 267 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:207:38: error: 'SwiftPEGGrammar.RuleParameters' cannot be constructed because it has no accessible initializers
 205 |             let _ = try self.expect(kind: .rightParen)
 206 |         {
 207 |             return self.setLocation(.init(parameters: ruleParameter), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.RuleParameters' cannot be constructed because it has no accessible initializers
 208 |         }
 209 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:228:38: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 226 |             let identifier = try self.expect(kind: .identifier),
 227 |             let _ = try self.expect(kind: .colon),
 228 |             let swiftType = try self.swiftType()
     |                                      `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 229 |         {
 230 |             return self.setLocation(.init(name: identifier.rawToken, type: swiftType), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:283:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 281 |     /// ```
 282 |     @GeneratedNodeType<Node>
 283 |     public final class RuleParameter: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 284 |         /// The name associated with this parameter.
 285 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:230:38: error: 'SwiftPEGGrammar.RuleParameter' cannot be constructed because it has no accessible initializers
 228 |             let swiftType = try self.swiftType()
 229 |         {
 230 |             return self.setLocation(.init(name: identifier.rawToken, type: swiftType), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.RuleParameter' cannot be constructed because it has no accessible initializers
 231 |         }
 232 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:252:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'alt'
 250 |                 try self.expect(kind: .bar)
 251 |             }, item: {
 252 |                 try self.alt()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'alt'
 253 |             })
 254 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:274:42: error: value of type 'GrammarParser<RawTokenizer>' has no member 'altLabel'
 272 |
 273 |         if
 274 |             case let altLabel = try self.altLabel(),
     |                                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'altLabel'
 275 |             let namedItems = try self.namedItems(),
 276 |             case let action = try self.action(),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:275:39: error: value of type 'GrammarParser<RawTokenizer>' has no member 'namedItems'
 273 |         if
 274 |             case let altLabel = try self.altLabel(),
 275 |             let namedItems = try self.namedItems(),
     |                                       `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'namedItems'
 276 |             case let action = try self.action(),
 277 |             case let failAction = try self.failAction()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:276:40: error: value of type 'GrammarParser<RawTokenizer>' has no member 'action'
 274 |             case let altLabel = try self.altLabel(),
 275 |             let namedItems = try self.namedItems(),
 276 |             case let action = try self.action(),
     |                                        `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'action'
 277 |             case let failAction = try self.failAction()
 278 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:277:44: error: value of type 'GrammarParser<RawTokenizer>' has no member 'failAction'
 275 |             let namedItems = try self.namedItems(),
 276 |             case let action = try self.action(),
 277 |             case let failAction = try self.failAction()
     |                                            `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'failAction'
 278 |         {
 279 |             return self.setLocation(.init(altLabel: altLabel, namedItems: namedItems, action: action, failAction: failAction), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:308:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 306 |     /// ```
 307 |     @GeneratedNodeType<Node>
 308 |     public final class Alt: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 309 |         /// An optional label associated with this alternative.
 310 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:279:38: error: 'SwiftPEGGrammar.Alt' cannot be constructed because it has no accessible initializers
 277 |             case let failAction = try self.failAction()
 278 |         {
 279 |             return self.setLocation(.init(altLabel: altLabel, namedItems: namedItems, action: action, failAction: failAction), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.Alt' cannot be constructed because it has no accessible initializers
 280 |         }
 281 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:370:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 368 |     /// ```
 369 |     @GeneratedNodeType<Node>
 370 |     public final class AltLabel: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 371 |         /// The identifier associated with this alt label.
 372 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:301:38: error: 'SwiftPEGGrammar.AltLabel' cannot be constructed because it has no accessible initializers
 299 |             let _ = try self.expect(kind: .colon)
 300 |         {
 301 |             return self.setLocation(.init(name: label.rawToken), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.AltLabel' cannot be constructed because it has no accessible initializers
 302 |         }
 303 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:321:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'namedItem'
 319 |         if
 320 |             let namedItem = try self.repeatOneOrMore({
 321 |                 try self.namedItem()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'namedItem'
 322 |             })
 323 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:350:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 348 |             let name = try self.expect(kind: .identifier),
 349 |             let _ = try self.expect(kind: .leftSquare),
 350 |             let type = try self.swiftType(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 351 |             let _ = try self.expect(kind: .rightSquare),
 352 |             let _ = try self.expect(kind: .equals),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:354:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'item'
 352 |             let _ = try self.expect(kind: .equals),
 353 |             _cut.toggleOn(),
 354 |             let item = try self.item()
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'item'
 355 |         {
 356 |             return self.setLocation(.init(name: name.rawToken, item: item, type: type, lookahead: nil), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:388:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 386 |     /// ```
 387 |     @GeneratedNodeType<Node>
 388 |     public final class NamedItem: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 389 |         /// An optional name associated with this item.
 390 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:356:25: error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.NamedItem?' inherit from 'Node'
 354 |             let item = try self.item()
 355 |         {
 356 |             return self.setLocation(.init(name: name.rawToken, item: item, type: type, lookahead: nil), at: _mark)
     |                         |- error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.NamedItem?' inherit from 'Node'
     |                         `- note: wrapped type 'SwiftPEGGrammar.NamedItem' satisfies this requirement; did you mean to unwrap?
 357 |         }
 358 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/PEGParser.swift:181:15: note: where 'T' = 'SwiftPEGGrammar.NamedItem?'
179 |     /// Returns `node` back.
180 |     @inlinable
181 |     open func setLocation<T>(
    |               `- note: where 'T' = 'SwiftPEGGrammar.NamedItem?'
182 |         _ node: T,
183 |         at mark: Mark,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:356:42: error: extra arguments at positions #2, #3, #4 in call
 354 |             let item = try self.item()
 355 |         {
 356 |             return self.setLocation(.init(name: name.rawToken, item: item, type: type, lookahead: nil), at: _mark)
     |                                          `- error: extra arguments at positions #2, #3, #4 in call
 357 |         }
 358 |
Swift.Optional:2:12: note: 'init(_:)' declared here
1 | extension Optional where Wrapped : ~Copyable {
2 |     public init(_ some: consuming Wrapped)
  |            `- note: 'init(_:)' declared here
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:356:54: error: cannot convert value of type 'GrammarParserToken' to expected argument type 'SwiftPEGGrammar.NamedItem'
 354 |             let item = try self.item()
 355 |         {
 356 |             return self.setLocation(.init(name: name.rawToken, item: item, type: type, lookahead: nil), at: _mark)
     |                                                      `- error: cannot convert value of type 'GrammarParserToken' to expected argument type 'SwiftPEGGrammar.NamedItem'
 357 |         }
 358 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:356:99: error: 'nil' requires a contextual type
 354 |             let item = try self.item()
 355 |         {
 356 |             return self.setLocation(.init(name: name.rawToken, item: item, type: type, lookahead: nil), at: _mark)
     |                                                                                                   `- error: 'nil' requires a contextual type
 357 |         }
 358 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:369:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'item'
 367 |             let _ = try self.expect(kind: .equals),
 368 |             _cut.toggleOn(),
 369 |             let item = try self.item()
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'item'
 370 |         {
 371 |             return self.setLocation(.init(name: name.rawToken, item: item, type: nil, lookahead: nil), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:371:25: error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.NamedItem?' inherit from 'Node'
 369 |             let item = try self.item()
 370 |         {
 371 |             return self.setLocation(.init(name: name.rawToken, item: item, type: nil, lookahead: nil), at: _mark)
     |                         |- error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.NamedItem?' inherit from 'Node'
     |                         `- note: wrapped type 'SwiftPEGGrammar.NamedItem' satisfies this requirement; did you mean to unwrap?
 372 |         }
 373 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/PEGParser.swift:181:15: note: where 'T' = 'SwiftPEGGrammar.NamedItem?'
179 |     /// Returns `node` back.
180 |     @inlinable
181 |     open func setLocation<T>(
    |               `- note: where 'T' = 'SwiftPEGGrammar.NamedItem?'
182 |         _ node: T,
183 |         at mark: Mark,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:371:42: error: extra arguments at positions #2, #3, #4 in call
 369 |             let item = try self.item()
 370 |         {
 371 |             return self.setLocation(.init(name: name.rawToken, item: item, type: nil, lookahead: nil), at: _mark)
     |                                          `- error: extra arguments at positions #2, #3, #4 in call
 372 |         }
 373 |
Swift.Optional:2:12: note: 'init(_:)' declared here
1 | extension Optional where Wrapped : ~Copyable {
2 |     public init(_ some: consuming Wrapped)
  |            `- note: 'init(_:)' declared here
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:371:54: error: cannot convert value of type 'GrammarParserToken' to expected argument type 'SwiftPEGGrammar.NamedItem'
 369 |             let item = try self.item()
 370 |         {
 371 |             return self.setLocation(.init(name: name.rawToken, item: item, type: nil, lookahead: nil), at: _mark)
     |                                                      `- error: cannot convert value of type 'GrammarParserToken' to expected argument type 'SwiftPEGGrammar.NamedItem'
 372 |         }
 373 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:371:82: error: 'nil' requires a contextual type
 369 |             let item = try self.item()
 370 |         {
 371 |             return self.setLocation(.init(name: name.rawToken, item: item, type: nil, lookahead: nil), at: _mark)
     |                                                                                  `- error: 'nil' requires a contextual type
 372 |         }
 373 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:371:98: error: 'nil' requires a contextual type
 369 |             let item = try self.item()
 370 |         {
 371 |             return self.setLocation(.init(name: name.rawToken, item: item, type: nil, lookahead: nil), at: _mark)
     |                                                                                                  `- error: 'nil' requires a contextual type
 372 |         }
 373 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:380:32: error: value of type 'GrammarParser<RawTokenizer>' has no member 'item'
 378 |         }
 379 |
 380 |         if let item = try self.item() {
     |                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'item'
 381 |             return self.setLocation(.init(name: nil, item: item, type: nil, lookahead: nil), at: _mark)
 382 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:381:25: error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.NamedItem?' inherit from 'Node'
 379 |
 380 |         if let item = try self.item() {
 381 |             return self.setLocation(.init(name: nil, item: item, type: nil, lookahead: nil), at: _mark)
     |                         |- error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.NamedItem?' inherit from 'Node'
     |                         `- note: wrapped type 'SwiftPEGGrammar.NamedItem' satisfies this requirement; did you mean to unwrap?
 382 |         }
 383 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/PEGParser.swift:181:15: note: where 'T' = 'SwiftPEGGrammar.NamedItem?'
179 |     /// Returns `node` back.
180 |     @inlinable
181 |     open func setLocation<T>(
    |               `- note: where 'T' = 'SwiftPEGGrammar.NamedItem?'
182 |         _ node: T,
183 |         at mark: Mark,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:381:42: error: extra arguments at positions #2, #3, #4 in call
 379 |
 380 |         if let item = try self.item() {
 381 |             return self.setLocation(.init(name: nil, item: item, type: nil, lookahead: nil), at: _mark)
     |                                          `- error: extra arguments at positions #2, #3, #4 in call
 382 |         }
 383 |
Swift.Optional:2:12: note: 'init(_:)' declared here
1 | extension Optional where Wrapped : ~Copyable {
2 |     public init(_ some: consuming Wrapped)
  |            `- note: 'init(_:)' declared here
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:381:49: error: 'nil' is not compatible with expected argument type 'SwiftPEGGrammar.NamedItem'
 379 |
 380 |         if let item = try self.item() {
 381 |             return self.setLocation(.init(name: nil, item: item, type: nil, lookahead: nil), at: _mark)
     |                                                 `- error: 'nil' is not compatible with expected argument type 'SwiftPEGGrammar.NamedItem'
 382 |         }
 383 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:381:72: error: 'nil' requires a contextual type
 379 |
 380 |         if let item = try self.item() {
 381 |             return self.setLocation(.init(name: nil, item: item, type: nil, lookahead: nil), at: _mark)
     |                                                                        `- error: 'nil' requires a contextual type
 382 |         }
 383 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:381:88: error: 'nil' requires a contextual type
 379 |
 380 |         if let item = try self.item() {
 381 |             return self.setLocation(.init(name: nil, item: item, type: nil, lookahead: nil), at: _mark)
     |                                                                                        `- error: 'nil' requires a contextual type
 382 |         }
 383 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:386:37: error: value of type 'GrammarParser<RawTokenizer>' has no member 'lookahead'
 384 |         self.restore(_mark)
 385 |
 386 |         if let lookahead = try self.lookahead() {
     |                                     `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'lookahead'
 387 |             return self.setLocation(.init(name: nil, item: nil, type: nil, lookahead: lookahead), at: _mark)
 388 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:387:25: error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.NamedItem?' inherit from 'Node'
 385 |
 386 |         if let lookahead = try self.lookahead() {
 387 |             return self.setLocation(.init(name: nil, item: nil, type: nil, lookahead: lookahead), at: _mark)
     |                         |- error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.NamedItem?' inherit from 'Node'
     |                         `- note: wrapped type 'SwiftPEGGrammar.NamedItem' satisfies this requirement; did you mean to unwrap?
 388 |         }
 389 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/PEGParser.swift:181:15: note: where 'T' = 'SwiftPEGGrammar.NamedItem?'
179 |     /// Returns `node` back.
180 |     @inlinable
181 |     open func setLocation<T>(
    |               `- note: where 'T' = 'SwiftPEGGrammar.NamedItem?'
182 |         _ node: T,
183 |         at mark: Mark,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:387:42: error: extra arguments at positions #2, #3, #4 in call
 385 |
 386 |         if let lookahead = try self.lookahead() {
 387 |             return self.setLocation(.init(name: nil, item: nil, type: nil, lookahead: lookahead), at: _mark)
     |                                          `- error: extra arguments at positions #2, #3, #4 in call
 388 |         }
 389 |
Swift.Optional:2:12: note: 'init(_:)' declared here
1 | extension Optional where Wrapped : ~Copyable {
2 |     public init(_ some: consuming Wrapped)
  |            `- note: 'init(_:)' declared here
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:387:49: error: 'nil' is not compatible with expected argument type 'SwiftPEGGrammar.NamedItem'
 385 |
 386 |         if let lookahead = try self.lookahead() {
 387 |             return self.setLocation(.init(name: nil, item: nil, type: nil, lookahead: lookahead), at: _mark)
     |                                                 `- error: 'nil' is not compatible with expected argument type 'SwiftPEGGrammar.NamedItem'
 388 |         }
 389 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:387:60: error: 'nil' requires a contextual type
 385 |
 386 |         if let lookahead = try self.lookahead() {
 387 |             return self.setLocation(.init(name: nil, item: nil, type: nil, lookahead: lookahead), at: _mark)
     |                                                            `- error: 'nil' requires a contextual type
 388 |         }
 389 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:387:71: error: 'nil' requires a contextual type
 385 |
 386 |         if let lookahead = try self.lookahead() {
 387 |             return self.setLocation(.init(name: nil, item: nil, type: nil, lookahead: lookahead), at: _mark)
     |                                                                       `- error: 'nil' requires a contextual type
 388 |         }
 389 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:414:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 412 |             let _ = try self.expect(kind: .ampersand),
 413 |             _cut.toggleOn(),
 414 |             let atom = try self.atom()
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 415 |         {
 416 |             return self.setLocation(SwiftPEGGrammar.Forced(atom: atom), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:481:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 479 |     /// ```
 480 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "LookaheadOrCut")
 481 |     public final class Forced: LookaheadOrCut {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 482 |         @NodeProperty
 483 |         var _atom: Atom
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:416:37: error: 'SwiftPEGGrammar.Forced' cannot be constructed because it has no accessible initializers
 414 |             let atom = try self.atom()
 415 |         {
 416 |             return self.setLocation(SwiftPEGGrammar.Forced(atom: atom), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.Forced' cannot be constructed because it has no accessible initializers
 417 |         }
 418 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:428:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 426 |             let _ = try self.expect(kind: .ampersand),
 427 |             _cut.toggleOn(),
 428 |             let atom = try self.atom()
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 429 |         {
 430 |             return self.setLocation(SwiftPEGGrammar.PositiveLookahead(atom: atom), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:509:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 507 |     /// ```
 508 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "LookaheadOrCut")
 509 |     public final class PositiveLookahead: LookaheadOrCut {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 510 |         @NodeProperty
 511 |         var _atom: Atom
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:430:37: error: 'SwiftPEGGrammar.PositiveLookahead' cannot be constructed because it has no accessible initializers
 428 |             let atom = try self.atom()
 429 |         {
 430 |             return self.setLocation(SwiftPEGGrammar.PositiveLookahead(atom: atom), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.PositiveLookahead' cannot be constructed because it has no accessible initializers
 431 |         }
 432 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:442:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 440 |             let _ = try self.expect(kind: .exclamationMark),
 441 |             _cut.toggleOn(),
 442 |             let atom = try self.atom()
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 443 |         {
 444 |             return self.setLocation(SwiftPEGGrammar.NegativeLookahead(atom: atom), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:536:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 534 |     /// ```
 535 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "LookaheadOrCut")
 536 |     public final class NegativeLookahead: LookaheadOrCut {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 537 |         @NodeProperty
 538 |         var _atom: Atom
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:444:37: error: 'SwiftPEGGrammar.NegativeLookahead' cannot be constructed because it has no accessible initializers
 442 |             let atom = try self.atom()
 443 |         {
 444 |             return self.setLocation(SwiftPEGGrammar.NegativeLookahead(atom: atom), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.NegativeLookahead' cannot be constructed because it has no accessible initializers
 445 |         }
 446 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:482:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'alts'
 480 |             let _ = try self.expect(kind: .leftSquare),
 481 |             _cut.toggleOn(),
 482 |             let alts = try self.alts(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'alts'
 483 |             let _ = try self.expect(kind: .rightSquare)
 484 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:617:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 615 |     /// ```
 616 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 617 |     public final class OptionalItems: Item {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 618 |         /// The alts that are optionally wrapped.
 619 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:485:37: error: 'SwiftPEGGrammar.OptionalItems' cannot be constructed because it has no accessible initializers
 483 |             let _ = try self.expect(kind: .rightSquare)
 484 |         {
 485 |             return self.setLocation(SwiftPEGGrammar.OptionalItems(alts: alts), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.OptionalItems' cannot be constructed because it has no accessible initializers
 486 |         }
 487 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:495:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 493 |
 494 |         if
 495 |             let atom = try self.atom(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 496 |             let _ = try self.expect(kind: .questionMark)
 497 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:658:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 656 |     /// ```
 657 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 658 |     public final class OptionalItem: Item {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 659 |         /// The atom that is optionally wrapped.
 660 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:498:37: error: 'SwiftPEGGrammar.OptionalItem' cannot be constructed because it has no accessible initializers
 496 |             let _ = try self.expect(kind: .questionMark)
 497 |         {
 498 |             return self.setLocation(SwiftPEGGrammar.OptionalItem(atom: atom), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.OptionalItem' cannot be constructed because it has no accessible initializers
 499 |         }
 500 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:504:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 502 |
 503 |         if
 504 |             let atom = try self.atom(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 505 |             let _ = try self.expect(kind: .star),
 506 |             case let repetitionMode = try self.repetitionMode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:506:48: error: value of type 'GrammarParser<RawTokenizer>' has no member 'repetitionMode'
 504 |             let atom = try self.atom(),
 505 |             let _ = try self.expect(kind: .star),
 506 |             case let repetitionMode = try self.repetitionMode()
     |                                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'repetitionMode'
 507 |         {
 508 |             return self.setLocation(SwiftPEGGrammar.ZeroOrMoreItem(atom: atom, repetitionMode: repetitionMode ?? .standard), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:694:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 692 |     /// ```
 693 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 694 |     public final class ZeroOrMoreItem: Item {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 695 |         /// The atom that is wrapped.
 696 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:508:37: error: 'SwiftPEGGrammar.ZeroOrMoreItem' cannot be constructed because it has no accessible initializers
 506 |             case let repetitionMode = try self.repetitionMode()
 507 |         {
 508 |             return self.setLocation(SwiftPEGGrammar.ZeroOrMoreItem(atom: atom, repetitionMode: repetitionMode ?? .standard), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.ZeroOrMoreItem' cannot be constructed because it has no accessible initializers
 509 |         }
 510 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:514:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 512 |
 513 |         if
 514 |             let atom = try self.atom(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 515 |             let _ = try self.expect(kind: .plus),
 516 |             case let repetitionMode = try self.repetitionMode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:516:48: error: value of type 'GrammarParser<RawTokenizer>' has no member 'repetitionMode'
 514 |             let atom = try self.atom(),
 515 |             let _ = try self.expect(kind: .plus),
 516 |             case let repetitionMode = try self.repetitionMode()
     |                                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'repetitionMode'
 517 |         {
 518 |             return self.setLocation(SwiftPEGGrammar.OneOrMoreItem(atom: atom, repetitionMode: repetitionMode ?? .standard), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:734:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 732 |     /// ```
 733 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 734 |     public final class OneOrMoreItem: Item {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 735 |         /// The atom that is wrapped.
 736 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:518:37: error: 'SwiftPEGGrammar.OneOrMoreItem' cannot be constructed because it has no accessible initializers
 516 |             case let repetitionMode = try self.repetitionMode()
 517 |         {
 518 |             return self.setLocation(SwiftPEGGrammar.OneOrMoreItem(atom: atom, repetitionMode: repetitionMode ?? .standard), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.OneOrMoreItem' cannot be constructed because it has no accessible initializers
 519 |         }
 520 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:524:32: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 522 |
 523 |         if
 524 |             let sep = try self.atom(),
     |                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 525 |             let _ = try self.expect(kind: .period),
 526 |             let node = try self.atom(),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:526:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 524 |             let sep = try self.atom(),
 525 |             let _ = try self.expect(kind: .period),
 526 |             let node = try self.atom(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 527 |             let _ = try self.expect(kind: .plus),
 528 |             case let repetitionMode = try self.repetitionMode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:528:48: error: value of type 'GrammarParser<RawTokenizer>' has no member 'repetitionMode'
 526 |             let node = try self.atom(),
 527 |             let _ = try self.expect(kind: .plus),
 528 |             case let repetitionMode = try self.repetitionMode()
     |                                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'repetitionMode'
 529 |         {
 530 |             return self.setLocation(SwiftPEGGrammar.GatherItem(sep: sep, item: node, repetitionMode: repetitionMode ?? .standard), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:780:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 778 |     /// which is cumbersome to handle in code.
 779 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 780 |     public final class GatherItem: Item {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 781 |         /// The separator that is matched in between items.
 782 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:530:37: error: 'SwiftPEGGrammar.GatherItem' cannot be constructed because it has no accessible initializers
 528 |             case let repetitionMode = try self.repetitionMode()
 529 |         {
 530 |             return self.setLocation(SwiftPEGGrammar.GatherItem(sep: sep, item: node, repetitionMode: repetitionMode ?? .standard), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.GatherItem' cannot be constructed because it has no accessible initializers
 531 |         }
 532 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:535:32: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 533 |         self.restore(_mark)
 534 |
 535 |         if let atom = try self.atom() {
     |                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atom'
 536 |             return self.setLocation(SwiftPEGGrammar.AtomItem(atom: atom), at: _mark)
 537 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:819:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 817 |     /// ```
 818 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 819 |     public final class AtomItem: Item {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 820 |         @NodeProperty
 821 |         var _atom: Atom
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:536:37: error: 'SwiftPEGGrammar.AtomItem' cannot be constructed because it has no accessible initializers
 534 |
 535 |         if let atom = try self.atom() {
 536 |             return self.setLocation(SwiftPEGGrammar.AtomItem(atom: atom), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.AtomItem' cannot be constructed because it has no accessible initializers
 537 |         }
 538 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:587:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'alts'
 585 |             let _ = try self.expect(kind: .leftParen),
 586 |             _cut.toggleOn(),
 587 |             let alts = try self.alts(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'alts'
 588 |             let _ = try self.expect(kind: .rightParen)
 589 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:880:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 878 |     /// ```
 879 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
 880 |     public final class GroupAtom: Atom {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 881 |         /// The alts that are grouped.
 882 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:590:37: error: 'SwiftPEGGrammar.GroupAtom' cannot be constructed because it has no accessible initializers
 588 |             let _ = try self.expect(kind: .rightParen)
 589 |         {
 590 |             return self.setLocation(SwiftPEGGrammar.GroupAtom(alts: alts), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.GroupAtom' cannot be constructed because it has no accessible initializers
 591 |         }
 592 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:601:48: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atomParameters'
 599 |         if
 600 |             let identifier = try self.expect(kind: .identifier),
 601 |             case let atomParameters = try self.atomParameters()
     |                                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atomParameters'
 602 |         {
 603 |             return self.setLocation(SwiftPEGGrammar.IdentAtom(identifier: identifier.rawToken, parameters: atomParameters, identity: .unresolved), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:949:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 947 |     /// ```
 948 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
 949 |     public final class IdentAtom: Atom {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 950 |         /// The identifier associated with this atom.
 951 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:603:37: error: 'SwiftPEGGrammar.IdentAtom' cannot be constructed because it has no accessible initializers
 601 |             case let atomParameters = try self.atomParameters()
 602 |         {
 603 |             return self.setLocation(SwiftPEGGrammar.IdentAtom(identifier: identifier.rawToken, parameters: atomParameters, identity: .unresolved), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.IdentAtom' cannot be constructed because it has no accessible initializers
 604 |         }
 605 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:603:135: error: cannot infer contextual base in reference to member 'unresolved'
 601 |             case let atomParameters = try self.atomParameters()
 602 |         {
 603 |             return self.setLocation(SwiftPEGGrammar.IdentAtom(identifier: identifier.rawToken, parameters: atomParameters, identity: .unresolved), at: _mark)
     |                                                                                                                                       `- error: cannot infer contextual base in reference to member 'unresolved'
 604 |         }
 605 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:608:34: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
 606 |         self.restore(_mark)
 607 |
 608 |         if let string = try self.string() {
     |                                  `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
 609 |             return self.setLocation(SwiftPEGGrammar.StringAtom(string: string), at: _mark)
 610 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:915:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 913 |     /// ```
 914 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
 915 |     public final class StringAtom: Atom {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 916 |         /// The string associated with this atom.
 917 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:609:37: error: 'SwiftPEGGrammar.StringAtom' cannot be constructed because it has no accessible initializers
 607 |
 608 |         if let string = try self.string() {
 609 |             return self.setLocation(SwiftPEGGrammar.StringAtom(string: string), at: _mark)
     |                                     `- error: 'SwiftPEGGrammar.StringAtom' cannot be constructed because it has no accessible initializers
 610 |         }
 611 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:632:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'atomParameter'
 630 |                 try self.expect(kind: .comma)
 631 |             }, item: {
 632 |                 try self.atomParameter()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'atomParameter'
 633 |             }),
 634 |             let _ = try self.expect(kind: .rightParen)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1012:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1010 |     /// ```
1011 |     @GeneratedNodeType<Node>
1012 |     public final class AtomParameters: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1013 |         /// The parameters associated with this parameter list.
1014 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:636:38: error: 'SwiftPEGGrammar.AtomParameters' cannot be constructed because it has no accessible initializers
 634 |             let _ = try self.expect(kind: .rightParen)
 635 |         {
 636 |             return self.setLocation(.init(parameters: atomParameter), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.AtomParameters' cannot be constructed because it has no accessible initializers
 637 |         }
 638 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:657:35: error: value of type 'GrammarParser<RawTokenizer>' has no member 'action'
 655 |             let identifier = try self.expect(kind: .identifier),
 656 |             let _ = try self.expect(kind: .colon),
 657 |             let action = try self.action()
     |                                   `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'action'
 658 |         {
 659 |             return self.setLocation(.init(label: identifier.rawToken, action: action), at: _mark)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1030:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1028 |     /// ```
1029 |     @GeneratedNodeType<Node>
1030 |     public final class AtomParameter: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1031 |         /// The label associated with this atom parameter.
1032 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:659:38: error: 'SwiftPEGGrammar.AtomParameter' cannot be constructed because it has no accessible initializers
 657 |             let action = try self.action()
 658 |         {
 659 |             return self.setLocation(.init(label: identifier.rawToken, action: action), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.AtomParameter' cannot be constructed because it has no accessible initializers
 660 |         }
 661 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:688:52: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftTupleTypeList'
 686 |         if
 687 |             let _ = try self.expect(kind: .leftParen),
 688 |             case let swiftTupleTypeList = try self.swiftTupleTypeList(),
     |                                                    `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftTupleTypeList'
 689 |             let _ = try self.expect(kind: .rightParen)
 690 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:698:32: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 696 |         if
 697 |             let _ = try self.expect(kind: .leftSquare),
 698 |             let key = try self.swiftType(),
     |                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 699 |             let _ = try self.expect(kind: .colon),
 700 |             _cut.toggleOn(),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:701:34: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 699 |             let _ = try self.expect(kind: .colon),
 700 |             _cut.toggleOn(),
 701 |             let value = try self.swiftType(),
     |                                  `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 702 |             let _ = try self.expect(kind: .rightSquare)
 703 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:716:38: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 714 |             let _ = try self.expect(kind: .leftSquare),
 715 |             _cut.toggleOn(),
 716 |             let swiftType = try self.swiftType(),
     |                                      `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 717 |             let _ = try self.expect(kind: .rightSquare)
 718 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:729:38: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 727 |
 728 |         if
 729 |             let swiftType = try self.swiftType(),
     |                                      `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 730 |             let _ = try self.expect(kind: .questionMark)
 731 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:738:38: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 736 |
 737 |         if
 738 |             let swiftType = try self.swiftType(),
     |                                      `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 739 |             let _ = try self.expect(kind: .period),
 740 |             let identifier = try self.expect(kind: .identifier),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:742:42: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftTypeList'
 740 |             let identifier = try self.expect(kind: .identifier),
 741 |             let _ = try self.expect(kind: .leftAngle),
 742 |             let swiftTypeList = try self.swiftTypeList(),
     |                                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftTypeList'
 743 |             let _ = try self.expect(kind: .rightAngle)
 744 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:751:38: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 749 |
 750 |         if
 751 |             let swiftType = try self.swiftType(),
     |                                      `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 752 |             let _ = try self.expect(kind: .period),
 753 |             let identifier = try self.expect(kind: .identifier)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:763:42: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftTypeList'
 761 |             let identifier = try self.expect(kind: .identifier),
 762 |             let _ = try self.expect(kind: .leftAngle),
 763 |             let swiftTypeList = try self.swiftTypeList(),
     |                                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftTypeList'
 764 |             let _ = try self.expect(kind: .rightAngle)
 765 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:794:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 792 |                 try self.expect(kind: .comma)
 793 |             }, item: {
 794 |                 try self.swiftType()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 795 |             })
 796 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:819:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftTupleTypeElement'
 817 |                 try self.expect(kind: .comma)
 818 |             }, item: {
 819 |                 try self.swiftTupleTypeElement()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftTupleTypeElement'
 820 |             })
 821 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:844:38: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 842 |             let label = try self.expect(kind: .identifier),
 843 |             let _ = try self.expect(kind: .colon),
 844 |             let swiftType = try self.swiftType()
     |                                      `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 845 |         {
 846 |             return .labeled(label: "\(label)", swiftType)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:851:37: error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 849 |         self.restore(_mark)
 850 |
 851 |         if let swiftType = try self.swiftType() {
     |                                     `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'swiftType'
 852 |             return .unlabeled(swiftType)
 853 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:874:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'actionAttribute'
 872 |         if
 873 |             let actionAttribute = try self.repeatZeroOrMore({
 874 |                 try self.actionAttribute()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'actionAttribute'
 875 |             }),
 876 |             let _ = try self.expect(kind: .leftBrace),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:878:43: error: value of type 'GrammarParser<RawTokenizer>' has no member 'balancedTokens'
 876 |             let _ = try self.expect(kind: .leftBrace),
 877 |             _cut.toggleOn(),
 878 |             let balancedTokens = try self.balancedTokens(),
     |                                           `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'balancedTokens'
 879 |             let _ = try self.expect(kind: .rightBrace)
 880 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1058:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1056 |     /// ```
1057 |     @GeneratedNodeType<Node>
1058 |     public final class Action: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1059 |         /// An optional list of attributes associated with this action.
1060 |         @NodeProperty
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:881:38: error: 'SwiftPEGGrammar.Action' cannot be constructed because it has no accessible initializers
 879 |             let _ = try self.expect(kind: .rightBrace)
 880 |         {
 881 |             return self.setLocation(.init(attributes: actionAttribute, balancedTokens: balancedTokens), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.Action' cannot be constructed because it has no accessible initializers
 882 |         }
 883 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:907:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'actionAttribute'
 905 |         if
 906 |             let actionAttribute = try self.repeatZeroOrMore({
 907 |                 try self.actionAttribute()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'actionAttribute'
 908 |             }),
 909 |             let _ = try self.expect(kind: .doubleExclamationMark),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:912:43: error: value of type 'GrammarParser<RawTokenizer>' has no member 'balancedTokens'
 910 |             let _ = try self.expect(kind: .leftBrace),
 911 |             _cut.toggleOn(),
 912 |             let balancedTokens = try self.balancedTokens(),
     |                                           `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'balancedTokens'
 913 |             let _ = try self.expect(kind: .rightBrace)
 914 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:915:38: error: 'SwiftPEGGrammar.Action' cannot be constructed because it has no accessible initializers
 913 |             let _ = try self.expect(kind: .rightBrace)
 914 |         {
 915 |             return self.setLocation(.init(attributes: actionAttribute, balancedTokens: balancedTokens), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.Action' cannot be constructed because it has no accessible initializers
 916 |         }
 917 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1095:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1093 |     /// ```
1094 |     @GeneratedNodeType<Node>
1095 |     public final class ActionAttribute: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1096 |         /// The name of this attribute.
1097 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:941:38: error: 'SwiftPEGGrammar.ActionAttribute' cannot be constructed because it has no accessible initializers
 939 |             let identifier = try self.expect(kind: .identifier)
 940 |         {
 941 |             return self.setLocation(.init(name: identifier.rawToken), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.ActionAttribute' cannot be constructed because it has no accessible initializers
 942 |         }
 943 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:961:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'balancedToken'
 959 |         if
 960 |             let balancedToken = try self.repeatOneOrMore({
 961 |                 try self.balancedToken()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'balancedToken'
 962 |             })
 963 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:996:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'balancedToken'
 994 |             _cut.toggleOn(),
 995 |             let balancedToken = try self.repeatZeroOrMore({
 996 |                 try self.balancedToken()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'balancedToken'
 997 |             }),
 998 |             let r = try self.expect(kind: .rightBrace)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1009:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'balancedTokenAtom'
1007 |         }
1008 |
1009 |         if let token = try self.balancedTokenAtom() {
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'balancedTokenAtom'
1010 |             return token
1011 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1029:34: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1027 |         let _mark: Mark = self.mark()
1028 |
1029 |         if let string = try self.string() {
     |                                  `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1030 |             return .from(string)
1031 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1083:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokensFileDeclaration'
1081 |         if
1082 |             let tokensFileDeclaration = try self.repeatZeroOrMore({
1083 |                 try self.tokensFileDeclaration()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokensFileDeclaration'
1084 |             })
1085 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1105:43: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenDefinition'
1103 |         let _mark: Mark = self.mark()
1104 |
1105 |         if let tokenDefinition = try self.tokenDefinition() {
     |                                           `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenDefinition'
1106 |             return tokenDefinition
1107 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1111:51: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenChannelDeclaration'
1109 |         self.restore(_mark)
1110 |
1111 |         if let tokenChannelDeclaration = try self.tokenChannelDeclaration() {
     |                                                   `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenChannelDeclaration'
1112 |             return tokenChannelDeclaration
1113 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1136:47: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenChannelTarget'
1134 |             let name = try self.expect(kind: .identifier),
1135 |             let _ = try self.expect(kind: .tildeArrow),
1136 |             let tokenChannelTarget = try self.tokenChannelTarget(),
     |                                               `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenChannelTarget'
1137 |             let _ = try self.expect(kind: .semicolon)
1138 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1166:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1164 |     /// ```
1165 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1166 |     public final class TokenChannelDeclaration: TokenFileDeclaration {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1167 |         @NodeRequired
1168 |         public var name: Token?
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1116:18: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1114 |     /// ```
1115 |     @GeneratedNodeType<Node>
1116 |     public class TokenFileDeclaration: GrammarNode {
     |                  `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1117 |
1118 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1139:56: error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.TokenChannelDeclaration?' inherit from 'Node'
1137 |             let _ = try self.expect(kind: .semicolon)
1138 |         {
1139 |             return "\(identifier)" == "channel" ? self.setLocation(.init(name: name.rawToken, target: tokenChannelTarget), at: _mark) : nil
     |                                                        |- error: instance method 'setLocation(_:at:skippingWhitespace:)' requires that 'SwiftPEGGrammar.TokenChannelDeclaration?' inherit from 'Node'
     |                                                        `- note: wrapped type 'SwiftPEGGrammar.TokenChannelDeclaration' satisfies this requirement; did you mean to unwrap?
1140 |         }
1141 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/PEGParser.swift:181:15: note: where 'T' = 'SwiftPEGGrammar.TokenChannelDeclaration?'
179 |     /// Returns `node` back.
180 |     @inlinable
181 |     open func setLocation<T>(
    |               `- note: where 'T' = 'SwiftPEGGrammar.TokenChannelDeclaration?'
182 |         _ node: T,
183 |         at mark: Mark,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1139:103: error: extra argument 'target' in call
1137 |             let _ = try self.expect(kind: .semicolon)
1138 |         {
1139 |             return "\(identifier)" == "channel" ? self.setLocation(.init(name: name.rawToken, target: tokenChannelTarget), at: _mark) : nil
     |                                                                                                       `- error: extra argument 'target' in call
1140 |         }
1141 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1139:85: error: cannot convert value of type 'GrammarParserToken' to expected argument type 'SwiftPEGGrammar.TokenChannelDeclaration'
1137 |             let _ = try self.expect(kind: .semicolon)
1138 |         {
1139 |             return "\(identifier)" == "channel" ? self.setLocation(.init(name: name.rawToken, target: tokenChannelTarget), at: _mark) : nil
     |                                                                                     `- error: cannot convert value of type 'GrammarParserToken' to expected argument type 'SwiftPEGGrammar.TokenChannelDeclaration'
1140 |         }
1141 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1150:73: error: argument passed to call that takes no arguments
1148 |             let _ = try self.expect(kind: .semicolon)
1149 |         {
1150 |             return "\(identifier)" == "channel" ? self.setLocation(.init(name: name?.rawToken, target: nil), at: _mark) : nil
     |                                                                         `- error: argument passed to call that takes no arguments
1151 |         }
1152 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1150:104: error: 'nil' requires a contextual type
1148 |             let _ = try self.expect(kind: .semicolon)
1149 |         {
1150 |             return "\(identifier)" == "channel" ? self.setLocation(.init(name: name?.rawToken, target: nil), at: _mark) : nil
     |                                                                                                        `- error: 'nil' requires a contextual type
1151 |         }
1152 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1183:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1181 |     /// ```
1182 |     @GeneratedNodeType<Node>
1183 |     public final class TokenChannelTarget: GrammarNode {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1184 |         @NodeRequired
1185 |         public var identifier: Token
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1169:21: error: 'SwiftPEGGrammar.TokenChannelTarget' cannot be constructed because it has no accessible initializers
1167 |
1168 |         if let identifier = try self.expect(kind: .identifier) {
1169 |             return .init(identifier: identifier.rawToken)
     |                     `- error: 'SwiftPEGGrammar.TokenChannelTarget' cannot be constructed because it has no accessible initializers
1170 |         }
1171 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1193:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenOrFragmentSpecifier'
1191 |
1192 |         if
1193 |             let spec = try self.tokenOrFragmentSpecifier(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenOrFragmentSpecifier'
1194 |             let name = try self.expect(kind: .identifier),
1195 |             let _ = try self.expect(kind: .leftSquare),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1196:47: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1194 |             let name = try self.expect(kind: .identifier),
1195 |             let _ = try self.expect(kind: .leftSquare),
1196 |             let tokenCodeReference = try self.string(),
     |                                               `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1197 |             let _ = try self.expect(kind: .rightSquare),
1198 |             let _ = try self.expect(kind: .colon),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1200:40: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntax'
1198 |             let _ = try self.expect(kind: .colon),
1199 |             _cut.toggleOn(),
1200 |             let tokenSyntax = try self.tokenSyntax(),
     |                                        `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntax'
1201 |             let _ = try self.expect(kind: .semicolon)
1202 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1137:24: error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1135 |     /// ```
1136 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1137 |     public final class TokenDefinition: TokenFileDeclaration {
     |                        `- error: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
1138 |         /// The identifier for the token.
1139 |         @NodeRequired
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- note: 'GeneratedNodeType(overrideDeepCopyType:)' declared here
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1203:38: error: 'SwiftPEGGrammar.TokenDefinition' cannot be constructed because it has no accessible initializers
1201 |             let _ = try self.expect(kind: .semicolon)
1202 |         {
1203 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: tokenCodeReference, tokenSyntax: tokenSyntax), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.TokenDefinition' cannot be constructed because it has no accessible initializers
1204 |         }
1205 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1203:90: error: cannot infer contextual base in reference to member 'percent'
1201 |             let _ = try self.expect(kind: .semicolon)
1202 |         {
1203 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: tokenCodeReference, tokenSyntax: tokenSyntax), at: _mark)
     |                                                                                          `- error: cannot infer contextual base in reference to member 'percent'
1204 |         }
1205 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1213:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenOrFragmentSpecifier'
1211 |
1212 |         if
1213 |             let spec = try self.tokenOrFragmentSpecifier(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenOrFragmentSpecifier'
1214 |             let name = try self.expect(kind: .identifier),
1215 |             let _ = try self.expect(kind: .leftSquare),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1216:47: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1214 |             let name = try self.expect(kind: .identifier),
1215 |             let _ = try self.expect(kind: .leftSquare),
1216 |             let tokenCodeReference = try self.string(),
     |                                               `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1217 |             let _ = try self.expect(kind: .rightSquare),
1218 |             let _ = try self.expect(kind: .semicolon)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1220:38: error: 'SwiftPEGGrammar.TokenDefinition' cannot be constructed because it has no accessible initializers
1218 |             let _ = try self.expect(kind: .semicolon)
1219 |         {
1220 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: tokenCodeReference, tokenSyntax: nil), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.TokenDefinition' cannot be constructed because it has no accessible initializers
1221 |         }
1222 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1220:152: error: 'nil' requires a contextual type
1218 |             let _ = try self.expect(kind: .semicolon)
1219 |         {
1220 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: tokenCodeReference, tokenSyntax: nil), at: _mark)
     |                                                                                                                                                        `- error: 'nil' requires a contextual type
1221 |         }
1222 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1220:90: error: cannot infer contextual base in reference to member 'percent'
1218 |             let _ = try self.expect(kind: .semicolon)
1219 |         {
1220 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: tokenCodeReference, tokenSyntax: nil), at: _mark)
     |                                                                                          `- error: cannot infer contextual base in reference to member 'percent'
1221 |         }
1222 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1226:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenOrFragmentSpecifier'
1224 |
1225 |         if
1226 |             let spec = try self.tokenOrFragmentSpecifier(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenOrFragmentSpecifier'
1227 |             let name = try self.expect(kind: .identifier),
1228 |             let _ = try self.expect(kind: .colon),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1230:40: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntax'
1228 |             let _ = try self.expect(kind: .colon),
1229 |             _cut.toggleOn(),
1230 |             let tokenSyntax = try self.tokenSyntax(),
     |                                        `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntax'
1231 |             let _ = try self.expect(kind: .semicolon)
1232 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1233:38: error: 'SwiftPEGGrammar.TokenDefinition' cannot be constructed because it has no accessible initializers
1231 |             let _ = try self.expect(kind: .semicolon)
1232 |         {
1233 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: nil, tokenSyntax: tokenSyntax), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.TokenDefinition' cannot be constructed because it has no accessible initializers
1234 |         }
1235 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1233:119: error: 'nil' requires a contextual type
1231 |             let _ = try self.expect(kind: .semicolon)
1232 |         {
1233 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: nil, tokenSyntax: tokenSyntax), at: _mark)
     |                                                                                                                       `- error: 'nil' requires a contextual type
1234 |         }
1235 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1233:90: error: cannot infer contextual base in reference to member 'percent'
1231 |             let _ = try self.expect(kind: .semicolon)
1232 |         {
1233 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: nil, tokenSyntax: tokenSyntax), at: _mark)
     |                                                                                          `- error: cannot infer contextual base in reference to member 'percent'
1234 |         }
1235 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1243:33: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenOrFragmentSpecifier'
1241 |
1242 |         if
1243 |             let spec = try self.tokenOrFragmentSpecifier(),
     |                                 `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenOrFragmentSpecifier'
1244 |             let name = try self.expect(kind: .identifier),
1245 |             let _ = try self.expect(kind: .semicolon)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1247:38: error: 'SwiftPEGGrammar.TokenDefinition' cannot be constructed because it has no accessible initializers
1245 |             let _ = try self.expect(kind: .semicolon)
1246 |         {
1247 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: nil, tokenSyntax: nil), at: _mark)
     |                                      `- error: 'SwiftPEGGrammar.TokenDefinition' cannot be constructed because it has no accessible initializers
1248 |         }
1249 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1247:119: error: 'nil' requires a contextual type
1245 |             let _ = try self.expect(kind: .semicolon)
1246 |         {
1247 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: nil, tokenSyntax: nil), at: _mark)
     |                                                                                                                       `- error: 'nil' requires a contextual type
1248 |         }
1249 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1247:137: error: 'nil' requires a contextual type
1245 |             let _ = try self.expect(kind: .semicolon)
1246 |         {
1247 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: nil, tokenSyntax: nil), at: _mark)
     |                                                                                                                                         `- error: 'nil' requires a contextual type
1248 |         }
1249 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1247:90: error: cannot infer contextual base in reference to member 'percent'
1245 |             let _ = try self.expect(kind: .semicolon)
1246 |         {
1247 |             return self.setLocation(.init(name: name.rawToken, isFragment: spec.kind == .percent, tokenCodeReference: nil, tokenSyntax: nil), at: _mark)
     |                                                                                          `- error: cannot infer contextual base in reference to member 'percent'
1248 |         }
1249 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1296:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAlt'
1294 |                 try self.expect(kind: .bar)
1295 |             }, item: {
1296 |                 try self.tokenSyntaxAlt()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAlt'
1297 |             })
1298 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1319:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxItem'
1317 |         if
1318 |             let tokenSyntaxItem = try self.repeatOneOrMore({
1319 |                 try self.tokenSyntaxItem()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxItem'
1320 |             }),
1321 |             let tokenSyntaxExclusion = try self.repeatZeroOrMore({
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1322:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxExclusion'
1320 |             }),
1321 |             let tokenSyntaxExclusion = try self.repeatZeroOrMore({
1322 |                 try self.tokenSyntaxExclusion()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxExclusion'
1323 |             })
1324 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1356:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1354 |                 try self.expect(kind: .bar)
1355 |             }, item: {
1356 |                 try self.tokenSyntaxAtom()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1357 |             }),
1358 |             let _ = try self.expect(kind: .rightParen),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1371:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1369 |                 try self.expect(kind: .bar)
1370 |             }, item: {
1371 |                 try self.tokenSyntaxAtom()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1372 |             }),
1373 |             let _ = try self.expect(kind: .rightParen),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1386:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1384 |                 try self.expect(kind: .bar)
1385 |             }, item: {
1386 |                 try self.tokenSyntaxAtom()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1387 |             }),
1388 |             let _ = try self.expect(kind: .rightParen),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1401:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1399 |                 try self.expect(kind: .bar)
1400 |             }, item: {
1401 |                 try self.tokenSyntaxAtom()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1402 |             }),
1403 |             let _ = try self.expect(kind: .rightParen)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1412:30: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1410 |         if
1411 |             let _ = try self.expect(kind: .leftParen),
1412 |             let _ = try self.tokenSyntaxAtom(),
     |                              `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1413 |             let _ = try self.repeatOneOrMore({
1414 |                 try self.tokenSyntaxAtom()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1414:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1412 |             let _ = try self.tokenSyntaxAtom(),
1413 |             let _ = try self.repeatOneOrMore({
1414 |                 try self.tokenSyntaxAtom()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1415 |             }),
1416 |             let _ = try self.expect(kind: .rightParen)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1424:44: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1422 |
1423 |         if
1424 |             let tokenSyntaxAtom = try self.tokenSyntaxAtom(),
     |                                            `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1425 |             let _ = try self.expect(kind: .star)
1426 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1433:44: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1431 |
1432 |         if
1433 |             let tokenSyntaxAtom = try self.tokenSyntaxAtom(),
     |                                            `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1434 |             let _ = try self.expect(kind: .plus)
1435 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1442:44: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1440 |
1441 |         if
1442 |             let tokenSyntaxAtom = try self.tokenSyntaxAtom(),
     |                                            `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1443 |             let _ = try self.expect(kind: .questionMark)
1444 |         {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1450:43: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1448 |         self.restore(_mark)
1449 |
1450 |         if let tokenSyntaxAtom = try self.tokenSyntaxAtom() {
     |                                           `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxAtom'
1451 |             return .atom(tokenSyntaxAtom)
1452 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1471:26: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxExclusion'
1469 |         if
1470 |             let tokenSyntaxExclusion = try self.repeatZeroOrMore({
1471 |                 try self.tokenSyntaxExclusion()
     |                          `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxExclusion'
1472 |             }),
1473 |             let tokenSyntaxTerminal = try self.tokenSyntaxTerminal()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1473:48: error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxTerminal'
1471 |                 try self.tokenSyntaxExclusion()
1472 |             }),
1473 |             let tokenSyntaxTerminal = try self.tokenSyntaxTerminal()
     |                                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'tokenSyntaxTerminal'
1474 |         {
1475 |             return .init(excluded: tokenSyntaxExclusion, terminal: tokenSyntaxTerminal)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1497:34: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1495 |         if
1496 |             let _ = try self.expect(kind: .exclamationMark),
1497 |             let start = try self.string(),
     |                                  `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1498 |             let _ = try self.expect(kind: .ellipsis),
1499 |             let end = try self.string()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1499:32: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1497 |             let start = try self.string(),
1498 |             let _ = try self.expect(kind: .ellipsis),
1499 |             let end = try self.string()
     |                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1500 |         {
1501 |             return .rangeLiteral(.from(start), .from(end))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1508:35: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1506 |         if
1507 |             let _ = try self.expect(kind: .exclamationMark),
1508 |             let string = try self.string()
     |                                   `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1509 |         {
1510 |             return .literal(.from(string))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1543:35: error: value of type 'GrammarParser<RawTokenizer>' has no member 'action'
1541 |         if
1542 |             let identifier = try self.expect(kind: .identifier),
1543 |             let action = try self.action()
     |                                   `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'action'
1544 |         {
1545 |             return .characterPredicate("\(identifier)", action.rawAction)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1551:34: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1549 |
1550 |         if
1551 |             let start = try self.string(),
     |                                  `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1552 |             let _ = try self.expect(kind: .ellipsis),
1553 |             let end = try self.string()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1553:32: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1551 |             let start = try self.string(),
1552 |             let _ = try self.expect(kind: .ellipsis),
1553 |             let end = try self.string()
     |                                `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1554 |         {
1555 |             return .rangeLiteral(.from(start), .from(end))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/GrammarParser.swift:1560:34: error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1558 |         self.restore(_mark)
1559 |
1560 |         if let string = try self.string() {
     |                                  `- error: value of type 'GrammarParser<RawTokenizer>' has no member 'string'
1561 |             return .literal(.from(string))
1562 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:113:24: error: class 'SwiftPEGGrammar.MetaIdentifierValue' has no initializers
 111 |     /// ```
 112 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "MetaValue")
 113 |     public final class MetaIdentifierValue: MetaValue {
     |                        `- error: class 'SwiftPEGGrammar.MetaIdentifierValue' has no initializers
 114 |         /// The associated identifier value.
 115 |         @NodeRequired
 116 |         public var identifier: Token
     |                    `- note: stored property 'identifier' without initial value prevents synthesized initializers
 117 |
 118 |         public override var shortDebugDescription: String { String(identifier.string) }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:133:24: error: class 'SwiftPEGGrammar.MetaStringValue' has no initializers
 131 |     /// ```
 132 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "MetaValue")
 133 |     public final class MetaStringValue: MetaValue {
     |                        `- error: class 'SwiftPEGGrammar.MetaStringValue' has no initializers
 134 |         /// The associated string value.
 135 |         @NodeRequired
 136 |         public var string: GrammarString
     |                    `- note: stored property 'string' without initial value prevents synthesized initializers
 137 |
 138 |         public override var shortDebugDescription: String { string.asStringLiteral() }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:155:24: error: class 'SwiftPEGGrammar.Rule' has no initializers
 153 |     /// ```
 154 |     @GeneratedNodeType<Node>
 155 |     public final class Rule: GrammarNode, CustomStringConvertible {
     |                        `- error: class 'SwiftPEGGrammar.Rule' has no initializers
 156 |         /// The name of this rule.
 157 |         @NodeProperty
 158 |         var _name: RuleName
     |             `- note: stored property '_name' without initial value prevents synthesized initializers
 159 |
 160 |         /// An optional list of parameters associated with this rule.
     :
 173 |         /// List of one or more alts associated with this rule.
 174 |         @NodeProperty
 175 |         var _alts: [Alt]
     |             `- note: stored property '_alts' without initial value prevents synthesized initializers
 176 |
 177 |         /// Flag used by `GrammarProcessor` to indicate whether this rule is left-recursive.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:241:24: error: class 'SwiftPEGGrammar.RuleName' has no initializers
 239 |     /// ```
 240 |     @GeneratedNodeType<Node>
 241 |     public final class RuleName: GrammarNode {
     |                        `- error: class 'SwiftPEGGrammar.RuleName' has no initializers
 242 |         /// The rule's name.
 243 |         @NodeRequired
 244 |         public var name: Token
     |                    `- note: stored property 'name' without initial value prevents synthesized initializers
 245 |
 246 |         /// A type name directly associated with this rule.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:265:24: error: class 'SwiftPEGGrammar.RuleParameters' has no initializers
 263 |     /// ```
 264 |     @GeneratedNodeType<Node>
 265 |     public final class RuleParameters: GrammarNode {
     |                        `- error: class 'SwiftPEGGrammar.RuleParameters' has no initializers
 266 |         /// The list of parameters associated with this rule parameter list.
 267 |         @NodeProperty
 268 |         var _parameters: [RuleParameter]
     |             `- note: stored property '_parameters' without initial value prevents synthesized initializers
 269 |
 270 |         /// Accepts a given grammar-node visitor into this node.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:283:24: error: class 'SwiftPEGGrammar.RuleParameter' has no initializers
 281 |     /// ```
 282 |     @GeneratedNodeType<Node>
 283 |     public final class RuleParameter: GrammarNode {
     |                        `- error: class 'SwiftPEGGrammar.RuleParameter' has no initializers
 284 |         /// The name associated with this parameter.
 285 |         @NodeRequired
 286 |         public var name: Token
     |                    `- note: stored property 'name' without initial value prevents synthesized initializers
 287 |
 288 |         /// The type associated with this parameter.
 289 |         @NodeRequired
 290 |         public var type: CommonAbstract.SwiftType
     |                    `- note: stored property 'type' without initial value prevents synthesized initializers
 291 |
 292 |         /// Accepts a given grammar-node visitor into this node.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:308:24: error: class 'SwiftPEGGrammar.Alt' has no initializers
 306 |     /// ```
 307 |     @GeneratedNodeType<Node>
 308 |     public final class Alt: GrammarNode {
     |                        `- error: class 'SwiftPEGGrammar.Alt' has no initializers
 309 |         /// An optional label associated with this alternative.
 310 |         @NodeProperty
     :
 313 |         /// The items belonging to this alt.
 314 |         @NodeProperty
 315 |         var _namedItems: [NamedItem]
     |             `- note: stored property '_namedItems' without initial value prevents synthesized initializers
 316 |
 317 |         /// An optional action associated with this alt, executed when the alt
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:370:24: error: class 'SwiftPEGGrammar.AltLabel' has no initializers
 368 |     /// ```
 369 |     @GeneratedNodeType<Node>
 370 |     public final class AltLabel: GrammarNode {
     |                        `- error: class 'SwiftPEGGrammar.AltLabel' has no initializers
 371 |         /// The identifier associated with this alt label.
 372 |         @NodeRequired
 373 |         public var name: Token
     |                    `- note: stored property 'name' without initial value prevents synthesized initializers
 374 |     }
 375 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:481:24: error: class 'SwiftPEGGrammar.Forced' has no initializers
 479 |     /// ```
 480 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "LookaheadOrCut")
 481 |     public final class Forced: LookaheadOrCut {
     |                        `- error: class 'SwiftPEGGrammar.Forced' has no initializers
 482 |         @NodeProperty
 483 |         var _atom: Atom
     |             `- note: stored property '_atom' without initial value prevents synthesized initializers
 484 |
 485 |         public override var shortDebugDescription: String { "&&" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:509:24: error: class 'SwiftPEGGrammar.PositiveLookahead' has no initializers
 507 |     /// ```
 508 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "LookaheadOrCut")
 509 |     public final class PositiveLookahead: LookaheadOrCut {
     |                        `- error: class 'SwiftPEGGrammar.PositiveLookahead' has no initializers
 510 |         @NodeProperty
 511 |         var _atom: Atom
     |             `- note: stored property '_atom' without initial value prevents synthesized initializers
 512 |
 513 |         public override var shortDebugDescription: String { "&" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:536:24: error: class 'SwiftPEGGrammar.NegativeLookahead' has no initializers
 534 |     /// ```
 535 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "LookaheadOrCut")
 536 |     public final class NegativeLookahead: LookaheadOrCut {
     |                        `- error: class 'SwiftPEGGrammar.NegativeLookahead' has no initializers
 537 |         @NodeProperty
 538 |         var _atom: Atom
     |             `- note: stored property '_atom' without initial value prevents synthesized initializers
 539 |
 540 |         public override var shortDebugDescription: String { "!" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:617:24: error: class 'SwiftPEGGrammar.OptionalItems' has no initializers
 615 |     /// ```
 616 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 617 |     public final class OptionalItems: Item {
     |                        `- error: class 'SwiftPEGGrammar.OptionalItems' has no initializers
 618 |         /// The alts that are optionally wrapped.
 619 |         @NodeProperty
 620 |         var _alts: [Alt]
     |             `- note: stored property '_alts' without initial value prevents synthesized initializers
 621 |
 622 |         public override var shortDebugDescription: String { "?" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:658:24: error: class 'SwiftPEGGrammar.OptionalItem' has no initializers
 656 |     /// ```
 657 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 658 |     public final class OptionalItem: Item {
     |                        `- error: class 'SwiftPEGGrammar.OptionalItem' has no initializers
 659 |         /// The atom that is optionally wrapped.
 660 |         @NodeProperty
 661 |         var _atom: Atom
     |             `- note: stored property '_atom' without initial value prevents synthesized initializers
 662 |
 663 |         public override var shortDebugDescription: String { "?" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:694:24: error: class 'SwiftPEGGrammar.ZeroOrMoreItem' has no initializers
 692 |     /// ```
 693 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 694 |     public final class ZeroOrMoreItem: Item {
     |                        `- error: class 'SwiftPEGGrammar.ZeroOrMoreItem' has no initializers
 695 |         /// The atom that is wrapped.
 696 |         @NodeProperty
 697 |         var _atom: Atom
     |             `- note: stored property '_atom' without initial value prevents synthesized initializers
 698 |
 699 |         /// The repetition mode for this one-or-more item.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:734:24: error: class 'SwiftPEGGrammar.OneOrMoreItem' has no initializers
 732 |     /// ```
 733 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 734 |     public final class OneOrMoreItem: Item {
     |                        `- error: class 'SwiftPEGGrammar.OneOrMoreItem' has no initializers
 735 |         /// The atom that is wrapped.
 736 |         @NodeProperty
 737 |         var _atom: Atom
     |             `- note: stored property '_atom' without initial value prevents synthesized initializers
 738 |
 739 |         /// The repetition mode for this one-or-more item.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:780:24: error: class 'SwiftPEGGrammar.GatherItem' has no initializers
 778 |     /// which is cumbersome to handle in code.
 779 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 780 |     public final class GatherItem: Item {
     |                        `- error: class 'SwiftPEGGrammar.GatherItem' has no initializers
 781 |         /// The separator that is matched in between items.
 782 |         @NodeProperty
 783 |         var _sep: Atom
     |             `- note: stored property '_sep' without initial value prevents synthesized initializers
 784 |
 785 |         /// The item that is separated.
 786 |         @NodeProperty
 787 |         var _item: Atom
     |             `- note: stored property '_item' without initial value prevents synthesized initializers
 788 |
 789 |         /// The repetition mode for this gather item.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:819:24: error: class 'SwiftPEGGrammar.AtomItem' has no initializers
 817 |     /// ```
 818 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Item")
 819 |     public final class AtomItem: Item {
     |                        `- error: class 'SwiftPEGGrammar.AtomItem' has no initializers
 820 |         @NodeProperty
 821 |         var _atom: Atom
     |             `- note: stored property '_atom' without initial value prevents synthesized initializers
 822 |
 823 |         /// Accepts a given grammar-node visitor into this node.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:880:24: error: class 'SwiftPEGGrammar.GroupAtom' has no initializers
 878 |     /// ```
 879 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
 880 |     public final class GroupAtom: Atom {
     |                        `- error: class 'SwiftPEGGrammar.GroupAtom' has no initializers
 881 |         /// The alts that are grouped.
 882 |         @NodeProperty
 883 |         var _alts: [Alt]
     |             `- note: stored property '_alts' without initial value prevents synthesized initializers
 884 |
 885 |         /// Accepts a given grammar-node visitor into this node.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:915:24: error: class 'SwiftPEGGrammar.StringAtom' has no initializers
 913 |     /// ```
 914 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
 915 |     public final class StringAtom: Atom {
     |                        `- error: class 'SwiftPEGGrammar.StringAtom' has no initializers
 916 |         /// The string associated with this atom.
 917 |         ///
 918 |         /// - note: Includes the quotes.
 919 |         @NodeRequired
 920 |         public var string: GrammarString
     |                    `- note: stored property 'string' without initial value prevents synthesized initializers
 921 |
 922 |         /// Returns the value of `self.value` with any surrounding string quotes
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:949:24: error: class 'SwiftPEGGrammar.IdentAtom' has no initializers
 947 |     /// ```
 948 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "Atom")
 949 |     public final class IdentAtom: Atom {
     |                        `- error: class 'SwiftPEGGrammar.IdentAtom' has no initializers
 950 |         /// The identifier associated with this atom.
 951 |         @NodeRequired
 952 |         public var identifier: Token
     |                    `- note: stored property 'identifier' without initial value prevents synthesized initializers
 953 |
 954 |         /// An optional list of arguments associated with this atom.
     :
 958 |         /// The identity of this atom.
 959 |         @NodeRequired
 960 |         public var identity: Identity
     |                    `- note: stored property 'identity' without initial value prevents synthesized initializers
 961 |
 962 |         /// Convenience for `self.identifier.identifier`.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1012:24: error: class 'SwiftPEGGrammar.AtomParameters' has no initializers
1010 |     /// ```
1011 |     @GeneratedNodeType<Node>
1012 |     public final class AtomParameters: GrammarNode {
     |                        `- error: class 'SwiftPEGGrammar.AtomParameters' has no initializers
1013 |         /// The parameters associated with this parameter list.
1014 |         @NodeProperty
1015 |         var _parameters: [AtomParameter]
     |             `- note: stored property '_parameters' without initial value prevents synthesized initializers
1016 |
1017 |         /// Accepts a given grammar-node visitor into this node.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1030:24: error: class 'SwiftPEGGrammar.AtomParameter' has no initializers
1028 |     /// ```
1029 |     @GeneratedNodeType<Node>
1030 |     public final class AtomParameter: GrammarNode {
     |                        `- error: class 'SwiftPEGGrammar.AtomParameter' has no initializers
1031 |         /// The label associated with this atom parameter.
1032 |         @NodeRequired
1033 |         public var label: Token
     |                    `- note: stored property 'label' without initial value prevents synthesized initializers
1034 |
1035 |         /// The action associated with this atom parameter.
1036 |         @NodeProperty
1037 |         var _action: Action
     |             `- note: stored property '_action' without initial value prevents synthesized initializers
1038 |
1039 |         /// Accepts a given grammar-node visitor into this node.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1058:24: error: class 'SwiftPEGGrammar.Action' has no initializers
1056 |     /// ```
1057 |     @GeneratedNodeType<Node>
1058 |     public final class Action: GrammarNode {
     |                        `- error: class 'SwiftPEGGrammar.Action' has no initializers
1059 |         /// An optional list of attributes associated with this action.
1060 |         @NodeProperty
1061 |         var _attributes: [ActionAttribute]
     |             `- note: stored property '_attributes' without initial value prevents synthesized initializers
1062 |
1063 |         /// Balanced tokens contained within this action.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1095:24: error: class 'SwiftPEGGrammar.ActionAttribute' has no initializers
1093 |     /// ```
1094 |     @GeneratedNodeType<Node>
1095 |     public final class ActionAttribute: GrammarNode {
     |                        `- error: class 'SwiftPEGGrammar.ActionAttribute' has no initializers
1096 |         /// The name of this attribute.
1097 |         @NodeRequired
1098 |         public var name: Token
     |                    `- note: stored property 'name' without initial value prevents synthesized initializers
1099 |
1100 |         /// Accepts a given grammar-node visitor into this node.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1137:24: error: class 'SwiftPEGGrammar.TokenDefinition' has no initializers
1135 |     /// ```
1136 |     @GeneratedNodeType<Node>(overrideDeepCopyType: "TokenFileDeclaration")
1137 |     public final class TokenDefinition: TokenFileDeclaration {
     |                        `- error: class 'SwiftPEGGrammar.TokenDefinition' has no initializers
1138 |         /// The identifier for the token.
1139 |         @NodeRequired
1140 |         public var name: Token
     |                    `- note: stored property 'name' without initial value prevents synthesized initializers
1141 |
1142 |         @NodeRequired
1143 |         public var isFragment: Bool
     |                    `- note: stored property 'isFragment' without initial value prevents synthesized initializers
1144 |
1145 |         /// The statically-resolvable reference to the token definition.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Grammar/SwiftPEGGrammar.swift:1183:24: error: class 'SwiftPEGGrammar.TokenChannelTarget' has no initializers
1181 |     /// ```
1182 |     @GeneratedNodeType<Node>
1183 |     public final class TokenChannelTarget: GrammarNode {
     |                        `- error: class 'SwiftPEGGrammar.TokenChannelTarget' has no initializers
1184 |         @NodeRequired
1185 |         public var identifier: Token
     |                    `- note: stored property 'identifier' without initial value prevents synthesized initializers
1186 |     }
1187 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/GrammarProcessor/InternalGrammar.swift:895:14: error: external macro implementation type 'SwiftPEGMacros.EnumIsCaseGenerator' could not be found for macro 'GeneratedIsCase(accessLevel:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 893 |         /// `'(' alts ')'`
 894 |         @GeneratedIsCase(accessLevel: "public")
 895 |         case group([Alt])
     |              `- error: external macro implementation type 'SwiftPEGMacros.EnumIsCaseGenerator' could not be found for macro 'GeneratedIsCase(accessLevel:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 896 |
 897 |         /// `ident`
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/InternalMacros.swift:10:7: note: 'GeneratedIsCase(accessLevel:)' declared here
 8 | /// element declaration.
 9 | @attached(peer, names: arbitrary)
10 | macro GeneratedIsCase(accessLevel: String = "") =
   |       `- note: 'GeneratedIsCase(accessLevel:)' declared here
11 |     #externalMacro(module: "SwiftPEGMacros", type: "EnumIsCaseGenerator")
12 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/InternalMacros.swift:4:7: warning: external macro implementation type 'SwiftPEGMacros.EnumIsCaseGenerator' could not be found for macro 'GeneratedCaseChecks(accessLevel:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 2 | /// case element declarations.
 3 | @attached(member, names: arbitrary)
 4 | macro GeneratedCaseChecks(accessLevel: String = "") =
   |       `- warning: external macro implementation type 'SwiftPEGMacros.EnumIsCaseGenerator' could not be found for macro 'GeneratedCaseChecks(accessLevel:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 5 |     #externalMacro(module: "SwiftPEGMacros", type: "EnumIsCaseGenerator")
 6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/InternalMacros.swift:10:7: warning: external macro implementation type 'SwiftPEGMacros.EnumIsCaseGenerator' could not be found for macro 'GeneratedIsCase(accessLevel:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 8 | /// element declaration.
 9 | @attached(peer, names: arbitrary)
10 | macro GeneratedIsCase(accessLevel: String = "") =
   |       `- warning: external macro implementation type 'SwiftPEGMacros.EnumIsCaseGenerator' could not be found for macro 'GeneratedIsCase(accessLevel:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
11 |     #externalMacro(module: "SwiftPEGMacros", type: "EnumIsCaseGenerator")
12 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/InternalMacros.swift:27:7: warning: external macro implementation type 'SwiftPEGMacros.EnumAsGetterGenerator' could not be found for macro 'generateGetters(accessLevel:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
25 | /// If no case of the enumeration has an associated value, a warning is issued.
26 | @attached(member, names: arbitrary)
27 | macro generateGetters(accessLevel: String? = nil) =
   |       `- warning: external macro implementation type 'SwiftPEGMacros.EnumAsGetterGenerator' could not be found for macro 'generateGetters(accessLevel:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
28 |     #externalMacro(module: "SwiftPEGMacros", type: "EnumAsGetterGenerator")
29 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/InternalMacros.swift:44:7: warning: external macro implementation type 'SwiftPEGMacros.EnumAsGetterGenerator' could not be found for macro 'generateGetter(accessLevel:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
42 | /// If attached to an enum case that has no associated values, an error is issued.
43 | @attached(peer, names: arbitrary)
44 | macro generateGetter(accessLevel: String? = nil) =
   |       `- warning: external macro implementation type 'SwiftPEGMacros.EnumAsGetterGenerator' could not be found for macro 'generateGetter(accessLevel:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
45 |     #externalMacro(module: "SwiftPEGMacros", type: "EnumAsGetterGenerator")
46 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:6:14: warning: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 4 | /// present, conform to `Hashable`.
 5 | @attached(peer, names: arbitrary)
 6 | public macro memoized(_ method: String, cacheTarget: String? = nil) =
   |              `- warning: external macro implementation type 'SwiftPEGMacros.ParserMemoizeMacro' could not be found for macro 'memoized(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
 7 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeMacro")
 8 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:15:14: warning: external macro implementation type 'SwiftPEGMacros.ParserMemoizeLeftRecursiveMacro' could not be found for macro 'memoizedLeftRecursive(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
13 | /// present, conform to `Hashable`.
14 | @attached(peer, names: arbitrary)
15 | public macro memoizedLeftRecursive(_ method: String, cacheTarget: String? = nil) =
   |              `- warning: external macro implementation type 'SwiftPEGMacros.ParserMemoizeLeftRecursiveMacro' could not be found for macro 'memoizedLeftRecursive(_:cacheTarget:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
16 |     #externalMacro(module: "SwiftPEGMacros", type: "ParserMemoizeLeftRecursiveMacro")
17 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPEG/Macros.swift:24:14: warning: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
22 | /// wrapped with `@NodeProperty`.
23 | @attached(member, names: arbitrary, named(children), named(init), named(deepCopy))
24 | public macro GeneratedNodeType<T>(overrideDeepCopyType: String? = nil) =
   |              `- warning: external macro implementation type 'SwiftPEGMacros.NodeTypeMacro' could not be found for macro 'GeneratedNodeType(overrideDeepCopyType:)'; '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SwiftPEGMacros-tool' produced malformed response
25 |     #externalMacro(module: "SwiftPEGMacros", type: "NodeTypeMacro")
26 |
BUILD FAILURE 6.0 macosSpm