diff --git a/README.md b/README.md index 7428e50..fdf8e7e 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