JWBuilder public protocol JWBuilder A set of methods all builders conform to. Output The type of item the builder builds. Declaration Swift associatedtype Output build() Builds the object. Throws An error if the object is not setup correctly. Declaration Swift func build() throws -> Output Return Value An instance of the assicated object. © 2025 . All rights reserved. (Last updated: 2025-04-16) Generated by jazzy ♪♫ v0.15.3, a Realm project.