We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
swift-format
509.0.0
1 parent 12c24ff commit 1ffc413Copy full SHA for 1ffc413
docker/Dockerfile
@@ -17,7 +17,7 @@ RUN mkdir -p $HOME/.tools
17
RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
18
19
# swift-format
20
-ARG swiftformat_version=508.0.1
+ARG swiftformat_version=509.0.0
21
RUN git clone --branch $swiftformat_version --depth 1 https://github.com/apple/swift-format $HOME/.tools/swift-format-source
22
RUN cd $HOME/.tools/swift-format-source && swift build -c release
23
RUN ln -s $HOME/.tools/swift-format-source/.build/release/swift-format $HOME/.tools/swift-format
0 commit comments