The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Syntax with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/Syntax.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/Syntax
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 1b9c205 fixing html identifier parser to accept everything in spec
Cloned https://github.com/nerdsupremacist/Syntax.git
Revision (git rev-parse @):
1b9c205813538fc09c0f5c778504fd3c49847557
SUCCESS checkout https://github.com/nerdsupremacist/Syntax.git at develop
Fetching https://github.com/nerdsupremacist/SyntaxTree.git from cache
Fetched https://github.com/nerdsupremacist/SyntaxTree.git (0.22s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.70s)
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "syntax",
      "name": "Syntax",
      "url": "https://github.com/nerdsupremacist/Syntax.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Syntax",
      "dependencies": [
        {
          "identity": "syntaxtree",
          "name": "SyntaxTree",
          "url": "https://github.com/nerdsupremacist/SyntaxTree.git",
          "version": "0.1.0",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SyntaxTree",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/nerdsupremacist/Syntax.git from cache
Fetched https://github.com/nerdsupremacist/Syntax.git (0.22s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git from cache
Fetched https://github.com/nerdsupremacist/SyntaxTree.git (0.19s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.03s)
Creating working copy for https://github.com/nerdsupremacist/Syntax.git
Working copy of https://github.com/nerdsupremacist/Syntax.git resolved at develop
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
warning: '.resolve-product-dependencies': dependency 'syntax' is not used by any target
Found 1 product dependencies
  - SyntaxTree
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling SyntaxTree Location.swift
[2/7] Compiling SyntaxTree SyntaxTree.swift
[3/7] Emitting module SyntaxTree
[4/7] Compiling SyntaxTree LineColumnIndex.swift
[5/7] Compiling SyntaxTree MutableSyntaxTree.swift
[6/7] Compiling SyntaxTree SyntaxTreeFactory.swift
[7/7] Compiling SyntaxTree Kind.swift
[8/68] Compiling Syntax Parser+annotate.swift
[9/68] Compiling Syntax Parser+ignoreOutput.swift
[10/68] Compiling Syntax Parser+kind.swift
[11/68] Compiling Syntax Parser+map+location.swift
[12/68] Compiling Syntax Parser+map.swift
[13/68] Compiling Syntax Parser+optimize.swift
[14/68] Compiling Syntax Parser+preventRecursion.swift
[15/68] Compiling Syntax Parser+repeatUntil.swift
[16/68] Compiling Syntax Parser+separated.swift
[17/76] Compiling Syntax EmptyParser.swift
[18/76] Compiling Syntax RegexBuilder+support.swift
[19/76] Compiling Syntax RegularExpression.swift
[20/76] Compiling Syntax String+Parser.swift
[21/76] Compiling Syntax Token.swift
[22/76] Compiling Syntax Word.swift
[23/76] Compiling Syntax neverBody.swift
[24/76] Compiling Syntax InternalParser.swift
[25/76] Compiling Syntax AnnotatedString.swift
[26/76] Compiling Syntax Cache.swift
[27/76] Compiling Syntax OrderedSet.swift
[28/76] Compiling Syntax AnnotatedError.swift
[29/76] Compiling Syntax DiagnosticError.swift
[30/76] Compiling Syntax ParserError.swift
[31/76] Compiling Syntax ScannerError.swift
[32/76] Compiling Syntax ScannerErrorHandler.swift
[33/76] Compiling Syntax WhiteSpaceConsumer.swift
[34/76] Compiling Syntax Stack.swift
[35/76] Compiling Syntax StandardInternalParserBuilderContext.swift
[36/76] Compiling Syntax StandardScanner.swift
[37/76] Compiling Syntax String+casing.swift
[38/76] Compiling Syntax Located.swift
[39/76] Compiling Syntax Parser.swift
[40/76] Compiling Syntax ParserOption.swift
[41/76] Compiling Syntax RecursiveParser.swift
[42/76] Compiling Syntax Repeat.swift
[43/76] Compiling Syntax Annotated.swift
[44/76] Compiling Syntax AnnotatedUntil.swift
[45/76] Compiling Syntax Either.swift
[46/76] Compiling Syntax Group.swift
[47/76] Compiling Syntax IfElseConditionalParser.swift
[48/76] Compiling Syntax Leaf.swift
[49/76] Compiling Syntax TupleParser.swift
[50/76] Compiling Syntax InternalParserBuilder.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[51/76] Compiling Syntax MemoizationKey.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[52/76] Compiling Syntax MemoizationStorage.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[53/76] Compiling Syntax Memoized.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[54/76] Compiling Syntax Node.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[55/76] Compiling Syntax Parser+internalParser.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[56/76] Compiling Syntax Scanner.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[57/76] Compiling Syntax ScannerState.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[58/76] Compiling Syntax MemberOfBinaryOperation.swift
[59/76] Compiling Syntax BooleanLiteral.swift
[60/76] Compiling Syntax DoubleLiteral.swift
[61/76] Compiling Syntax IntLiteral.swift
[62/76] Compiling Syntax JavaScriptEscapeStrategy.swift
[63/76] Compiling Syntax StringEscapeStrategy.swift
[64/76] Compiling Syntax StringLiteral.swift
[65/76] Compiling Syntax SwiftEscapeStrategy.swift
[66/76] Compiling Syntax Maybe.swift
[67/76] Emitting module Syntax
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[68/76] Compiling Syntax ExpressionMatch.swift
[69/76] Compiling Syntax EitherParserBuilder.swift
[70/76] Compiling Syntax ParserBuilder.swift
[71/76] Compiling Syntax AnyParser.swift
[72/76] Compiling Syntax Associativity.swift
[73/76] Compiling Syntax BinaryOperation.swift
[74/76] Compiling Syntax BinaryOperationParser.swift
[75/76] Compiling Syntax BinaryOperationParserError.swift
[76/76] Compiling Syntax BinaryOperator.swift
Build complete! (29.99s)
Build complete.
Done.