Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nicklockwood/SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
https://github.com/nicklockwood/SwiftFormat

Add rule to migrate XCTest-based tests to Swift Testing

calda opened this pull request 11 days ago
Support sorting array elements, e.g. in Package.swift

simonnickel opened this issue 18 days ago
Rule idea: residualPrint

nicklockwood opened this issue 18 days ago
Indentation breaks inside complex guard

ealeksandrov opened this issue 19 days ago
Fix leaking markdown code cage

Lommelun opened this pull request 24 days ago
Incorrect removal of return keyword within for-loop

Shiaulis opened this issue 28 days ago
Explicit propertry types doesn't handle instance properties

iliaskarim opened this issue 30 days ago
Inconsistent spacing around - and + operators

milika opened this issue about 1 month ago
Update parseType to support async / throwing closures

calda opened this pull request about 1 month ago
Migrate remaining rules from DeclarationV1 API to DeclarationV2

calda opened this pull request about 1 month ago
RuleIdea: RedundantSendable

nicklockwood opened this issue about 1 month ago
Colon spacing rule

drekka opened this issue about 2 months ago
wrapArguments exceptions

Maschina opened this issue about 2 months ago
Stop using busybox for docker

ski-u opened this pull request about 2 months ago
Add NoCommentedAssertions and tests

mannylopez opened this pull request about 2 months ago
[organizeDeclarations] A property with didSet is treated as computed

anivaros opened this issue about 2 months ago
.swiftformat & xcode plugin do not work

oboje opened this issue about 2 months ago
Struct protocols indentation

Nonouf opened this issue about 2 months ago
unusedPrivateDeclarations Deleting private funcs in extensions

Megatron1000 opened this issue about 2 months ago
Update emptyExtensions rule to support @retroactive extensions

calda opened this pull request about 2 months ago
New `unusedArguments` bug in 0.55

calda opened this issue about 2 months ago
Update release workflow to only download necessary artifacts

calda opened this pull request about 2 months ago
Optimize macos binary size

csjones opened this pull request 2 months ago
Add preferCountWhere rule

calda opened this pull request 2 months ago
Update `sortTypealiases` rule to support `any` keyword

calda opened this pull request 2 months ago
Bump the github-actions group with 2 updates

dependabot[bot] opened this pull request 2 months ago
`indent` fails for some switch `where`-cases.

lhunath opened this issue 2 months ago
Version 0.55.3 not available on GitHub actions

bastianfischer-neotaste opened this issue 2 months ago
Fix docker container compatibility with GitHub Actions

Cyberbeni opened this pull request 2 months ago
Rule idea: preferCountWhere

nicklockwood opened this issue 2 months ago
PreferKeyPaths rule prevents compilation

k-kohey opened this issue 2 months ago
Bump the github-actions group with 2 updates

dependabot[bot] opened this pull request 2 months ago
Rule idea: simplifyStrings

nicklockwood opened this issue 2 months ago
this is an error in the Swift 6 language mode

MartinLau7 opened this issue 3 months ago
wrapArguments not formatting everything

NikKovIos opened this issue 3 months ago
Release is not available in cocoapods

NikKovIos opened this issue 3 months ago
SHA256 checksum mismatch in Homebrew formula for 0.55.0

rgoldberg opened this issue 3 months ago
Add AArch64 variant to Artifact Bundle

csjones opened this pull request 3 months ago
Add AArch64 Linux Support to Artifact Bundle

csjones opened this issue 3 months ago
Update documentation: equalize Swift Version Specification Methods

Nikitapls opened this pull request 3 months ago
Docker Image for 0.54.6

GNMoseke opened this issue 3 months ago
Add improved DeclarationV2 API, migrate several rules

calda opened this pull request 3 months ago
Use static Linux SDK in Dockerfile

Cyberbeni opened this pull request 3 months ago
`wrapEnumCases` incorrectly handles several scenarios

ExtremeMan opened this issue 4 months ago
Fix environmentEntry edge cases

miguel-jimenez-0529 opened this pull request 4 months ago
Inexplicable blankLinesAtStartOfScope error

rgoldberg opened this issue 4 months ago
numberFormatting description doesn't mention case

jrose-signal opened this issue 4 months ago
organizeDeclarations bug

cameroncooke opened this issue 4 months ago
[New Rule]: Control ordering of closure attributes

jshier opened this issue 4 months ago
Emit warnings for lintonly rules when running in format mode

Cyberbeni opened this issue 4 months ago
preference of initializer: .init() vs MyType(

jonnyijapan opened this issue 4 months ago
`unusedArguments` does not work with switch-case-let

reika727 opened this issue 4 months ago
Custom 'forEach' method is converted into a 'for' loop

RussBaz opened this issue 4 months ago
Format of generic throwing closure type breaks compile

CrownedPhoenix opened this issue 4 months ago
Incorrect multiline string empty line spacing

bartlomiejswierad-vodeno opened this issue 4 months ago
Continuing to get Xcode crash on `CMD+S` save with SwiftFormat

WestFlow127 opened this issue 4 months ago
Update redundantEquatable rule to support nested types

calda opened this pull request 4 months ago
Use Static Linux SDK for the Docker and Linux releases

Cyberbeni opened this issue 4 months ago
Incorrect error message when indentation has an extra space.

Cyberbeni opened this issue 4 months ago
Add rule to remove redundant `Equatable` implementations

calda opened this pull request 4 months ago
Suggestion: rename `--onelineforeach` to `--inlineforeach`

nicklockwood opened this issue 4 months ago
Disable module verifier in debug builds

calda opened this pull request 4 months ago
[New Rule]: A standard style for empty collection inits

jshier opened this issue 4 months ago
Fix conditional body wrapping inside single line string interpolation

mwaterfall opened this pull request 5 months ago
--onelineforeach ignore is not working

bauyrzhanabdi opened this issue 5 months ago
Git helpers improvements

hampustagerud opened this pull request 5 months ago
Make examples closure required for every FormatRule

calda opened this pull request 5 months ago
organizationmode type and visibility rules are broken

shipsywor opened this issue 5 months ago
Add support for specifying Swift language mode

calda opened this pull request 5 months ago
Update Swift badge in README to Swift 5.3

calda opened this pull request 5 months ago
Make the format of Windows files on newer releases more practical

tristanlabelle opened this issue 5 months ago
Which rule is causing it to rename userId to userID?

Jason-Abbott opened this issue 5 months ago
New rule: Adds `private` modifier to @State vars

davepaul0 opened this pull request 5 months ago
0.54.4 regression: Crash running `swiftformat`

NachoSoto opened this issue 5 months ago
Change the Windows build workflow to use official Swift releases

tristanlabelle opened this pull request 5 months ago
Fix the arm64 release build workflow

tristanlabelle opened this pull request 5 months ago
Bug: unusedArguments false positive with multiline string

nikitabobko opened this issue 5 months ago
`SwiftFormat` release?

oiuhr opened this issue 5 months ago
redundantReturn: incorrect removal of return since 0.54.1

itsjoris opened this issue 5 months ago
Rule idea: redundantSwiftVersionCheck

nicklockwood opened this issue 5 months ago