Project compilation error on Xcode 16 downloaded from Appstore

Hi, My project was compiling and running absolutely fine on Xcode 15.4. I upgraded to Xcode 16.0 from appstore and when I run, I'm getting following compilation error. Cleared derived data etc I have tried everything now. Can someone pls help in getting rid of this issues.

Showing Recent Issues SwiftCompile normal arm64 Compiling\ DefaultValue.swift,\ Factory.swift,\ ClassHeader.swift,\ ClassMetadataLayout.swift

  1. Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
  2. Compiling with effective version 5.10

Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var LLVM_SYMBOLIZER_PATH to point to it): 0 swift-frontend 0x00000001064630fc llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56 1 swift-frontend 0x0000000106461350 llvm::sys::RunSignalHandlers() + 112 2 swift-frontend 0x00000001064636c8 SignalHandler(int) + 292 3 libsystem_platform.dylib 0x0000000195478184 _sigtramp + 56 4 libsystem_pthread.dylib 0x0000000195442f70 pthread_kill + 288 5 libsystem_c.dylib 0x000000019534f908 abort + 128 6 swift-frontend 0x00000001011c6bc8 createDispatchingDiagnosticConsumerIfNeeded(swift::FrontendInputsAndOutputs const&, llvm::function_ref<std::__1::unique_ptr<swift::DiagnosticConsumer, std::__1::default_delete<swift::DiagnosticConsumer>> (swift::InputFile const&)>) + 0 7 swift-frontend 0x00000001063d2e80 llvm::report_fatal_error(llvm::Twine const&, bool) + 280 8 swift-frontend 0x00000001063d2d68 llvm::report_fatal_error(llvm::Twine const&, bool) + 0 9 swift-frontend 0x000000010140731c llvm::detail::PassModel<llvm::Module, llvm::VerifierPass, llvm::PreservedAnalyses, llvm::AnalysisManager<llvm::Module>>::printPipeline(llvm::raw_ostream&, llvm::function_ref<llvm::StringRef (llvm::StringRef)>) + 0 10 swift-frontend 0x000000010619aa80 llvm::PassManager<llvm::Module, llvm::AnalysisManager<llvm::Module>>::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 224 11 swift-frontend 0x00000001013fbd58 swift::performLLVMOptimizations(swift::IRGenOptions const&, llvm::Module*, llvm::TargetMachine*, llvm::raw_pwrite_stream*) + 3764 12 swift-frontend 0x00000001013fd994 swift::performLLVM(swift::IRGenOptions const&, swift::DiagnosticEngine&, llvm::sys::SmartMutex<false>, llvm::GlobalVariable, llvm::Module*, llvm::TargetMachine*, llvm::StringRef, llvm::vfs::OutputBackend&, swift::UnifiedStatsReporter*) + 2352 13 swift-frontend 0x0000000100e12c7c generateCode(swift::CompilerInstance&, llvm::StringRef, llvm::Module*, llvm::GlobalVariable*) + 368 14 swift-frontend 0x0000000100e0e114 performCompileStepsPostSILGen(swift::CompilerInstance&, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>>, llvm::PointerUnion<swift::ModuleDecl*, swift::SourceFile*>, swift::PrimarySpecificPaths const&, int&, swift::FrontendObserver*) + 2316 15 swift-frontend 0x0000000100e0cf74 swift::performCompileStepsPostSema(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 984 16 swift-frontend 0x0000000100e10228 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 1680 17 swift-frontend 0x0000000100e0ef58 swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 3572 18 swift-frontend 0x0000000100d9601c swift::mainEntry(int, char const**) + 3680 19 dyld 0x00000001950c0274 start + 2840 Command SwiftCompile failed with a nonzero exit code

Command SwiftCompile failed with a nonzero exit code

This seems like a bug of Swift compiler. You should open an issue here.

During waiting for fixing, you can try to remove some code in these files to find out what part of code leads the crashing.

WindowsMEMZ @ Darock Studio

I am unable to open issue as my account is under an organisation and I m getting an error saying "cannot contribute outside the organisation"

Project compilation error on Xcode 16 downloaded from Appstore
 
 
Q