When I tried turning on ENABLE_ENHANCED_SECURITY = YES
in an Xcode 26.1 beta project, I got a bunch of "module file not found" errors like this:
While building module 'CoreServices':
In file included from <module-includes>:1:
/Applications/Xcode26.1-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:19:2: fatal error: module file '/Volumes/Work/Xcode-derived/PlainCalc3-gixjfymjqamwmufdwcseugzjehqa/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-5POB3HW0BHFSPWLD7DOOKAULM.pcm' not found: module file not found
19 | #include <CoreFoundation/CoreFoundation.h>
| ^
I tried deleting the project's derived data.
Is this a known issue?