serde-generate/runtime/swift/Sources/Serde/Unit.swift (2 lines of code) (raw):

// Copyright (c) Facebook, Inc. and its affiliates. import Foundation // Defining Unit as () creates all sorts of warnings in the generated code. public struct Unit: Hashable {}