init()

in Sources/TestHelpers/COWLoggingArray.swift [24:27]


    init(capacity: Int) {
      self.buffer = .allocate(capacity: capacity)
      self.count = 0
    }