in FishyTransport/Sources/FishyActorsGenerator/SourceGen.swift [38:41]
init(buckets: Int) { if buckets > 1 { print("Warning: requested \(buckets) buckets, but bucketing is not implemented yet.") } self.buckets = buckets }