Commit Graph

5 Commits

Author SHA1 Message Date
Jake Petroules 7a8aaea437 Update minimum macOS version to v15
We need to raise the minimum deployment target so that SwiftPM and Swift Build are unblocked from doing so.
2026-05-06 18:54:19 -04:00
Alex Hoppen 95538e7de9 Migrate appendingPathComponent to appending(component:)
`appending(component:)` is the more modern API and can take multiple path components at the same time.
2025-09-23 16:57:56 +02:00
Yuta Saito 20b967ccd2 Support SWIFTCI_USE_LOCAL_DEPS in SourceKitLSPDevUtils
Checkout the dependencies from the local path if SWIFTCI_USE_LOCAL_DEPS
2024-12-21 16:50:27 +00:00
Yuta Saito c106f5c139 Fix formatting of ./SourceKitLSPDevUtils 2024-12-09 02:12:19 +09:00
Yuta Saito 62c4d26ba1 Make ConfigSchemaGen as a subcommand of sourcekit-lsp-dev-utils 2024-12-09 02:12:19 +09:00