After updating the project, errors appeared

Hello everyone I ran into such a problem that after updating the project to unity 2021.1. 12f1 such errors began to appear. I don’t know what to do anymore, I tried to reinstall the unity version, tried to reinstall burst, deleted its data in the libray and appadata folder, nothing helps(((
When trying to make a build, it gives the following errors:

BuildFailedException: Burst compiler (1.5.4) failed running

stdout:
stderr:
lld: error: permission denied

 Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : Library\PackageCache\com.unity.burst@1.5.4\.Runtime\hostwin\lld -flavor link "@C:\Users\Perfect\AppData\Local\Temp\tmp8863.tmp""
   Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool(String command, String arguments, String errorMessage, String commandType, String workingDirectory, Boolean muteOutputs)
   Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link(TargetCpu targetCpu, List`1 inputFiles, String outputFile, Boolean enableDebugInfo)
    Burst.Compiler.IL.Aot.AotCompiler.Link(List`1 groups, String nameSuffix, AotCompilerOptions compilerOptions, TextWriter consoleOut, TextWriter consoleError)
    Burst.Bcl.BclApp.LibraryThread.Process(LibraryCompilationRequest libraryRequest)
    Burst.Bcl.BclApp.LibraryThread.Run()
    System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    System.Threading.ThreadHelper.ThreadStart()

AND IN 2021.1, I CAN’T PUT ANOTHER VERSION OF BURST IN ANY WAY, I DON’T UNDERSTAND WHY(((

Having a similar problem. Any resolution?

Hi! I was able to fix this by switching to the old version of unity 2020.3.14, alas, I did not get a solution on this forum.

@ProGameDevUser

Sorry to hear this, just so i can understand :

in both cases this is the same burst version (just different editor version)?
what is U:\ mapped to?

if it occurs again could try to clear out C:\Users\Perfect\AppData\Local\Temp\

Lee

Hi! This happens with any version of burst that is higher than 1.4.5 and on editors higher than 2020.3

I’m seeing something similar. I’m on 2021.2.0a17.2411. I’m not sure if it’s the same issue, but we’re both seeing the “lld: error: permission denied” thing.

I’ve got a small project - for developing a package - that isn’t using any Burst features yet. I added the com.unity.collections package, and it spewed IO errors when the install completed. With the package installed, these errors reoccur on project load, exit play mode, etc.

This same behaviour continues after a remove and re-add package cycle, an editor restart, and a full machine restart.

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4elb98zi.0ig\\b3bdd3d45769ff96c55dae6828f47d0c.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash64Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,System.UInt64&)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4elb98zi.0ig\\b3bdd3d45769ff96c55dae6828f47d0c.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\b3bdd3d45769ff96c55dae6828f47d0c.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4elb98zi.0ig\\b3bdd3d45769ff96c55dae6828f47d0c.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4elb98zi.0ig\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash64Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,System.UInt64&)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0aa9an3c.bf2\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash128Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,Unity.Mathematics.uint4&)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0aa9an3c.bf2\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0aa9an3c.bf2\\6f6abc886a9ac8cdacad1a5ce4dbfd97.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0aa9an3c.bf2\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash128Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,Unity.Mathematics.uint4&)
at <empty>:line 0

Launched and connected shader compiler UnityShaderCompiler.exe after 0.14 seconds
lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aothdkel50n.p7m\\ead8185ca6840e512da310d3b08677f4.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Int32 Unity.Collections.AllocatorManager/StackAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aothdkel50n.p7m\\ead8185ca6840e512da310d3b08677f4.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\ead8185ca6840e512da310d3b08677f4.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aothdkel50n.p7m\\ead8185ca6840e512da310d3b08677f4.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aothdkel50n.p7m\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Int32 Unity.Collections.AllocatorManager/StackAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotjptj7c1h.bir\\640842afc7ebb9850f091f0e41f08407.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Int32 Unity.Collections.AllocatorManager/SlabAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotjptj7c1h.bir\\640842afc7ebb9850f091f0e41f08407.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\640842afc7ebb9850f091f0e41f08407.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotjptj7c1h.bir\\640842afc7ebb9850f091f0e41f08407.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotjptj7c1h.bir\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Int32 Unity.Collections.AllocatorManager/SlabAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotnl94gkiu.fi6\\ba32274d0fa2ea37f8db5c6a88d1c348.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Burst.Intrinsics.X86::smile:oSetCSRTrampoline(System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotnl94gkiu.fi6\\ba32274d0fa2ea37f8db5c6a88d1c348.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\ba32274d0fa2ea37f8db5c6a88d1c348.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotnl94gkiu.fi6\\ba32274d0fa2ea37f8db5c6a88d1c348.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotnl94gkiu.fi6\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Burst.Intrinsics.X86::smile:oSetCSRTrampoline(System.Int32)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotp2ch9lns.m0y\\614f482fcfe02d855d2afb6871bb9208.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Int32 Unity.Burst.Intrinsics.X86::smile:oGetCSRTrampoline()
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotp2ch9lns.m0y\\614f482fcfe02d855d2afb6871bb9208.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\614f482fcfe02d855d2afb6871bb9208.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotp2ch9lns.m0y\\614f482fcfe02d855d2afb6871bb9208.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotp2ch9lns.m0y\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Int32 Unity.Burst.Intrinsics.X86::smile:oGetCSRTrampoline()
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aoth2jtg036.1ym\\ad51158579237c7b7e76c118cf834456.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeQueueDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aoth2jtg036.1ym\\ad51158579237c7b7e76c118cf834456.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\ad51158579237c7b7e76c118cf834456.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aoth2jtg036.1ym\\ad51158579237c7b7e76c118cf834456.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aoth2jtg036.1ym\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeQueueDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotojfburri.fxt\\f44f622ac855e00803d10c0aaca8113e.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeListDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotojfburri.fxt\\f44f622ac855e00803d10c0aaca8113e.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\f44f622ac855e00803d10c0aaca8113e.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotojfburri.fxt\\f44f622ac855e00803d10c0aaca8113e.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotojfburri.fxt\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeListDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Scanning for USB devices : 89.055ms
Initializing Unity extensions:
lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotawul7vpm.ydi\\94b89c40d49d16125252f59afca8b4c0.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeReferenceDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotawul7vpm.ydi\\94b89c40d49d16125252f59afca8b4c0.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\94b89c40d49d16125252f59afca8b4c0.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotawul7vpm.ydi\\94b89c40d49d16125252f59afca8b4c0.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotawul7vpm.ydi\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeReferenceDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4dt7zg4p.xo4\\d487e38f641e1ae70452e7b42e267877.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeStream/ConstructJobList>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4dt7zg4p.xo4\\d487e38f641e1ae70452e7b42e267877.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\d487e38f641e1ae70452e7b42e267877.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4dt7zg4p.xo4\\d487e38f641e1ae70452e7b42e267877.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot4dt7zg4p.xo4\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeStream/ConstructJobList>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Asset Pipeline Refresh: Total: 0.071 seconds - Initiated by RefreshV2(NoUpdateAssetOptions)
Refresh completed in 0.071860 seconds.
lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotxd3h37en.whp\\cf20789c2dd751e54dfe7a18841c3f9d.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeStream/ConstructJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotxd3h37en.whp\\cf20789c2dd751e54dfe7a18841c3f9d.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\cf20789c2dd751e54dfe7a18841c3f9d.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotxd3h37en.whp\\cf20789c2dd751e54dfe7a18841c3f9d.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotxd3h37en.whp\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.NativeStream/ConstructJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot435qrkwh.z7p\\0a706e4480d638f95bf90e8cfd807e9f.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeHashMapDataDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot435qrkwh.z7p\\0a706e4480d638f95bf90e8cfd807e9f.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\0a706e4480d638f95bf90e8cfd807e9f.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot435qrkwh.z7p\\0a706e4480d638f95bf90e8cfd807e9f.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot435qrkwh.z7p\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeHashMapDataDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotl72bhepo.ux3\\830ae9cbf83263251a5d2909d83b9dce.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeHashMapDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotl72bhepo.ux3\\830ae9cbf83263251a5d2909d83b9dce.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\830ae9cbf83263251a5d2909d83b9dce.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotl72bhepo.ux3\\830ae9cbf83263251a5d2909d83b9dce.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotl72bhepo.ux3\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeHashMapDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotoyjuobwx.2n6\\bec71aded2302c6d8c9353152de4ee61.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotoyjuobwx.2n6\\bec71aded2302c6d8c9353152de4ee61.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\bec71aded2302c6d8c9353152de4ee61.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotoyjuobwx.2n6\\bec71aded2302c6d8c9353152de4ee61.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotoyjuobwx.2n6\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeDisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0s7ngobc.lxr\\a098834fdc367aa525c85730963aade7.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/DisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0s7ngobc.lxr\\a098834fdc367aa525c85730963aade7.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\a098834fdc367aa525c85730963aade7.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0s7ngobc.lxr\\a098834fdc367aa525c85730963aade7.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot0s7ngobc.lxr\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/DisposeJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotsd50k1iz.3u4\\50628aaf082c6da87839971692d9f7ac.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/ConstructJobList>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotsd50k1iz.3u4\\50628aaf082c6da87839971692d9f7ac.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\50628aaf082c6da87839971692d9f7ac.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotsd50k1iz.3u4\\50628aaf082c6da87839971692d9f7ac.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotsd50k1iz.3u4\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/ConstructJobList>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotbh1en2fs.rf4\\e3a5cabd38e579eca036491d24ed5bfc.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/ConstructJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotbh1en2fs.rf4\\e3a5cabd38e579eca036491d24ed5bfc.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\e3a5cabd38e579eca036491d24ed5bfc.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotbh1en2fs.rf4\\e3a5cabd38e579eca036491d24ed5bfc.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotbh1en2fs.rf4\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Jobs.IJobExtensions/JobStruct`1<Unity.Collections.LowLevel.Unsafe.UnsafeStream/ConstructJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotfqd73vex.r7k\\106b8c9bc97a51fb3d4d63039f54bc0e.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Int32 Unity.Collections.RewindableAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotfqd73vex.r7k\\106b8c9bc97a51fb3d4d63039f54bc0e.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\106b8c9bc97a51fb3d4d63039f54bc0e.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotfqd73vex.r7k\\106b8c9bc97a51fb3d4d63039f54bc0e.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotfqd73vex.r7k\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Int32 Unity.Collections.RewindableAllocator::Try(System.IntPtr,Unity.Collections.AllocatorManager/Block&)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot78sjaoxn.q4e\\b3bdd3d45769ff96c55dae6828f47d0c.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash64Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,System.UInt64&)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot78sjaoxn.q4e\\b3bdd3d45769ff96c55dae6828f47d0c.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\b3bdd3d45769ff96c55dae6828f47d0c.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot78sjaoxn.q4e\\b3bdd3d45769ff96c55dae6828f47d0c.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aot78sjaoxn.q4e\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash64Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,System.UInt64&)
at <empty>:line 0

lld: error: permission denied
C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotu5u8nv95.r6h\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb: Stream Error: An I/O error occurred on the file system.


While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash128Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,Unity.Mathematics.uint4&)
at <empty>:line 0

Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "C:\Users\<USERNAME>\Unity\<PACKAGE_NAME>\Library\PackageCache\com.unity.burst@1.6.0-pre.2\.Runtime\hostwin\lld -flavor link /dll /DEBUG /pdb:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotu5u8nv95.r6h\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb" /pdbaltpath:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\BurstCache\\JIT\\6f6abc886a9ac8cdacad1a5ce4dbfd97.pdb" /noentry /nodefaultlib /out:"C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotu5u8nv95.r6h\\6f6abc886a9ac8cdacad1a5ce4dbfd97.dll" "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Library\\PackageCache\\com.unity.burst@1.6.0-pre.2\\.Runtime\\libs\\burstRTL_w64.lib" /threads:1 "C:\\Users\\<USERNAME>\\Unity\\<PACKAGE_NAME>\\Temp\\Burst\\burst-aotu5u8nv95.r6h\\lib_burst_generated_part_.obj""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMWindows.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x001b0] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.BaseOnDiskProvider.CommonDiskCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash) [0x000ce] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00000] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0068f] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x001d9] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.<Compile>b__21_0 (Burst.Compiler.IL.Jit.JitCompiler jitCompiler, Mono.Cecil.MethodReference methodRef, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00017] in <bace72e1c28441d0baf49fb4f0772068>:0 
  at (wrapper delegate-invoke) System.Func`4[Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions,Burst.Compiler.IL.Jit.JitFunction].invoke_TResult_T1_T2_T3(Burst.Compiler.IL.Jit.JitCompiler,Mono.Cecil.MethodReference,Burst.Compiler.IL.Jit.JitOptions)
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.CompileImpl (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job, System.String logTitle, System.Func`4[T1,T2,T3,TResult] doCompilationCallback) [0x00442] in <bace72e1c28441d0baf49fb4f0772068>:0 

While compiling job: System.Void Unity.Collections.xxHash3::_mono_to_burst_Hash128Long(System.Byte*,System.Byte*,System.Int64,System.Byte*,Unity.Mathematics.uint4&)
at <empty>:line 0

I removed the package, closed the editor, cleared out the temp folder, started the editor, and installed the package again. I am now getting a different error.

Internal build system error. Backend exited with code 2.
STDOUT:
[  2/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/UnityEditor.UI.rsp
[  3/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Burst.CodeGen.rsp
[  4/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Mathematics.rsp
[  6/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/UnityEngine.UI.rsp
[ 18/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Burst.rsp
[ 92/284  0s] MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.dll_D70F9359FB3E99E2.mvfrm
[ 94/284  0s] MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.Rocks.dll_87078D37E95CDF82.mvfrm
[ 95/284  0s] MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.Pdb.dll_A08BF3F6A9D54722.mvfrm
[ 96/284  0s] MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Cecil.Mdb.dll_89397B872B20459F.mvfrm
[ 96/284  0s] MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.Unsafe.dll_EB4247B3A44E4411.mvfrm
[101/284  0s] MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Collections.LowLevel.ILSupport.dll_6DF0D96EC2101909.mvfrm
[102/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Collections.rsp
[103/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Utils.rsp
[104/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Timeline.rsp
[105/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.TextMeshPro.rsp
[109/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.VSCode.Editor.rsp
[110/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Collections.BurstCompatibilityGen.rsp
[111/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Burst.Editor.rsp
[113/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Main.rsp
[114/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.TextMeshPro.Editor.rsp
[115/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.CollabProxy.Editor.rsp
[116/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Timeline.Editor.rsp
[117/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Mathematics.Editor.rsp
[118/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/1851555959726063663.rsp
[119/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/9444666286076377847.rsp
[120/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/8427033275200649487.rsp
[121/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/10292501669419677951.rsp
[122/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/4772145154433932943.rsp
[123/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/14814235663552238418.rsp
[124/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/2157608619508796868.rsp
[125/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/1098380940299578596.rsp
[126/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/12248871281822510316.rsp
[127/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/5546506141355401238.rsp
[128/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/2655319114021734818.rsp
[129/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/18392699545233658872.rsp
[130/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/12812556936427222528.rsp
[131/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/1418726328684876121.rsp
[132/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/5916180605834378387.rsp
[133/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/3071285868016441895.rsp
[134/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/3938377011463375229.rsp
[135/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/9111662996337956171.rsp
[136/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/10394050331499262950.rsp
[137/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/13686715218353603589.rsp
[139/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/8899139255040401798.rsp
[140/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Utils.dll.mvfrm.rsp
[141/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Main.dll.mvfrm.rsp
[142/284  0s] WriteResponseFile Library/Bee/artifacts/rsp/17766336155681823506.rsp
[143/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Timeline.Editor.dll.mvfrm.rsp
[144/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Collections.BurstCompatibilityGen.dll.mvfrm.rsp
[145/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Collections.dll.mvfrm.rsp
[146/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Burst.Editor.dll.mvfrm.rsp
[147/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Burst.CodeGen.dll.mvfrm.rsp
[148/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.VSCode.Editor.dll.mvfrm.rsp
[149/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/UnityEngine.UI.dll.mvfrm.rsp
[150/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.TextMeshPro.Editor.dll.mvfrm.rsp
[151/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Timeline.dll.mvfrm.rsp
[154/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Mathematics.dll.mvfrm.rsp
[155/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.TextMeshPro.dll.mvfrm.rsp
[156/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Burst.dll.mvfrm.rsp
[158/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.Mathematics.Editor.dll.mvfrm.rsp
[160/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/UnityEditor.UI.dll.mvfrm.rsp
[164/284  0s] WriteText Library/Bee/artifacts/1900b0aE.dag/Unity.CollabProxy.Editor.dll.mvfrm.rsp
[165/284  0s] MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.CompilationPipeline.Common.dll_8A8BA7B9E97070B3.mvfrm
[166/284  0s] MovedFromExtractorCombine Library/Bee/artifacts/1900b0aE.dag/UnityEngine.UI.dll.mvfrm
[167/284  3s] Csc Library/Bee/artifacts/1900b0aE.dag/UnityEngine.UI.dll (+2 others)
[169/284  0s] MovedFromExtractorCombine Library/Bee/artifacts/1900b0aE.dag/UnityEditor.UI.dll.mvfrm
[170/284  1s] Csc Library/Bee/artifacts/1900b0aE.dag/UnityEditor.UI.dll (+2 others)
[BUSY 6s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.Mathematics.dll (+2 others)
[172/284  6s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.Timeline.dll (+2 others)
[173/284  7s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.TextMeshPro.dll (+2 others)
[174/284  8s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.Burst.dll (+2 others)
[175/284  3s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.TextMeshPro.Editor.dll (+2 others)
[176/284  2s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.Burst.CodeGen.dll (+2 others)
[177/284  0s] MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.ref.dll_F30DFA20C0DD1968.mvfrm
[178/284 13s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.Mathematics.dll (+2 others)
[179/284  1s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.CollabProxy.Editor.dll (+2 others)
[180/284  7s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.Timeline.Editor.dll (+2 others)
[182/284  1s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.Burst.Editor.dll (+2 others)
[185/284  0s] Csc Library/Bee/artifacts/1900b0aE.dag/Utils.dll (+2 others)
[187/284  0s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.Mathematics.Editor.dll (+2 others)
[189/284  1s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.VSCode.Editor.dll (+2 others)
[190/284  1s] Csc Library/Bee/artifacts/1900b0aE.dag/Main.dll (+2 others)
[191/284  1s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.PlasticSCM.Editor.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.PlasticSCM.Editor.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.PlasticSCM.Editor.dll in 0.001085 seconds

- Finished ILPostProcessorRunner in 0.64751 seconds
[192/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Main.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Main.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Main.dll in 0.001175 seconds

- Finished ILPostProcessorRunner in 0.168147 seconds
[193/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.VSCode.Editor.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.VSCode.Editor.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.VSCode.Editor.dll in 0.001056 seconds

- Finished ILPostProcessorRunner in 0.377377 seconds
[194/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Mathematics.Editor.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Mathematics.Editor.dll in 0.00104 seconds

- Finished ILPostProcessorRunner in 0.134886 seconds
[195/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Tests.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Tests.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Tests.dll in 0.001035 seconds

- Finished ILPostProcessorRunner in 0.267444 seconds
[196/284  1s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.TextMeshPro.Editor.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.TextMeshPro.Editor.dll in 0.001374 seconds

- Finished ILPostProcessorRunner in 0.997044 seconds
[197/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.TextMeshPro.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.TextMeshPro.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.TextMeshPro.dll in 0.001052 seconds

- Finished ILPostProcessorRunner in 0.433234 seconds
[197/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Timeline.Editor.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Timeline.Editor.dll in 0.001124 seconds

- Finished ILPostProcessorRunner in 0.401406 seconds
[199/284  1s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.Burst.Editor.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Burst.Editor.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Burst.Editor.dll in 0.413746 seconds

- Finished ILPostProcessorRunner in 1.364139 seconds
[199/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.CollabProxy.Editor.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.CollabProxy.Editor.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.CollabProxy.Editor.dll in 0.00127 seconds

- Finished ILPostProcessorRunner in 0.342677 seconds
[200/284  4s] Csc Library/Bee/artifacts/1900b0aE.dag/Unity.Collections.dll (+2 others)
[201/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.Mathematics.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Mathematics.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Mathematics.dll in 0.001264 seconds

- Finished ILPostProcessorRunner in 0.254726 seconds
[203/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/UnityEngine.TestRunner.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on UnityEngine.TestRunner.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on UnityEngine.TestRunner.dll in 0.001279 seconds

- Finished ILPostProcessorRunner in 0.26745 seconds
[204/284  0s] ILPostProcess Library/Bee/artifacts/1900b0aE.dag/post-processed/Unity.Rider.Editor.dll (+pdb)
- Starting ILPostProcessorRunner

- Starting ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Rider.Editor.dll

- Finished ILPostProcessor 'zzzUnity.Burst.CodeGen.BurstILPostProcessor' on Unity.Rider.Editor.dll in 0.001122 seconds

- Finished ILPostProcessorRunner in 0.461702 seconds
STDERR:
tundra: error: failed to create temporary file: C:\Users\<USERNAME>\AppData\Local\Temp\tundra.5980.1
errno: 2 (No such file or directory) GetLastError: 5 (0x00000005): Access is denied.


The just completed command was:
  cmd.exe /c ""C:\Program Files\Unity\Hub\Editor\2021.2.0a17\Editor\Data\Tools\netcorerun\netcorerun.exe" "C:/Program Files/Unity/Hub/Editor/2021.2.0a17/Editor/Data/Tools/ILPostProcessorRunner/ILPostProcessorRunner.exe" @"Library\Bee\artifacts\rsp\2655319114021734818.rsp""
tundra: failed to list processes keeping file open (RmGetList returned error 5).
tundra: error: (!command_that_just_finished || !was_sharing_violation)

After a restart, that goes away and we get a return of the previous pattern of errors, with the addition of this one first.

Error: Could not load signature of Codice.CheckWorkspaceTreeNodeStatus:IsPrivate due to: Could not load file or assembly 'unityplastic, Version=10.0.16.5320, Culture=neutral, PublicKeyToken=a107c9c6e34c8876' or one of its dependencies. assembly:unityplastic, Version=10.0.16.5320, Culture=neutral, PublicKeyToken=a107c9c6e34c8876 type:<unknown type> member:(null) signature:<none>

I think I’ve hit the limit of the investigative work I’m going to do for now and will just put a temporary managed array implementation in until things get fixed.

Alas, this did not help(((

7478117--919549--9999.png

Unfortunately, I’ve been unable to reproduce this locally (though I don’t know what U:\ is, it could be a network drive, real hdd, subst, usb key etc…). In light of this, could you please log a ticket with a reproduction and we would be happy to investigate further.

I am glad to inform you that the problem has disappeared, the solution you proposed helped after restarting the computer, hooray!

I’m having this issue, which solution worked for you?

Cleaning temp did not work for me.

Hi! Сlearing the folder C: \ Users \ Perfect \ AppData \ Local \ Temp \ and restarting the computer, you can still try to roll back to older versions of burst, it also started working on version 1.4.5 for me.

Hey,

We are facing the same issue in 2021.2.12 version. 2020.3.17 was ok.

1 Like

Try to do what is written above, maybe it will help

Also facing the same problem using 2020.3.25f1. Seeing them when loading up the Bootstrap scene from the Bootstrap sample in com.unity.netcode.gameobjects.

1 Like

I’m having a similar issue. After upgrading from 2020.3 LTS to 2021.3.1f1 LTS, I can no longer build. Upon attempting to build, I get:

"BuildFailedException: Burst compiler (1.6.5) failed running

stdout:
Compiled 1 library, containing 8 methods, in 2580ms using 6 threads: C:\Users\myname\Documents\Unity\GameName\Temp\StagingArea\Data\Plugins\x86_64\lib_burst_generated.dll
An unexpected exception occurred:
stderr:
System.UnauthorizedAccessException: Access to the path ‘C:\Users\myname\Documents\Unity\GameName\Temp\StagingArea\Data\Plugins\x86_64\lib_burst_generated.txt’ is denied."

lib_burst_generated.txt is of course created during the build process, so I can’t modify it or change permissions. I’ve tried clearing Temp folders in AppData/Local/ and in my unity project, tried updating all packages, tried adding all kinds of VS2019 workloads. Nothing solves this issue. Before migrating to 2021.3, I was able to build on Windows, android, and iOS, and now I can’t build on any platform. No problems running play mode.

Unity 2021.1.28f URP project
I was importing A Pathfinding Project Pro asset (it worked ok in another project)
after importing i got this message
8141621--1056977--upload_2022-5-19_22-24-18.png
After this update project got damaged - tons of burst errors, not building, not launching. Plastic SCM can’t restore it


I deleted Library folder and reinstall some plugins to get it work again
It runs, it builds… but i got these errors everytime i exit runtime in editor

Registering precompiled user dll's ...
Registered in 0.208550 seconds.
Platform modules already initialized, skipping
Validating Project structure ... 0.044073 seconds.
Shader import version has changed; will reimport all shaders...
Upgrading shader files ...0.068340 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /Users/dilipsripuram/Desktop/Puzzle/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 107.47 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Refreshing native plugins compatible for Editor in 2.40 ms, found 1 plugins.
UnityIAP: [InitializeOnLoad] Facebook Check
UnityIAP: Runtime [2019.4.7f1]
UnityIAP: Current Build is Android:Android
UnityIAP: stub FacebookStore.dll disabled
/bin/sh: /Users/dilipsripuram/Desktop/Puzzle/Library/PackageCache/com.unity.burst@1.4.2/.Runtime/hostlin/lld: cannot execute binary file
While compiling job: System.Int32 Unity.Burst.Intrinsics.X86::smile:oGetCSRTrampoline()
at <empty>:line 0
(Filename:  Line: 0)
Unexpected exception Burst.Compiler.IL.Aot.AotLinkerException: The native link step failed. Check previous exception in the log - linker command line : "/Users/dilipsripuram/Desktop/Puzzle/Library/PackageCache/com.unity.burst@1.4.2/.Runtime/hostlin/lld -flavor darwin -arch x86_64 -macosx_version_min 10.8 -sdk_version 10.9 -r -dylib -o "/Users/dilipsripuram/Desktop/Puzzle/Temp/Burst/burst-aot4y21y0v7.z8t/ea2b4c7c261e1882a3ec76479b16e468.bundle" "/Users/dilipsripuram/Desktop/Puzzle/Library/PackageCache/com.unity.burst@1.4.2/.Runtime/libs/burstRTL_m64.a" "/Users/dilipsripuram/Desktop/Puzzle/Temp/Burst/burst-aot4y21y0v7.z8t/lib_burst_generated_part_0.o" "/Users/dilipsripuram/Desktop/Puzzle/Temp/Burst/burst-aot4y21y0v7.z8t/lib_burst_generated_part_0_merged.o""
  at Burst.Compiler.IL.Aot.AotNativeLinkBase.RunNativeLinkerTool (System.String command, System.String arguments, System.String errorMessage, System.String commandType, System.String workingDirectory, System.Boolean muteOutputs) [0x000d0] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
  at Burst.Compiler.IL.Aot.AotNativeLinkLLVMMacOS.Link (Burst.Backend.TargetCpu targetCpu, System.Collections.Generic.List`1[T] inputFiles, System.String outputFile, System.Boolean enableDebugInfo) [0x00118] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
  at Burst.Compiler.IL.Aot.AotCompiler.Link (System.Collections.Generic.List`1[T] groups, System.String nameSuffix, Burst.Compiler.IL.Aot.AotCompilerOptions compilerOptions, System.IO.TextWriter consoleOut, System.IO.TextWriter consoleError) [0x001f8] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
  at Burst.Compiler.IL.Jit.Providers.OnDiskJitProvider.BeginCompileModule (Burst.Backend.Module module, Burst.Compiler.IL.NativeCompiler nativeCompiler, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Jit.JitOptions jitOptions, Burst.Compiler.IL.Helpers.Hash128& moduleHash, Burst.Compiler.IL.Jit.JitCacheManager jitCacheManager, Burst.Compiler.IL.Jit.GetExternalFunctionPointerDelegate getExternalFunctionPointer, System.Action& invokeBurstInitialize) [0x00089] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethodInternal (Burst.Compiler.IL.Jit.JitResult result, System.Collections.Generic.List`1[T] methodsToCompile, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x00511] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethods (Mono.Cecil.MethodReference[] methodReferences, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0027a] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
  at Burst.Compiler.IL.Jit.JitCompiler.CompileMethod (Mono.Cecil.MethodReference methodReference, Burst.Compiler.IL.Jit.JitOptions jitOptions) [0x0001c] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
  at Burst.Compiler.IL.Jit.JitCompilerService+CompilerThreadContext.Compile (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job) [0x00468] in <1f09036c878f4a5b8c4fa6ace5ff8fb1>:0
While compiling job: System.Int32 Unity.Burst.Intrinsics.X86::smile:oGetCSRTrampoline()
at <empty>:line 0
(Filename:  Line: 0)
/bin/sh: /Users/dilipsripuram/Desktop/Puzzle/Library/PackageCache/com.unity.burst@1.4.2/.Runtime/hostlin/lld: cannot execute binary file
While compiling job: System.Void Unity.Burst.Intrinsics.X86::smile:oSetCSRTrampoline(System.Int32)
at <empty>:line 0
(Filename:  Line: 0)

@Lee_Hammerton
I am facing the same issue. My project is stuck because of this. I recently moved from Windows to Mac(M1) and saw this error right away. Tried multiple versions of burst. Currently at 1.4.2. Checked file permissions for folders and all the files. Everything seems to be good. I even checked for extra spaces and extra characters in my file names and project folder names. Any help is appreciated. I am using 2D preview packages which are causing issue if I upgrade. So, I am stuck on 2019 unity version.

Hardware:
Macbook air M1

Software:
Unity 2019.4.7f1 (Intel)
Collections: 0.9.0-preview.6
Burst: 1.4.2

@HanumanthuReddy

the above is a bug in Unity, there was an issue on Mac OS where unity would misidentify macOS as linux, this lead to burst attempting to invoke the linux version of the linker. Please upgrade the Unity version to 2019.4.40f1.