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.
1 parent cdf4a06 commit 351d7a0Copy full SHA for 351d7a0
Makefile
@@ -17,7 +17,7 @@
17
BUILD_CONFIGURATION ?= debug
18
19
# Commonly used locations
20
-SWIFT := "swift"
+SWIFT := "/usr/bin/swift"
21
ROOT_DIR := $(shell git rev-parse --show-toplevel)
22
BUILD_BIN_DIR := $(shell $(SWIFT) build -c $(BUILD_CONFIGURATION) --show-bin-path)
23
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version: 5.10
+// swift-tools-version: 6.2
2
//===----------------------------------------------------------------------===//
3
// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved.
4
//
0 commit comments