Michael Stegeman
Michael Stegeman
swift-format changes are in #111254. Feel free to pull them in here.
Here's what I have on my system, with both Xcode 14.0 (with Swift 5.7) and the Swift 5.6.3 toolchain installed: ``` $ find /Library -name lib_InternalSwiftSyntaxParser.dylib /Library/Developer/CommandLineTools/usr/lib/swift/macosx/lib_InternalSwiftSyntaxParser.dylib /Library/Developer/Toolchains/swift-5.6.3-RELEASE.xctoolchain/usr/lib/swift/macosx/lib_InternalSwiftSyntaxParser.dylib ```
And in `/Applications`, with both Xcode 14.0 and Xcode 13.4.1 installed: ``` $ find /Applications -name lib_InternalSwiftSyntaxParser.dylib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/lib_InternalSwiftSyntaxParser.dylib /Applications/Xcode_13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/lib_InternalSwiftSyntaxParser.dylib ```
Just realized it also gets pulled into the build and output as an artifact: ``` $ find . -name lib_InternalSwiftSyntaxParser.dylib .build/release/lib_InternalSwiftSyntaxParser.dylib ```
Ok, it wants the library to be in `/opt/homebrew/Cellar/swift-format/0.50700.0/bin`, but I'd really rather not do that. Any ideas for a workaround?
macOS build is now working, but Linux build is failing due to https://github.com/apple/swift-format/issues/381 (which is due to https://github.com/apple/swift-syntax/issues/749).
Actually, this just requires Swift 5.7 to build, so waiting on that. #110520
This is still waiting on Swift 5.7 support
This is actually already supported by the server. If you manage your task list with an external app, such as the Tasks app in macOS or Evolution on Linux, you...
Sorry, it's called Reminders, not Tasks.