【オフライン開催】Voicy Tech Bar #1
https://voicy.connpass.com/event/269791/
## 参考リンク
### Build Tool Plugin
#### Build Tool Plugin を提供している主な CLI ツール
- SwiftGen
https://github.com/SwiftGen/SwiftGenPlugin
- R.swift
https://github.com/mac-cain13/R.swift#packageswift-based-spm-project
- swift-protobuf
https://github.com/apple/swift-protobuf/blob/main/Sources/protoc-gen-swift/Docs.docc/spm-plugin.md
#### Build Tool Plugin の公式ドキュメント
- SE-0303: Package Manager Extensible Build Tools
https://github.com/apple/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md
- SE-0325: Additional Package Plugin APIs
https://github.com/apple/swift-evolution/blob/main/proposals/0325-swiftpm-additional-plugin-apis.md
#### その他
- Build Tool Plugin の導入記事
https://qiita.com/uhooi/items/c051d2f503f77d7f4193
### Command Plugin
#### Command Plugin を提供している主な CLI ツール
- swift-docc-plugin
https://github.com/apple/swift-docc-plugin
- swift-format (ドキュメントはまだない)
https://github.com/apple/swift-format
- SwiftFormat
https://github.com/nicklockwood/SwiftFormat/blob/master/README.md#swift-package-manager-plugin
#### Command Plugin の公式ドキュメント
- SE-0332: Package Manager Command Plugins
https://github.com/apple/swift-evolution/blob/main/proposals/0332-swiftpm-command-plugins.md
#### その他
- Command Plugin をラップした Makefile
https://github.com/uhooi/Loki/blob/3061f10556696c50d8c3545b2be0175a1e63b311/LokiPackage/Makefile