diff --git a/.gitignore b/.gitignore index fb2382a7..fe05a0ac 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ /.build /.swiftpm /Packages -/*.xcodeproj xcuserdata/ DerivedData/ .netrc diff --git a/.swift-version b/.swift-version index 760606e1..f9ce5a96 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -5.7 +5.10 diff --git a/.swiftformat b/.swiftformat index af1e126e..9be9a13f 100644 --- a/.swiftformat +++ b/.swiftformat @@ -1,4 +1,3 @@ ---exclude **/RuntimeWarnings.swift --disable redundantNilInit,redundantSelf,redundantType,unusedArguments --header strip