From e978eb182ccc2603e8fe8c14ce261d42226e00e8 Mon Sep 17 00:00:00 2001 From: Bartosz Polaczyk Date: Sat, 18 Jun 2022 17:51:54 +0200 Subject: [PATCH] Add limitation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7428e505..fdf8e7e9 100755 --- a/README.md +++ b/README.md @@ -418,6 +418,7 @@ Note: This setup is not recommended and may not be supported in future XCRemoteC * Swift Package Manager (SPM) dependencies are not supported. _Because SPM does not allow customizing Build Settings, XCRemoteCache cannot specify `clang` and `swiftc` wrappers that control if the local compilation should be skipped (cache hit) or not (cache miss)_ * Filenames with `_vers.c` suffix are reserved and cannot be used as a source file * All compilation files should be referenced via the git repo root. Referencing `/AbsolutePath/someOther.swift` or `../../someOther.swift` that resolve to the location outside of the git repo root is prohibited. +* The new Swift driver (introduced by default in Xcode 14.0) is not supported and has to be disabled when using XCRemoteCache ## FAQ