-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Closed
flutter/packages
#9460Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectgood first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
Xcode 16 now packages swift-format
$ xcrun --find swift-format
Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-format
The format
command should first check if --swift-format-path
is passed in, then if swift-format
is on the PATH
, and then fallback to the results of the xcrun --find swift-format
. And if that returns nothing, then fail.
loic-sharma
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectgood first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team