Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Swift 5.7 warnings. #52

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Commits on Jun 9, 2022

  1. Fix Swift 5.7 warnings.

    "Non-'@objc' instance method in extensions cannot be overridden; use 'public' instead"
    robo-fish committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    8ef11d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Fix Swift 5.8 warning.

    'Foundation' was not imported by this file.
    robo-fish committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    a341c2a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Work around Swift 5.10 compiler bug.

    The workaround fixes an internal Swift 5.10 compiler bug,
    where an error is thrown when 'NSDecimalString' is encountered
    in the source code.
    
    As a side effect, Swift tools version is upgraded to 5.9,
    and the deployment platforms are drastically narrowed down.
    robo-fish committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9b6f3c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3486bf9 View commit details
    Browse the repository at this point in the history