[spm] Fix for Swift 6.0 compatibility Swift 6.1 (Xcode 16.3+) adds broader support for trailing commas in function call argument lists (see SE-0439), but Swift 6.0 is stricter. Package.swift used a trailing comma after the last argument in a `.testTarget()` call, which is invalid syntax for that version. This change removes the trailing comma to ensure the package manifest can be parsed correctly by Swift 6.0.
Project site https://github.com/google/google-toolbox-for-mac
Discussion group http://groups.google.com/group/google-toolbox-for-mac
A collection of source from different Google projects that may be of use to developers working other iOS or macOS projects.
If you find a problem/bug or want a new feature to be included in the Google Toolbox for Mac, please join the discussion group or submit an issue.
To get started please read USING.md for detailed information.