Skip to content

Commit 351d7a0

Browse files
Revert "Fix Swift tools version compatibility and Makefile path for make fmt"
This reverts commit cdf4a06.
1 parent cdf4a06 commit 351d7a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
BUILD_CONFIGURATION ?= debug
1818

1919
# Commonly used locations
20-
SWIFT := "swift"
20+
SWIFT := "/usr/bin/swift"
2121
ROOT_DIR := $(shell git rev-parse --show-toplevel)
2222
BUILD_BIN_DIR := $(shell $(SWIFT) build -c $(BUILD_CONFIGURATION) --show-bin-path)
2323

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.10
1+
// swift-tools-version: 6.2
22
//===----------------------------------------------------------------------===//
33
// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved.
44
//

0 commit comments

Comments
 (0)