Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Rewrite all throwing methods to return Result<Value, Error> #34

Description

@timburks

Swift 5 added a standard Result enum that represents function results that can include errors. This is more concise and seems preferable to try/catch handling.

Should we update this library to use Result instead of throw (and bump the release number to 0.6)?

cc @0xced it looks like you've done this already: 0xced@a25ec65

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions