Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Test Framework -runTests is not working on 20.04.5 LTS ubuntu server

Discussion in 'Testing & Automation' started by bassbeast, Mar 10, 2023.

  1. bassbeast

    bassbeast

    Joined:
    Mar 29, 2018
    Posts:
    5
    I have a 20.04 ubuntu server, completely headless. My unity version is 2020.3.25f1. I'm running gitlab-runner for CI/CD on my gitlab repository. The runner works fine it executes unity with some parameters.

    Unity -batchmode -nographics -projectPath /Procedural\ Primitives -runTests -quit

    This should run unity which compiles the code, imports unity packages among other things. That part works. Then, however, it should run unity's test framework (from the -runTests parameter) in EditMode which is the default if the -testPlatform parameter is missing and spit out a .xml test file in the project directory.
    The fact that unity generates a log means unity is running and working as intended but I expected to get an "exit status 1" error because I wrote a test in the editor folder that is purposefully failing, but that doesn't happen. This makes me think that the test framework is never being run for some reason. I looked through the logs and it doesn't seem like it has been run. I've tried running unity through the command line with the exact same parameters on my local machine and it works just fine. It runs test framework and fails and exits.

    Thanks for the help in advance. Hopefully its something fixable like needing to update the version of unity.

    Here's the log I get when I run unity:
    [0KRunning with gitlab-runner 15.9.1 (d540b510)[0;m
    [0K on Unity Runner b_hxKJyo, system ID: s_15ce4a4bf9e2[0;m
    section_start:1678472486:prepare_executor
    [0K[0K[36;1mPreparing the "shell" executor[0;m[0;m
    [0KUsing Shell (bash) executor...[0;m
    section_end:1678472486:prepare_executor
    [0Ksection_start:1678472486:prepare_script
    [0K[0K[36;1mPreparing environment[0;m[0;m
    Running on mediocremates...
    section_end:1678472486:prepare_script
    [0Ksection_start:1678472486:get_sources
    [0K[0K[36;1mGetting source from Git repository[0;m[0;m
    [32;1mFetching changes with git depth set to 50...[0;m
    Reinitialized existing Git repository in /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/.git/
    [32;1mChecking out be758149 as detached HEAD (ref is main)...[0;m
    [32;1mSkipping Git submodules setup[0;m
    section_end:1678472487:get_sources
    [0Ksection_start:1678472487:step_script
    [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m
    [32;1m$ /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Unity -batchmode -nographics -projectPath /Procedural\ Primitives -runTests -quit[0;m
    Unity Editor version: 2020.3.25f1 (9b9180224418)
    Branch: 2020.3/staging
    Build type: Release
    Batch mode: YES
    System name: Linux
    Distro version: #161-Ubuntu SMP Fri Feb 3 14:49:04 UTC 2023
    Kernel version: 5.4.0-144-generic
    Architecture: x86_64
    Available memory: 48176 MB
    [Licensing::Module] Channel doesn't exist: "LicenseClient-bassbeast"
    [Licensing::Module] Successfully launched the LicensingClient (PId: 14526)
    [SignatureVerifier] Application signature verification not supported on this platform.
    [Licensing::Module] Successfully connected to LicensingClient on channel: "LicenseClient-bassbeast" (connect: 0.89s, validation: 0.07s, handshake: 0.00s)
    [Licensing::Module] Connected to LicensingClient (PId: 14526, launch time: 0.00, total connection time: 0.96s)
    Entitlement-based licensing initiated
    [LicensingClient] Licenses updated successfully
    [Licensing::Module] Serial number assigned to: "F4-PQC6-WEZE-Q6JT-ZS8C-XXXX"
    Pro License: NO

    LICENSE SYSTEM [2023310 10:21:28] Next license update check is after 2023-03-08T20:25:21


    LICENSE SYSTEM [2023310 10:21:28] Current license is already valid and activated. Skipping license activation process (Provided username/password will be ignored).
    [Package Manager] Server::Start -- Port 55877 was selected

    COMMAND LINE ARGUMENTS:
    /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Unity
    -batchmode
    -nographics
    -projectPath
    /Procedural Primitives
    -runTests
    -quit
    Successfully changed project path to: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives
    /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives
    Using Asset Import Pipeline V2.
    Rebuilding Library because the asset database could not be found!
    [Package Manager] Done resolving packages in 13.02s seconds
    [Package Manager] Done checking package constraints in 0.00s seconds
    [Package Manager]
    Registered 44 packages:
    Packages from [https://packages.unity.com]:
    com.unity.collab-proxy@1.15.4 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.collab-proxy@1.15.4)
    com.unity.ide.rider@2.0.7 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.ide.rider@2.0.7)
    com.unity.ide.visualstudio@2.0.12 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.ide.visualstudio@2.0.12)
    com.unity.ide.vscode@1.2.4 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.ide.vscode@1.2.4)
    com.unity.test-framework@1.1.33 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.test-framework@1.1.33)
    com.unity.textmeshpro@3.0.6 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.textmeshpro@3.0.6)
    com.unity.timeline@1.4.8 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.timeline@1.4.8)
    com.unity.ext.nunit@1.0.6 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.ext.nunit@1.0.6)
    com.unity.nuget.newtonsoft-json@2.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.nuget.newtonsoft-json@2.0.0)
    com.unity.services.core@1.0.1 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.services.core@1.0.1)
    Built-in packages:
    com.unity.ugui@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.ugui@1.0.0)
    com.unity.modules.ai@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.ai@1.0.0)
    com.unity.modules.androidjni@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.androidjni@1.0.0)
    com.unity.modules.animation@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.animation@1.0.0)
    com.unity.modules.assetbundle@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.assetbundle@1.0.0)
    com.unity.modules.audio@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.audio@1.0.0)
    com.unity.modules.cloth@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.cloth@1.0.0)
    com.unity.modules.director@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.director@1.0.0)
    com.unity.modules.imageconversion@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.imageconversion@1.0.0)
    com.unity.modules.imgui@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.imgui@1.0.0)
    com.unity.modules.jsonserialize@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.jsonserialize@1.0.0)
    com.unity.modules.particlesystem@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.particlesystem@1.0.0)
    com.unity.modules.physics@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.physics@1.0.0)
    com.unity.modules.physics2d@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.physics2d@1.0.0)
    com.unity.modules.screencapture@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.screencapture@1.0.0)
    com.unity.modules.terrain@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.terrain@1.0.0)
    com.unity.modules.terrainphysics@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.terrainphysics@1.0.0)
    com.unity.modules.tilemap@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.tilemap@1.0.0)
    com.unity.modules.ui@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.ui@1.0.0)
    com.unity.modules.uielements@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.uielements@1.0.0)
    com.unity.modules.umbra@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.umbra@1.0.0)
    com.unity.modules.unityanalytics@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.unityanalytics@1.0.0)
    com.unity.modules.unitywebrequest@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.unitywebrequest@1.0.0)
    com.unity.modules.unitywebrequestassetbundle@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.unitywebrequestassetbundle@1.0.0)
    com.unity.modules.unitywebrequestaudio@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.unitywebrequestaudio@1.0.0)
    com.unity.modules.unitywebrequesttexture@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.unitywebrequesttexture@1.0.0)
    com.unity.modules.unitywebrequestwww@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.unitywebrequestwww@1.0.0)
    com.unity.modules.vehicles@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.vehicles@1.0.0)
    com.unity.modules.video@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.video@1.0.0)
    com.unity.modules.vr@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.vr@1.0.0)
    com.unity.modules.wind@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.wind@1.0.0)
    com.unity.modules.xr@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/PackageCache/com.unity.modules.xr@1.0.0)
    com.unity.modules.subsystems@1.0.0 (location: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Library/P[Subsystems] No new subsystems found in resolved package list.
    Package Manager log level set to [2]
    [Package Manager] Done registering packages in 0.03s seconds
    Refreshing native plugins compatible for Editor in 0.01 ms, found 0 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Initialize engine version: 2020.3.25f1 (9b9180224418)
    [Subsystems] Discovering subsystems at path /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Data/Resources/UnitySubsystems
    [Subsystems] Discovering subsystems at path /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Projects/builds/b_hxKJyo/0/bassbeast/procedural-primitives/Procedural Primitives/Assets
    Forcing GfxDevice: Null
    GfxDevice: creating device client; threaded=0
    NullGfxDevice:
    Version: NULL 1.0 [1.0]
    Renderer: Null Device
    Vendor: Unity Technologies
    Initialize mono
    Mono path[0] = '/home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Data/Managed'
    Mono path[1] = '/home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit'
    Mono config path = '/home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Data/MonoBleedingEdge/etc'
    Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56523
    AcceleratorClientConnectionCallback - disconnected - :0
    Begin MonoManager ReloadAssembly
    Registering precompiled unity dll's ...
    Register platform support module: /home/bassbeast/Unity/Hub/Editor/2020.3.25f1/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll
    Registered in 0.001820 seconds.
    Native extension for LinuxStandalone target not found
    Refreshing native plugins compatible for Editor in 0.01 ms, found 0 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Mono: successfully reloaded assembly
    - Completed reload, in 0.809 seconds
    Domain Reload Profiling:
    ReloadAssembly (809ms)
    BeginReloadAssembly (44ms)
    ExecutionOrderSort (0ms)
    DisableScriptedObjects (0ms)
    BackupInstance (0ms)
    ReleaseScriptingObjects (0ms)
    CreateAndSetChildDomain (2ms)
    EndReloadAssembly (657ms)
    LoadAssemblies (42ms)
    RebuildTransferFunctionScriptingTraits (0ms)
    SetupTypeCache (223ms)
    ReleaseScriptCaches (0ms)
    RebuildScriptCaches (48ms)
    SetupLoadedEditorAssemblies (258ms)
    LogAssemblyErrors (0ms)
    InitializePlatformSupportModulesInManaged (7ms)
    SetLoadedEditorAssemblies (0ms)
    RefreshPlugins (0ms)
    BeforeProcessingInitializeOnLoad (10ms)
    ProcessInitializeOnLoadAttributes (199ms)
    ProcessInitializeOnLoadMethodAttributes (42ms)
    AfterProcessingInitializeOnLoad (0ms)
    EditorAssembliesLoaded (0ms)
    ExecutionOrderSort2 (0ms)
    AwakeInstancesAfterBackupRestoration (0ms)
    Platform modules already initialized, skipping
    Validating Project structure ... 0.001496 seconds.
    Shader import version has changed; will reimport all shaders...
    Upgrading shader files ...0.000247 seconds.
    Application.AssetDatabase Initial Script Refresh Start
    A meta data file (.meta) exists but its folder 'Assets/Scenes/Primitive Generator' can't be found, and has been created. Empty directories cannot be stored in version control, so it's assumed that the meta data file is for an empty directory in version control. When moving or deleting folders outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.
    A meta data file (.meta) exists but its folder 'Assets/Scenes/SampleScene' can't be found, and has been created. Empty directories cannot be stored in version control, so it's assumed that the meta data file is for an empty directory in version control. When moving or deleting folders outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.
    Start importing Assets using Guid(00000000000000001000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: '022db298e6e2d271c865ba386d6c14ac') in 0.006839 seconds
    Start importing ProjectSettings/InputManager.asset using Guid(00000000000000002000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0b0c959102eaca86ebc4dc5127dfa121') in 0.001812 seconds
    Start importing ProjectSettings/TagManager.asset using Guid(00000000000000003000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7ecf41f796a866087ac711db5f79280f') in 0.001561 seconds
    Start importing ProjectSettings/ProjectSettings.asset using Guid(00000000000000004000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a8aed5de4e93b2288f2a980fb641b1ce') in 0.002668 seconds
    Start importing ProjectSettings/AudioManager.asset using Guid(00000000000000006000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c015c11b23d8a9104e80153b4d380b67') in 0.001491 seconds
    Start importing ProjectSettings/TimeManager.asset using Guid(00000000000000007000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b291500965e338f052b443088c9629ca') in 0.001476 seconds
    Start importing ProjectSettings/DynamicsManager.asset using Guid(00000000000000008000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: '29d15d615a86c080a64f9b786ab10475') in 0.001499 seconds
    Start importing ProjectSettings/QualitySettings.asset using Guid(00000000000000009000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: '938e14fa37b64f609e3921b1f4cbe5ff') in 0.001635 seconds
    Start importing ProjectSettings/EditorBuildSettings.asset using Guid(0000000000000000b000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c4e1095ed6a3f4c4747933c4b6bbbabb') in 0.001486 seconds
    Start importing ProjectSettings/EditorSettings.asset using Guid(0000000000000000c000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: '56d721b91561932b7062e0fd4256bebd') in 0.001494 seconds
    Start importing ProjectSettings/NavMeshAreas.asset using Guid(00000000000000004100000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4862326f4da82661fb7d1a912acaf87d') in 0.001530 seconds
    Start importing ProjectSettings/Physics2DSettings.asset using Guid(00000000000000005100000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cd71d25d0dc4f3fa0b2c4fb56b1b777f') in 0.001510 seconds
    Start importing ProjectSettings/GraphicsSettings.asset using Guid(00000000000000006100000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: '72d3791607c77d1293baeb43ace69070') in 0.001583 seconds
    Start importing ProjectSettings/ClusterInputManager.asset using Guid(00000000000000007100000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e99c1458fd7a48b40228b9f4d199bb9e') in 0.002592 seconds
    Start importing ProjectSettings/UnityConnectSettings.asset using Guid(0000000000000000a100000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c2eb4e710e4276003f7768e801012d8') in 0.001562 seconds
    Start importing ProjectSettings/PresetManager.asset using Guid(0000000000000000b100000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c5481fbf3bd0499b72d52cb792fd8ebc') in 0.001481 seconds
    Start importing ProjectSettings/VFXManager.asset using Guid(0000000000000000c100000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'efb06933afa414c4f04225fc2f551306') in 0.001492 seconds
    Start importing ProjectSettings/VersionControlSettings.asset using Guid(0000000000000000d100000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: '34831144f7cefed52a979aef0f802a78') in 0.001474 seconds
    Start importing Packages/com.unity.test-framework using Guid(6023f2b823fc19b4e4a90875281ff117) Importer(-1,00000000000000000000000000000000) -> (artifact id: '273bc2d22aaa0c2739916b261c40cc09') in 0.000374 seconds
    Start importing Packages/com.unity.modules.imgui using Guid(c060426bfd6e82575228df6656368eaa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1b3f564cf33412f46e25402b3ee186fe') in 0.000354 seconds
    Start importing Packages/com.unity.modules.animation using Guid(1158e311a3101950348dcecb1bebc42d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ff8357fb80807bbc5cb6513acfbed64') in 0.000362 seconds
    Start importing Packages/com.unity.modules.xr using Guid(515638b803bef8599dbd6d5c8bdaa53e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '922da88ba3176a7d3d40cec7b52e9e1e') in 0.000351 seconds
    Start importing Packages/com.unity.modules.assetbundle using Guid(b219c86ce508e478367c0a46e1aa9fe4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '32b9f29977a5fd5dfd46864d651abfc8') in 0.000373 seconds
    Start importing Assets/Editor using Guid(534b63e3b996f11458937ceef7c38d42) Importer(-1,00000000000000000000000000000000) -> (artifact id: '86a5c6dc08fb967aa39810ce5b4552d4') in 0.000450 seconds
    Start importing Packages/com.unity.modules.screencapture using Guid(5469ef0820152a4ae45d400fdc4626e4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0d0d51ee7477960ae63aae896921f6b2') in 0.000381 seconds
    Start importing Packages/com.unity.timeline using Guid(a4610cf559d77b9f256416d9ccaeac55) Importer(-1,00000000000000000000000000000000) -> (artifact id: '92c63a2f3d32686517722c7627b1438e') in 0.000361 seconds
    Start importing Packages/com.unity.modules.cloth using Guid(c4df1124e2787ee0c8d1a911de17ee73) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b42279b71239baa7dd618b8b597bc8c8') in 0.000368 seconds
    Start importing Packages/com.unity.ext.nunit using Guid(25a477c2f24db8778a4179421a32cc21) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb9844d6ce79892cb3ba5ed07c69ee3c') in 0.000367 seconds
    Start importing Packages/com.unity.modules.imageconversion using Guid(850c54ee0b9e1aa740b1c67792eb1f26) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3b018dd4b5bce2c70e174a2822d92fb') in 0.000371 seconds
    Start importing Packages/com.unity.modules.terrainphysics using Guid(95f85adeda79e994f011eb2152cf4fc9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '040813f9e0c76d3fd9a4a8cea6f1bf59') in 0.000379 seconds
    Start importing Packages/com.unity.modules.unitywebrequest using Guid(c522a644a29fcab2eaf63298c118a65b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '10b47f41649826c399fb42bcbd70d480') in 0.000380 seconds
    Start importing Packages/com.unity.modules.unitywebrequestassetbundle using Guid(d5f0b0adc6826e9dd3b72e292e8438be) Importer(-1,00000000000000000000000000000000) -> (artifact id: '023d246ce99fc8eb20f838f47233647a') in 0.000393 seconds
    Start importing Packages/com.unity.modules.subsystems using Guid(56b94a5b6990c879bb0f057719d1064b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2c03df2b368d2fc2ede08f49fd368430') in 0.000371 seconds
    Start importing Packages/com.unity.modules.unityanalytics using Guid(d6c6a000a805f00649b36b542e8426c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1a68ef8eb131d4bf99497594945e093c') in 0.000379 seconds
    Start importing Packages/com.unity.modules.physics using Guid(d6db7caf2e852b75ebb9c6098418179c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ecc22e351c79274304097d8ae9fb1773') in 0.000373 seconds
    Start importing Packages/com.unity.modules.vr using Guid(178008567c08e6d84014fa87825d10bb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2a6fdd32bdd7558857e0020a58d62723') in 0.000362 seconds
    Start importing Packages/com.unity.modules.physics2d using Guid(376c84ea405e0f2b80562c23bb977216) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c5e457863ca1016d8d348a2b92722d20') in 0.000373 seconds
    Start importing Packages/com.unity.modules.wind using Guid(b77b1ad9c05af0412725856c6c53b037) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e47d6eddd2c7e72964c958cbad5cf97d') in 0.000374 seconds
    Start importing Packages/com.unity.modules.uielements using Guid(2808ba6bccb2478ec9c7209d8bf1f3cc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '920a484535fefb98b283a0aeaeea51a2') in 0.000378 seconds
    Start importing Packages/com.unity.modules.unitywebrequestaudio using Guid(38e3a8976f0b9c586b6dfbcef4e4066c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6a6af319d09d273f17fad9491f1da794') in 0.000378 seconds
    Start importing Packages/com.unity.modules.particlesystem using Guid(48b10b41f58d5b49717f376cda59eeb8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '335c1632ae60bd39f2561bebefa1bf3a') in 0.000376 seconds
    Start importing Packages/com.unity.modules.tilemap using Guid(09e28640d754a611467eebfb261ed749) Importer(-1,00000000000000000000000000000000) -> (artifact id: '59ba8d077c2fba7e184cd2e9792d4a03') in 0.000378 seconds
    Start importing Packages/com.unity.modules.ui using Guid(39728903e57c60021f80449a8bbc0096) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fc0589effcf26bd1e5fbd2e5014c8a80') in 0.000367 seconds
    Start importing Packages/com.unity.modules.androidjni using Guid(995c08a3305ff9f0dab5e86f340bd9a7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e37c777f42e299a0312a3b6ce183d3eb') in 0.000377 seconds
    Start importing Packages/com.unity.collab-proxy using Guid(1adad61bfb44214ee3e887b5febc4396) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bce9a73463d359e20e709562a329b654') in 0.000361 seconds
    Start importing Packages/com.unity.textmeshpro using Guid(cabaa672b0e3ee91fa7b6da4daab7970) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'efa22517290b760e5305dab21a51c48c') in 0.000388 seconds
    Start importing Packages/com.unity.ide.rider using Guid(ea5aa18a49e4f29d74984ea0ea11a238) Importer(-1,00000000000000000000000000000000) -> (artifact id: '79657491feb0ffdfedbb8fcadaa727a7') in 0.000365 seconds
    Start importing Packages/com.unity.ide.vscode using Guid(1c61a04a5b7737c4d16673d64be4194e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6020a1b66b7a4407e55318bbf8ed2bc6') in 0.000365 seconds
    Start importing Packages/com.unity.modules.vehicles using Guid(1cf2469083ffa484da4d78dd70d708e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '642045c26051bef853bdef523f12b653') in 0.000370 seconds
    Start importing Packages/com.unity.services.core using Guid(3c952e89bf6b2a98a63dad340d4211e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eac80410060370b5e162643c5769a62b') in 0.000373 seconds
    Start importing Packages/com.unity.modules.umbra using Guid(9c7c268fa6492449654839df69f2a2f4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '98cd8fb45611bb0ec3239b187b1ef2d2') in 0.000371 seconds
    Start importing Assets/Scenes using Guid(dc10b386a5bc1f542b75791ee19669dd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0b8e03601ffa75e7b4b7a66e9ab694a9') in 0.000452 seconds
    Start importing Packages/com.unity.modules.unitywebrequestwww using Guid(dcc8c6e92b172a65719af5ddf47dd968) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e4436fb16b28c468aa8ea7754a1ae02b') in 0.000381 seconds
    Start importing Packages/com.unity.modules.jsonserialize using Guid(fc3a810351931f5e6183e16b9beb5563) Importer(-1,00000000000000000000000000000000) -> (artifact id: '91025023df44d0778788aa9b9ed15160') in 0.000377 seconds
    Start importing Packages/com.unity.modules.director using Guid(2d142b475fbfb8cf12ba3a795194300a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0a4a656af68512c24618517918d97339') in 0.000370 seconds
    Start importing Packages/com.unity.modules.audio using Guid(2d6ba5cbe47e6ad3c87474c56174d4e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '27733ba74b3bfd9bce9f246d8844265d') in 0.000367 seconds
    Start importing Packages/com.unity.ide.visualstudio using Guid(9db636ca49aa246019dd93b7c8b689f4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3faffcd0526bd7e49a1694b5854e389f') in 0.000361 seconds
    Start importing Packages/com.unity.modules.video using Guid(ede0462698a4a5643aa9872c074acd38) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ed54a19a98d47c7f83d235152b73d2c5') in 0.000370 seconds
    Start importing Packages/com.unity.modules.ai using Guid(fd871a8be47119612f7c254e96a822b7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c4447043d0f7007912f4cd17924b2f30') in 0.000364 seconds
    Start importing Packages/com.unity.modules.terrain using Guid(6e1c8b97ec8aa0464e92506ffe099558) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b8261d928d00c75321f1c367f3d5adaf') in 0.000376 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json using Guid(7e7d2b05dd6ea119ce16861d56d99a82) Importer(-1,00000000000000000000000000000000) -> (artifact id: '54a3b2c50d779a021222911e3db957a1') in 0.000407 seconds
    Start importing Packages/com.unity.modules.uielementsnative using Guid(9ef31337c0a2319d3bb51e37cdb73cd8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5cb35cc830e18f4c860858811ee43cac') in 0.000377 seconds
    Start importing Packages/com.unity.modules.unitywebrequesttexture using Guid(6f1c7ebc8ac78cb951be24c238cbd3ba) Importer(-1,00000000000000000000000000000000) -> (artifact id: '725250a901d0201873f403193749765e') in 0.000401 seconds
    Start importing Packages/com.unity.ugui using Guid(8f7652e09069a1943278893d4264401e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '469f5de87833214321ee5f0cb030b52f') in 0.000359 seconds
    Start importing Packages/com.unity.ide.rider/Rider using Guid(9129183a42052cd43b9c284d6dbd541e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd5203f0042f037522f724b900000f4cb') in 0.000522 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources using Guid(d1a0a27327b54c3bac52a08929c33f81) Importer(-1,00000000000000000000000000000000) -> (artifact id: '248ac972c4af54a0fb6fa9c8d0b1b3a9') in 0.000536 seconds
    Start importing Packages/com.unity.collab-proxy/Tests using Guid(f14311c132be48342a010833293cf97b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c8f4473157eb40ac5a4bfb20a6514189') in 0.000520 seconds
    Start importing Assets/Scenes/SampleScene using Guid(f1e35e36047c39a429d619bd0ad2f932) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f25fa98d2443bcb082292f4470ebb32a') in 0.000475 seconds
    Start importing Packages/com.unity.ext.nunit/net35 using Guid(a36d8b72880a8004f96ac54ce4598ff9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b697761726d15bb674bc04d66448d1ac') in 0.000517 seconds
    Start importing Packages/com.unity.timeline/DocCodeExamples using Guid(5486badfefef3eb47b45d071d232469d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f7d9e04f3333fc08cf97417dfb83d36e') in 0.000537 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner using Guid(950890083f4907541a6ed06d70959e49) Importer(-1,00000000000000000000000000000000) -> (artifact id: '97ccb208c6c85eaeefddffb6c47215f4') in 0.000551 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner using Guid(95cdf27b47eb82747ba9e51f41e72a35) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f0a29449ac093454ef393c452171daca') in 0.000552 seconds
    Start importing Packages/com.unity.services.core/Editor using Guid(b53dd038fe96141b3ad1e6676408d00b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9c46cd5cdf1e45714cd8e563d9df99f6') in 0.000530 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts using Guid(e6a1d1e3d2384453a7371b4a07a41ca4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '829826be4ee4bd716f3f3a020f758580') in 0.000552 seconds
    Start importing Packages/com.unity.ide.vscode/Editor using Guid(58628227479c34542ac8c5193ccced84) Importer(-1,00000000000000000000000000000000) -> (artifact id: '55d2d58391d9e93e6756aabe88914e50') in 0.000513 seconds
    Start importing Packages/com.unity.ugui/Tests using Guid(d850db319a63d2546932ff76fe55a498) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9e8e9ce65ca9c7b1230992168abc082b') in 0.000525 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Tests using Guid(2a40f3a5329968b4d9b8ada455164628) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3a01164a4ac0e19dadd690f335ebd740') in 0.000531 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor using Guid(4a707af59e3522d43afe34dfc4429b86) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aa4302481bed5f514e0f1d4906555891') in 0.000516 seconds
    Start importing Packages/com.unity.ugui/Runtime using Guid(aa14b70e6a58c5b4fa6663623e3dca91) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1fb416b6fa09b99dddb5778374927809') in 0.000530 seconds
    Start importing Packages/com.unity.timeline/Editor using Guid(9b4f21acd14fdd445b37b76f6587539e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a61c8e8b5cf20032261abfdd4ceab98e') in 0.000538 seconds
    Start importing Packages/com.unity.textmeshpro/Tests using Guid(2ce4bbcc4722440890a03312706037fe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '21fe380d518890dd4cf9cfb8d8b1a969') in 0.000532 seconds
    Start importing Packages/com.unity.collab-proxy/Lib using Guid(dc0f0050d6c104fc7b2b61ca838fd8c6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a5425e3a793e55b571ee369e7abe9115') in 0.000513 seconds
    Start importing Packages/com.unity.collab-proxy/Editor using Guid(3eedd97b804f5a546a8817f8be60e318) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4f5f4314ec8748c7892154aa3966a57b') in 0.000520 seconds
    Start importing Packages/com.unity.textmeshpro/Package Resources using Guid(5ec95f4d5b2d1f14e9ff8682562553f9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4334c366f2502a85a90b7147c7649f90') in 0.000534 seconds
    Start importing Packages/com.unity.ugui/Editor using Guid(bee384ad5b4d1a843a018082e7db53cd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6faef59781871014ad9ef3330c82e062') in 0.000525 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Runtime using Guid(de1c7164adaf49d47b5de31c140713c9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '32448936848c71d07457619aa925851c') in 0.000540 seconds
    Start importing Assets/Scenes/Primitive Generator using Guid(fe4ba46ff3353614fa3480bee3e34047) Importer(-1,00000000000000000000000000000000) -> (artifact id: '33ab92b773815b66578fe61e054ae295') in 0.000464 seconds
    Start importing Packages/com.unity.timeline/Runtime using Guid(efcf753a96a07b24dbe5f23a8ad5963d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5b7237fdf164f56e9d97ae1828b89c87') in 0.000538 seconds
    Start importing Packages/com.unity.services.core/Editor/Core using Guid(4002c4a9fbda3480eb95944a3d3a62de) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c8267f7a8e45d6a32d9f1e34992d0909') in 0.000544 seconds
    Start importing Packages/com.unity.timeline/Runtime/Activation using Guid(d0cd29fb1ad218b48b814bc3e6d8ac0e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5b959f530bbf935c5484e5ca00859868') in 0.000553 seconds
    Start importing Packages/com.unity.timeline/Editor/Audio using Guid(e091bb444874ef244b1ba4a813fc1e34) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cce2eeeff1e1b48a265a95984641af26') in 0.000542 seconds
    Start importing Packages/com.unity.textmeshpro/Tests/Runtime using Guid(114ee901710203147bd1e6b8555e3887) Importer(-1,00000000000000000000000000000000) -> (artifact id: '13c02dcba44338bf62e0fd2df285a8bc') in 0.000545 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation using Guid(3174898fbcdf12448963cdb5f5b60a33) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a9413117aadcb41bd7e4af4c990f2078') in 0.000565 seconds
    Start importing Packages/com.unity.timeline/Editor/Attributes using Guid(919d97c1a707113409177d498d31cf51) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a00996f0e16ed74b1968032f6f0eac1c') in 0.000549 seconds
    Start importing Packages/com.unity.timeline/Editor/Activation using Guid(b124f0b8ca43e6e46bdc0322fad15ea3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f78c4225ffb121c56d95e60374120d81') in 0.000600 seconds
    Start importing Packages/com.unity.timeline/Runtime/Audio using Guid(d19b75372f4e44d4fa4b2cffbb54124b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bede6c11ced0fe15701cdcf896ceafd6') in 0.000540 seconds
    Start importing Packages/com.unity.ugui/Runtime/Properties using Guid(32e2186f4598cff489784aae586f2215) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e579e0b09a4f901384db18ad707ab6aa') in 0.000556 seconds
    Start importing Packages/com.unity.ext.nunit/net35/unity-custom using Guid(2347243c7aa3e224f9282dc94e6fc3b2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a861703bb57fedffbd55b886e408a091') in 0.000524 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor using Guid(936bea4b2545c4a4fad2e623b0f6371f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a68dca1fe1e2cbb50710bb14d547bed7') in 0.000548 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol using Guid(936c6340f3468444ebb1785b4c311126) Importer(-1,00000000000000000000000000000000) -> (artifact id: '56a96504e2d32af5a779532dc836484f') in 0.000575 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Runtime/AOT using Guid(14f21d7a1e53a8c4e87b25526a7eb63c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6be11645e74d6a6998ab29c6f1c4722d') in 0.000549 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI using Guid(742654cad2425334696ba6ed4495cfef) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a1d45e2f3cad243dbf55a69b6d5ea093') in 0.000546 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest using Guid(b477d1f29b65a674e9d5cdab4eb72b01) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a94c865e98bf080c86fbbf78af919752') in 0.000589 seconds
    Start importing Packages/com.unity.timeline/Editor/Recording using Guid(4584db2acba045742a16942983e7fb96) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bc703c0f3520bc374ba2a1195f92ad15') in 0.000542 seconds
    Start importing Packages/com.unity.ugui/Editor/UI using Guid(853edc343b78a7c4c81cbb3851d48c0a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '687a030b9da26615d58eaacaf04bd87a') in 0.000537 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestSettings using Guid(95b719082a664ea45bb56759eed1f271) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ef61d9b9708f7842a57bbab2765c1008') in 0.000574 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor using Guid(b5d6c28ed7b94775be9e2560f300247c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ca8fa2c185f0c4546bacb2991d292ef8') in 0.000553 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime using Guid(c545241cf2e56ec4997d7677f01ef43d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f099eef025ef8ed7b3738e9b3c6a17a2') in 0.000557 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM using Guid(d5ae383aa416ba14e800dff2526122ed) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dde4d127d03d2bfeaf0cab7f5584518e') in 0.000532 seconds
    Start importing Packages/com.unity.ugui/Editor/EventSystem using Guid(f525580684527b147b70cf94aaa70dbc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a4083d49e2c5afedb8927fcccd5cb033') in 0.000549 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/COMIntegration using Guid(36422aa067e092e45b9820da2ee3e728) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'abd731f99035cecd3fe54b4203bcd85f') in 0.000533 seconds
    Start importing Packages/com.unity.timeline/Editor/State using Guid(5673d7b11cb9ad04eb2368068b720c17) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd49fdfb9e72de897e65cb69ed4f8d484') in 0.000552 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineParser using Guid(7602252bdb82b8d45ae3483c3a00d3e1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8de7e03e0f284a5ed8ac17245bfc6993') in 0.000578 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions using Guid(8620e97e7e9859049934889a52248435) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c1fa86a6f7f5d17db715f1f1df9e930') in 0.000559 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers using Guid(d64d92e4f04a13e4b99ea8d48e9e8ae9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2d68b4a4e8e7592fd9e84cf664636990') in 0.000573 seconds
    Start importing Packages/com.unity.timeline/Editor/Extensions using Guid(f601c0d674119f74db9c15166b3a58c4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd7b90a14b4883f5a48ffab826c442609') in 0.000554 seconds
    Start importing Packages/com.unity.timeline/Editor/Analytics using Guid(57ff740bce4ab0c498ada374a8ca1dc0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '630bc150255694929332d099cb369202') in 0.000549 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun using Guid(8721cb2237d4a564a94a51f56243bdac) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fef70f4c18f0b3c01d93e0de7c3567d6') in 0.000574 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities using Guid(a73ebdb6c1006364f8c7b37dc53d8ab7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '44f2535d5275733e337b86b18642ef54') in 0.000552 seconds
    Start importing Packages/com.unity.ide.vscode/Editor/ProjectGeneration using Guid(c779d3735d950f341ba35154e8b3234b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a854485d1a337da508373893c375d470') in 0.000536 seconds
    Start importing Packages/com.unity.timeline/Editor/Window using Guid(28e8b16370ff78c4faca58757271619f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e95bffe160831485401c6a2ab4767d20') in 0.000549 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor using Guid(b8e4d0db015969e4b807acc03df70d15) Importer(-1,00000000000000000000000000000000) -> (artifact id: '876604e25bac44697b9987378fd4ed64') in 0.000526 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events using Guid(b8c5993172f27e4419d7d4ed5ef77840) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2122f684aeef7710eea380fbd6e8951e') in 0.000546 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities using Guid(f8730045d7da0f84cb11c0d868899577) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3a272969c4a0ceb2d3235a7151a46c7') in 0.000549 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures using Guid(f8e6a2d47aba4c6c9b3c5a72d9f48da5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e69f40b28da8f43040a262cdf3dbc0c2') in 0.000557 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner using Guid(49d4c2ab7ff0f4442af256bad7c9d57c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '62606af654556bc6c4fa5a31df5f2805') in 0.001179 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Gizmos using Guid(e93ec7eb6de342aabd156833e253f838) Importer(-1,00000000000000000000000000000000) -> (artifact id: '352a5f128871581c7586efbb88097a6d') in 0.000553 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions using Guid(1ad55f5ad04d1d045a1f287409c650dd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eb416b3f2b850bab58963fd27d07da6b') in 0.000576 seconds
    Start importing Packages/com.unity.timeline/Editor/Items using Guid(3a5038547af7c7f46bd90a015862e0b3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3bd3517a8f37b600f709dcc10106af22') in 0.000547 seconds
    Start importing Packages/com.unity.timeline/Editor/ControlTrack using Guid(7a24ec4b5c3e08e47bf50c8298c1fe0d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '959991f73f085d7c2e90fccc35431f2d') in 0.000565 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor using Guid(7a5a6b0b4d8d6d6428e297651ac42235) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cdb17810bade8baaec1c91cd49ede9b4') in 0.000525 seconds
    Start importing Packages/com.unity.timeline/Editor/Playables using Guid(9a6069768ff3d8043a79348813f86cba) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0777f2cb1e4920a98e7f9a1adeec8820') in 0.000547 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators using Guid(cae60a41b37427b48a00027b3e0fc1e6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '589ada8429f0a2fa2a54c59f97743912') in 0.000547 seconds
    Start importing Packages/com.unity.timeline/Runtime/Control using Guid(ea998292f45ea494d9e100f5f6362f91) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0efddc4f3f5561f2945a94b06984b53d') in 0.000548 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api using Guid(fa423365b1ce06a4dbdc6fb4a8597bfa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '797443b5d4d08b2edd0fa8837cc23165') in 0.000586 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor using Guid(1b393f6b29a9ee84c803af1ab4944b71) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ffde20bbe5245db4662e2fcc99b88d20') in 0.000539 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/VSWhere using Guid(5b17896803f77494da73d73448fb6cb4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9cf3a691cb031a93da99077be725b0da') in 0.000528 seconds
    Start importing Packages/com.unity.timeline/Editor/Undo using Guid(8b14bec2bf8aaba4cb3fa6ecd283dc65) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1ec1fa04e3cda0cf04b09501d5982008') in 0.000546 seconds
    Start importing Packages/com.unity.timeline/Runtime/Playables using Guid(8b7d06780fca6fc4384580d3ebed9219) Importer(-1,00000000000000000000000000000000) -> (artifact id: '898fbc138beb360eeca0f2535263e66b') in 0.000550 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/ProjectGeneration using Guid(8beeeeebc0857854d8b4e2c2895dd7a9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd33518c779b6ba46a80f8882a69f321a') in 0.000540 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils using Guid(bb32bccaf32a6db448d1c0cc99c78688) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eb88739056100f6ae8b6e7cbdc20edd6') in 0.000576 seconds
    Start importing Packages/com.unity.timeline/Runtime/AssetUpgrade using Guid(0c04c8cb23b78e04492e0f310cdee93e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8eecaee67863c931c153dad3ef61f3b7') in 0.000551 seconds
    Start importing Packages/com.unity.timeline/Runtime/Evaluation using Guid(4c6f60d349ea37048af03504fc872f33) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eab699afb15defb131d1b4ddd9fc6d81') in 0.000549 seconds
    Start importing Packages/com.unity.timeline/Runtime/Extensions using Guid(6c61ba0c209bcc74f83e3650039ebdf9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f9f1f2f87acdf28f6cdd6ae4f2f3ab9a') in 0.000553 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals using Guid(cce613d1538e76a4785658931c7db093) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6b3c3fb36a92bb0cbbbaaccb1c6b01ce') in 0.000541 seconds
    Start importing Packages/com.unity.timeline/Runtime/Attributes using Guid(ec817e5e5781e0a4983a1dc8875d1974) Importer(-1,00000000000000000000000000000000) -> (artifact id: '48fd4a87b0948d74ef2c54ab70d0138d') in 0.000548 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets using Guid(ece36bb2bc4128d42911bbc757a56860) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c7263b4a0b96547bbf6985dfce449892') in 0.000553 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner using Guid(1ddb9e1c877ea80479d1eab4ddaa5d0d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '77e2424b453cd786751df9d3fd06ddf4') in 0.000574 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Shaders using Guid(2da27f5fe80a3a549ac7331d9f52f5f0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2cdf4b34ca7a1a94ffa415eb8f25231d') in 0.000565 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors using Guid(2d8485e4e3a2bcb429fc32900ca26d9e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5bdd6f2ce024519cdb834d89c0f3fa57') in 0.000546 seconds
    Start importing Packages/com.unity.textmeshpro/Tests/Editor using Guid(2ddb9c7e83a272341992e289cb625a29) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9f29b82ef736dda78d41f6b8b7ba1448') in 0.000546 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate using Guid(2dccfb4f31ae9ba44b41452beaa34658) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4d646bdf387fbe8074382aa6bf360f20') in 0.000527 seconds
    Start importing Packages/com.unity.timeline/Editor/CustomEditors using Guid(ad70ff8d98b257540b683737743828cb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f029236a008c93d6dd2a3b8414ea8a6b') in 0.000564 seconds
    Start importing Packages/com.unity.timeline/Runtime/Scripting using Guid(bdb4f6935641b574b984da8dc27cab45) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3ad98ebc3f0161532badf91e642d3fd') in 0.000551 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Runtime/Portable using Guid(1ea4df43bb909499fa840ea0b9e55b3c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7b4f46721d34f9945b5729fb25e4a470') in 0.000550 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Plugins using Guid(1e5abb64fdd0542b38f4dc1b60343e8a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'feb7b8544cb2dda2516d0aa1beeceff1') in 0.000556 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions using Guid(3e8d6af343b383544ba5743d119f4062) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9cde2174a737450a261b692e8c70a3f3') in 0.000578 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI using Guid(7e609b27ad2caa14c83dd9951b6c13c6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '418762e1b8b4fdba07ec7daba65c9ed1') in 0.000590 seconds
    Start importing Packages/com.unity.timeline/Runtime/Animation using Guid(de9eb5e2046ffc9448f07e495c436506) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7781cc70a9954fa35c2d8f3404e717d6') in 0.000551 seconds
    Start importing Packages/com.unity.timeline/Editor/Properties using Guid(0f71aeefaa877ae4787e8356f25ad1e5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd1496274ac4b1c9b89dbc96793dc9ba9') in 0.000549 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging using Guid(2f820130c86c28547a0f1a2f4c73155b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4a9269b2e49326c4466847df2f889bec') in 0.000534 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/NUnitExtension using Guid(3f9202a39620f51418046c7754f215f0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '39c0def2f001012b4aeb7e66f30d93ea') in 0.000578 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime using Guid(5fc988a1d5b04aee9a5222502b201a45) Importer(-1,00000000000000000000000000000000) -> (artifact id: '35ffc1e5c2bb0d763abafb959b7bb1f6') in 0.000555 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem using Guid(7f27709c942d91541be1fd6aa5cb3d78) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6d0d1472534a04343f24123beae535b4') in 0.000563 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Testing using Guid(7f9f1d015d7a8ba46b7d71acfcda3ae7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd48241e3d08fca36b3e11ed601ef4ea7') in 0.000528 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Tests/Editor using Guid(bfd0871f6d3a6f646869712388b6f00e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7932ea3e11ed0fd2921793bd9744d842') in 0.000552 seconds
    Start importing Packages/com.unity.ugui/Editor/Properties using Guid(cf97e54bcd5479a46bdbade48da047cc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eecd69593f0790751b812f8be57ef5e8') in 0.000542 seconds
    Start importing Packages/com.unity.timeline/Runtime/Properties using Guid(ff97302ee78d6ad478b433ec557ee303) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a7692e13f7a72851575f9bf5b2130fa0') in 0.000548 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview using Guid(ffcbe86028d681144b703991885c535a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b5922fac778afde82ffb73586b83998e') in 0.000550 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Image using Guid(1091bc2ad06e3234aac2b2fa2841c09d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1557249d96c18e70f45af120d6db9843') in 0.000564 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Common using Guid(20757f1954d242248a5d6250be2369c0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '34a18227b1a61f1fe661159af2238e5c') in 0.000558 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/RectMask2D using Guid(305ca32be1aa5504aa182f583895dfe4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb9c39440e6eb1b7e6b5af440a75dd26') in 0.000568 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/BackendHelpers using Guid(40f9aa331f3045d4973df46b8e2c124c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1eed9e6284fe4f4281f6dfb36c63eef2') in 0.000561 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views using Guid(90e77543957de2e4dbe9d7d7c7653add) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2db7b425e12bfc67364ab506bdfec5d0') in 0.000539 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets using Guid(b01e5a3d2517b904698dbc9fa0df727f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2772323f70285d2040e30d28e5502a25') in 0.000563 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM using Guid(015928784c946c147872bb8545628fb9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6557b91f72630b4cb621cdba4507d313') in 0.000541 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration using Guid(313cbe17019f1934397f91069831062c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '032ac8827f35d292899a17ede8847c25') in 0.000575 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/COMIntegration/Release using Guid(41b2d972bdac29e4a89ef08b3b52c248) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4e7686d759d2684b7333c0b9f074aed1') in 0.000550 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/AssemblyProvider using Guid(51557afa652635743b264a309f0a5c60) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3f9137ddb8bf193bb85a6051a19c6c93') in 0.000604 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/Callbacks using Guid(61e236e8570a95e4eb754fb291e102e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0421e86e61c7987219af090f389fa11b') in 0.000601 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/RemoteHelpers using Guid(91c20d2c22b8b3a4cb6c816bd225591a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd30b23b6609aeaaa03b9d0ebda2ba592') in 0.000608 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate using Guid(a104f18619a7156469e9d97f767b4fda) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f4ad960ceab5986a4f9b79899ec9e1af') in 0.000545 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/LogScope using Guid(b1d8465ba1376b148bdab58965101f47) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5eb9b6d747adc11c63534079260ef551') in 0.000598 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/InputField using Guid(c16c54fe03afb5740bcc0a2a295cb79d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e2298b546eafc4a3a9e8f184ae70c0a0') in 0.000562 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/res using Guid(12a2d6aa8a743f04aa760f8c675c97e6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e60d194316fec4da52362d1ee0893745') in 0.000559 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core using Guid(12c42068351bb084abde965d725b9887) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c921cf80fdc915e0130ae8407f6200fa') in 0.000569 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService using Guid(5284a3d1340a5cf4d92c2b76beaa29f0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '41d7a05df0c46b3bedf79e2fd96f45f2') in 0.000547 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle using Guid(a20df6e3467b24ed5b49c857ce39e096) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f27d3e2841b7071a798b5a7a3a8cddb8') in 0.002543 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Toggle using Guid(e210c8bf2e9c6514d90a1bd77586af1f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b805caf5b8cf5e9e499f169336aa5c98') in 0.000564 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Button using Guid(239dd6edc8e5cd14585c03e09e86a747) Importer(-1,00000000000000000000000000000000) -> (artifact id: '90852b687de4ed382c9d423e5ad59a0a') in 0.000551 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/ScrollBar using Guid(43b1467da3d29ae4597a733828cdd84a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6462405838ee7f43b5c88e7282d30f2f') in 0.000563 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/WebApi using Guid(73d911d9a41870c47a8442b59375b4c6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'acdc6212aaeb7c1a8530587dcb8608d4') in 0.000543 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Graphic using Guid(8313ea704470a264295ec9e09aec6ebc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a0aac5c772c0cd515d40d60240a2d18e') in 0.000561 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/TextEditor using Guid(93effba7cf7f3824ab0bd048a27a9c02) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0ee8315649b2dd6b297a64177847c509') in 0.000555 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils using Guid(b32be061a815d6947bc3594cdcb94a1c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '263186cd6a93797bf5f1c744a09c19f1') in 0.000572 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/EventData using Guid(b3cdabf2f1e76854d8aab5930305d70d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a2888ff93498eed39af52f5b58896616') in 0.000558 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Filters using Guid(c3de99f9efc582a48995bc8e8c2df418) Importer(-1,00000000000000000000000000000000) -> (artifact id: '38a5d4ba18380d7aed29fc48e3832658') in 0.000601 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu using Guid(d3f8e034331c39c4f823ac31228dc4d9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5a8fb1e828a0c69a892fd5574bca24ed') in 0.000546 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM using Guid(e37a9c7a8e0383d4b87c58b1fae01778) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b5ab61aa028e75ce57db8fd4836f1007') in 0.000544 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets using Guid(2492c688529fd3141b14c0c9e69a8f1f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e1e301bc5dd9ab3a9c7cf7871cf79d33') in 0.000549 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Gluon using Guid(247bccd1e820aae42b0c93b3f77ce6e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '61eb08f6fe9d6c331637e4582f784370') in 0.000549 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Animation using Guid(5472815444de2ce45bf2053a4af04b9d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f0e4b076096a1c323363e57fedd0377b') in 0.000559 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/UserInterface using Guid(c4ee702e4972b054ebbccea95bd2bc31) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c6c7777993285d182b00546227ad9047') in 0.000548 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Inspector using Guid(d4f346ffc6a5b7146bdff6f43464df28) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0b75cd4a76d321de616b92ca495167f8') in 0.000543 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Drawers using Guid(d40a0edbdcdcf9747a420f3bbe0f18db) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8e23e127529448f10d57b09065f0236b') in 0.000565 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/Messages using Guid(256a0ca37fa972840bce7fca446e75e7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0e5745d04d7315950e443ac189219ca8') in 0.000609 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/Properties using Guid(354fde95fe0643b09509e5fcee350b33) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4f2a2ce58f994714d5d5db9df43f2fd9') in 0.000571 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers using Guid(751662d6c01144819a1d17e1333bb5a4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1e8ef3b1fcbad163eda67796799a5793') in 0.000561 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Slider using Guid(850af9f3bf6d14143baf2ecfbf25db52) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd3f3d4a3df497bd6a2b5f7350c45aefe') in 0.000560 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/UnitTesting using Guid(a52391bc44c477f40a547ed4ef3b9560) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eb7ecca1c39930308925b8315fecde3d') in 0.000541 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/Views using Guid(c5535d742ea2e4941850b421f9c70a1f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3415fde1b4b9c4087c4e8a5e318bcbbb') in 0.000614 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Scopes using Guid(d55400f78d024c05b04dc124bb181d9e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1e3fe0801179514239736ffadae762f5') in 0.000558 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models using Guid(f525911acf5ef584ebfbe9db670ebfa8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '04d2c090429f8101753308cca9e47be7') in 0.000542 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Snapping using Guid(06ae1baf5524b314fa65b173b9eca869) Importer(-1,00000000000000000000000000000000) -> (artifact id: '05d410a9e8e4a96fd73a173640304f84') in 0.000561 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/Raycasters using Guid(46646a5562f14984690c85ee7b946bc9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '187bb8485cf76a7a80b3d7683cf9ee8d') in 0.000568 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI using Guid(565f0b089a3d53c4e9a329a5ec1392eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a7fbbd906e7bc3fb7ca8730d4ec92b55') in 0.000546 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/CurvesOwner using Guid(86cacab070a0a46e99aedb596a32c4fe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2ce7fcc50853042e07eb38a007ae9134') in 0.000581 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/NUnitExtension/Attributes using Guid(96c503bf059df984c86eecf572370347) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'da4ab6e3ff4dab0acb2ae4b8d6b27cc4') in 0.000609 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Trim using Guid(f6d64d8648793944dbadfd71f0f4b0a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0cbc981c3005784476a12ee69552fab1') in 0.000558 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer using Guid(f6079802724cc154ea5667c3a1e31d43) Importer(-1,00000000000000000000000000000000) -> (artifact id: '01ce7e927f4d731e5528ff620188c338') in 0.000548 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/ClipInspector using Guid(f68c7f7359094f045930a108c444e7a4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '76ffa21e78b84336e21433546ec4e6be') in 0.000564 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListBuilder using Guid(07ea0326ed848fb4489187cb58f96113) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e03873b346d53adc9b3ec6f568ebb8a2') in 0.000610 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/Modes using Guid(37472f5179ca2004489ac901814cdbc3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '89c446b50c427d61567d49f4c73d57a3') in 0.000557 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner using Guid(37888acc09d9ee848bf9559f06645c45) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6d674a112b1aceb41af46c5456e84aa4') in 0.000598 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Utils using Guid(67e9c6cf60c57a54f9f4db1bc33fd2e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '33776fa990f09f452d6e5312274706ef') in 0.000571 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components using Guid(e7be2071ea7d53645b6b64cfbfcdbd47) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd8e971e532118e747f9827f70652eaaf') in 0.000546 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Utils using Guid(2834b4ceb01eed449ad34cbd5f6d13cb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0f20774b53a4c7b63a8be31405bfb8e3') in 0.000559 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListTreeView using Guid(68cb547af0187634aad591a09c01cd5b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8359ca2a63367c367aab9f5f30451cb1') in 0.000610 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/EventSystem using Guid(98d14ab1acf42df4f88a0561822ac807) Importer(-1,00000000000000000000000000000000) -> (artifact id: '120f2b824792ef6e0b7a24b7543e276e') in 0.000563 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/Menus using Guid(985eed4bc2fbee941b761b8816d9055d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'edd1073a043c131868df0445683efced') in 0.000575 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/Canvas using Guid(b86b117346968ac4d9cc63e4385becb7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1e4cf569e68ef4fc3d9c1238e4326a52') in 0.000558 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Tool using Guid(e8c918ed7b49ea54ca28f8c04b27140a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b384484458ce485fc127370551620c10') in 0.000539 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Properties using Guid(490897bee6eca8f42b853dca3b89e6a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '891df08b72e70b52ff196dfebfb8c933') in 0.000552 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetOverlays using Guid(491c192b16f732b4983b4a539908ad32) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6c52baa694929bb48cdf8046deb34c14') in 0.000548 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/Analytics using Guid(891bb6b9f5094c36b59c3788e21c8213) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'acae664ab42d2a6312af78fcbac1ebbf') in 0.000595 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/ViewModel using Guid(b9d7bb79ed0c2854a8a5ed7decc3e44f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4fca79cc3fe27c282969d2b6a699669a') in 0.000562 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Messages using Guid(d9682e749d3efc642af54d789d9090a6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b792eb50869a888ec96f9952f9e6b213') in 0.001099 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/UnityEvent using Guid(e90cc37a5ccf4a44dbecc5b7172ec512) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a8c54752283fcc8897e8eaed3adfe32f') in 0.000584 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CloudProjectDownloader using Guid(2a088652feef3704ab1221770deb738a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bb9bc1451b9d0a7904674d8e407f2e59') in 0.000554 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/InputField using Guid(2a28c2fab6b1bb745a844ef6b908e7ee) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd7fa4b090d0638c38a220acbd3872285') in 0.000564 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Cursors using Guid(4ad09461bf994e54da846f726a23118e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bb2becaf38bb86a66683e046f214b2ef') in 0.000565 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/PlasticWindow using Guid(5a008f62169d22a47baf093d5bb660ff) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6845d46e30b05a8147cb1802d095e65b') in 0.000546 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas using Guid(9a3557da07c729b4eb774b8e30e157a4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '51cf2a1ed1178840c10dd5ba6a010306') in 0.000577 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/PostProcessors using Guid(aa290bd9a165a0543a4bf85ac73914bc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4014df908af7ac9204be9c25390fcd4d') in 0.000546 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Dropdown using Guid(bae197be297529d4fa735fbe7c91828d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '62b680b3615d365cdbb4024007283a68') in 0.000557 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Extensions using Guid(fa68ac03b8845a142974ec6497cb4acc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3a8941d6cd0a038101a2554aa055739') in 0.000567 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Networking using Guid(0b27d1db01b634ba6ac1adc6a7ab2421) Importer(-1,00000000000000000000000000000000) -> (artifact id: '08a789ece8a9455efd52efb98e344432') in 0.000559 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/MaskClipping using Guid(2bc8a181dfd9de24388de89bb8db7713) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd34c55f83f81a5d3de7577d43712151b') in 0.000561 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/Signals using Guid(5b00473355622524394628f7ec51808d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7bf2bc94c96c7d7ae5bfcd72d5e6c01e') in 0.000578 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/TreeView using Guid(5ba130fc1db953547a50bcf5c162a3e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '911fa7f89fa220d36172280f0e94b2b5') in 0.000563 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands using Guid(6b72875690e0f7343911e06af3145bd5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '76691b66e5a760370c6aa70109093959') in 0.000605 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ProjectStateManagement using Guid(8bc3494ea9e548e099a2bb941ad9ddee) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5244626c544f7f54f8166301c8492685') in 0.000564 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/ScrollRect using Guid(9bedab6f9886aee42b33e424bffdb640) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2dc8ca7dc1caa66daad142fa22e613b1') in 0.000562 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem using Guid(ab93e1a81defc3243a6e9cd0df3cb443) Importer(-1,00000000000000000000000000000000) -> (artifact id: '17c9d983c6278b50dec5accd4b5bbc6e') in 0.000570 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup using Guid(bb8205c0c0b784250b672c44b2485015) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9eea93e1f168cb82892f544d950171b8') in 0.000566 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/AddDelete using Guid(db34f310723c62440a05d3e69f262a70) Importer(-1,00000000000000000000000000000000) -> (artifact id: '95844f417ed94b1c2d87420aa37d470c') in 0.000560 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlatformSetup using Guid(ebc4d20cc106cea49b1df1153f0b3b5e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a9dd21f66b982ce0c578574c6b23bbb6') in 0.000619 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Attributes using Guid(0cb14878543cf3d4f8472b15f7ecf0e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '41d2f3adbffd490dd5b1767d28868dff') in 0.000600 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters using Guid(0cff47e28e2fe1041ac0f32522078b2c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c76244c9997add632e4e148765184afc') in 0.000545 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/Slider using Guid(4cfe5ade9a1375e40aed87618b92bd12) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5ac9399372b5bf60133bef4db7eee989') in 0.000568 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/AsyncOperation using Guid(5c45c8e8103c548c189b24aa4182e8b4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e2bf213d59b695841340a5f56cdb7692') in 0.000566 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService using Guid(9ca68cb91190f469da4ed874ef657802) Importer(-1,00000000000000000000000000000000) -> (artifact id: '02ec0fd2358210f5de55409dedd4254b') in 0.000562 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/PropertyDrawers using Guid(bc9aa6d5a7945f34882c442e9e201537) Importer(-1,00000000000000000000000000000000) -> (artifact id: '675ea378da80fcd817832fb513ffe6a5') in 0.000556 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Layout using Guid(cc313cc004395df4a9884390556690a5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '82690e0bb31c248e23ce14bf54aadc65') in 0.000562 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration using Guid(ec63ff75b0076d64fb0a5cf58170501f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '40bc7abb10be9ab4355e4d2f21e567f1') in 0.000571 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views using Guid(ec4dbafa86069e2468684c80d2e2ab5d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '53dac1209e2e992f44a7f6f64326c584') in 0.000546 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Settings using Guid(0dc058f120a637c45b25f682d6c1111d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0b271f7183053c63e6c0ff1c19df75ab') in 0.000550 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/LayoutGroup using Guid(2d9b6ff056b6f484ba6500aa8e06bcf3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dbd957ca2c97b34609c6bf11695b418a') in 0.000562 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TrackGui using Guid(3d453576028bb344db0d59db893bf3a6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e52986548114de3be8de26d62c32588b') in 0.000557 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Callbacks using Guid(5d7f0d6acfced954682a89e7002c04d9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c0f3c500813cc1f8da23d96f5d0cc343') in 0.000620 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks using Guid(6dba53789da15814387fa5b1445e81e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e0f32ac1002400134ae92e477ff8e316') in 0.000624 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/ItemGui using Guid(9d816a6ab06c6834480f5f45f440e287) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b0c8bd27270511381f087dc891b48c3b') in 0.000563 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UserRoleManagement using Guid(ad038c07cd5d462c9534935085daaf02) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a16ae69e204028465193d737dfe3f881') in 0.000566 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Move using Guid(bd3ffb9a97575a44a82f9ca086813154) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ef554b0957a26d2d5eeeb3cf74d1f3e6') in 0.000560 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/Util using Guid(5e726086cd652f82087d59d67d2c24cd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'faf76eede4916360568dda4165483e4d') in 0.000542 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Help using Guid(7e0953c9537eaac42b01e0e3bf3b6223) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a604fa3496b249c4f56febe17e628087') in 0.000558 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/InputModules using Guid(8e78f8a8575e4a04f8337a54e241cdc5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7d87878ab3fbd178dcf1109dff663a77') in 0.000566 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/CanvasRenderer using Guid(ae242449e9279d44789513b922d3178a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e2754d479b2933b4c1f1f331eef55fd3') in 0.000564 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/MonoBehaviourTest using Guid(ce8da628f68c7594b8b9a597fa52db7b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'de09d6f6414e3d6d2ce959f9af4a338a') in 0.000603 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Sequence using Guid(dec586c160776104da4d9a4e472662bc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f9e450985cd8f7b180e7b783d7804792') in 0.000563 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils using Guid(1f5bbb88ca730434483440cbc0278ef6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7139efd2beba99c7869cb40d0d9167a3') in 0.000604 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Utilities using Guid(3f09dec68bf47d94abb90970bfbf72af) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c52e1c11c24b2f1f6ef60827e0c72600') in 0.000554 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/Text using Guid(4f9ac6e545d53f94b9f09c85b9576f36) Importer(-1,00000000000000000000000000000000) -> (artifact id: '52e90178d29faff50830af2c1539f509') in 0.000560 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images using Guid(5f603f10b9ec26841b2ecb6003dc1d0e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '99142b27d9f716de0ac341f21ab8584f') in 0.000563 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Util using Guid(af30a361ab68260438b6ec3fb7e64500) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4387597887cdb5e06b1e488ade2f0b18') in 0.000571 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CollabMigration using Guid(ef074903871b8b64d856ee0a54f14a7c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5048e940513de75cbc6df4235203b27d') in 0.000548 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/NestedLayout using Guid(efad3ddb7270ac241b9b1357ec5ee2f2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cf0670ee53ec50a28345115c07328fc5') in 0.000569 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Api using Guid(1035e37a45cca054e9ac5defc9e1f0c7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fa178d1daf61412b623cc0ea34d3ee50') in 0.000557 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views using Guid(5052aa3fb5eaae24e930bd25590f4717) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8292b6303a00f45ef7c30c680764c62b') in 0.000553 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Providers using Guid(5077039f5f09867409f4d38400d486b8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b5fedaf441bcf382e84df75120372b03') in 0.000564 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Message using Guid(505d068a241298242a99aa9dd5b1701e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a839d774a04599cf730ec3195bd520b3') in 0.000556 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/Analytics using Guid(50add270142df411fac7beb21e6ede90) Importer(-1,00000000000000000000000000000000) -> (artifact id: '66e4cbfbaf91207ac49e54514b3b118b') in 0.000557 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/Adapters using Guid(601cd9697b420cb4c9b311c42ea3881a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9307d3435dd93b0eecec37c38c1c2645') in 0.000575 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles using Guid(b014eaf67a26421418e37335461782ca) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e9bd38657126fe254c29928d5ea6fd0a') in 0.000556 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization using Guid(b057986d22277594c990e51bc07c5468) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd423d0c3ce683350adf8d062c3e8d2c5') in 0.000563 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/Menus using Guid(b0d78f8c2d53d134ca0d2e90c04e8ef8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bf65436f60e4e51c7de030a92bbc8c47') in 0.000558 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin using Guid(21b6b069ae021364ab45e1094807ec98) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3bfb066819896a42dff30591b37d02bb') in 0.000576 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/USS using Guid(c1badd287b3d9486b989e6861643165b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0e784e55a20d38c709a216eb9b6afb47') in 0.000574 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/TurnOffPlastic using Guid(02f162111e54b1441a84a2344153b38a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'af96eb9979ce21b34db2afb6d4dac714') in 0.000577 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Scenario using Guid(62b5cc1364fceb24a9f76919757db06a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '34d7779e7740f4a296d7883b0c2b91c1') in 0.000554 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Avatar using Guid(43aad6ec3599fb84a89e8fce31748cce) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a74bd1b0d9600affcd20487d85fcdf00') in 0.000555 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles using Guid(5355983268a982c46bd52eb66f19b1b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2037f9af17503fd23669d3740a27b00d') in 0.000555 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Gluon/UpdateReport using Guid(a3f9d1ab8dcbb414abb3380d0d8032fc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6695d6f12e7c0e7c7f9d92e2b19d81a6') in 0.000557 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/Analytics using Guid(b315fd610cdac4a2c9761c472c2813b2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6a2bb869a51c594a94255339459dfd71') in 0.000595 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Welcome using Guid(4419c9c829ee0e9438a5c3ceba3ca88b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6fdc581831b1269878e95da4e8ac5933') in 0.000551 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents using Guid(543eb5eeeb1d5424ca8876b93fad5326) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a1e19f18f034c118ed8ecf4ebe11b5d6') in 0.000636 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Branch using Guid(15fe89692edc49a4891091bd0e1c6536) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f602a515f4904cfe50b9e9e5e250db24') in 0.000552 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared using Guid(456d458547ae36d44a13d4a4682f0441) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e008da05d4ecbf9bf8e1f7ee340f19be') in 0.000576 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/UXML using Guid(7544fa69cc53c4bd7baedbac7a3725b4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2b097173987b4f8bfba7f58359d007b9') in 0.000591 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils/Processor using Guid(e5a9787c5ed94504798db0c3330424fe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '803510e243b6f7b0b7abc9c040ebe8de') in 0.000559 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu/Dialogs using Guid(f5d6c6c129fff0140a040d43aedb9547) Importer(-1,00000000000000000000000000000000) -> (artifact id: '67fe0ea418132b4cc5f7c158980ac0d7') in 0.000557 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/USS using Guid(f5a82d89366f47d69dc69ae0f6cf29bf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b7232832c7691fa9a1ddace72eb81925') in 0.000566 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Drawers/Layers using Guid(16388ae022a89264b84107f0c1b44680) Importer(-1,00000000000000000000000000000000) -> (artifact id: '70cb42ef42a5313458acd4dd0c45b154') in 0.000584 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Mock using Guid(166cf3da6b00b9d4489bedba321100f5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4b31cbf5e14ef05b456087bcd23cd210') in 0.000557 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images using Guid(8697b23ed1b3db0448e2580433ae07d7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c27fe3734d0ab8eea8f2726a26e0fd8a') in 0.000565 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Tree using Guid(b642e1c7eeddd064c9520df476000c0c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aa7ad165c767079bd7dce3e9a2724e06') in 0.000551 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Utility using Guid(d63dd1a776d383248a21ec2a8a6e7868) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2573c558f1e2e42983740c211763b14c') in 0.000579 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace using Guid(173564ff53b74604b8e070b51861b3f9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c20bb1b107bc7a9c3d628fccf5f85133') in 0.000559 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Structures using Guid(17ec05e4840248f4c8392a5f54cbadbd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '111c4ac10e32d423cc4e967294c4980a') in 0.000556 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Culling using Guid(27ed3e221887b3544bd9d6505d4a789f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cfebaf5e0c70608fadb1790784912947') in 0.000568 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff using Guid(37b5532626676e045a3b172c915e5d79) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c75cde0686e7156825bb8a429b9173e1') in 0.000557 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Enums using Guid(08d752e03d484e968b3ec248adb23357) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3bda10d9321db15eb0edd76c340c582b') in 0.000555 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Presenters using Guid(38fe47e80ef3d524d8c3508224f6cffe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '80a5b481460642d0074ea5106fb17b3c') in 0.000558 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Changesets using Guid(a83160f252281df4ebb018688dad5f08) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6cb1ea6a3ec4f752db8abbdd8c52b4df') in 0.000557 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/SpecializedCollections using Guid(f8ed4321a98682942b9980996131cf26) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd2dd0554882524894b97527c0d5c33da') in 0.000582 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout using Guid(1999349e7f492c947bb6eb70f624382e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '69531c93f1954ce21d369527b0abf3b0') in 0.000596 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/Images using Guid(99ef0537e3a64f2a9d41d9de53451790) Importer(-1,00000000000000000000000000000000) -> (artifact id: '01dd59f8ad5e63f71423d7665f737b64') in 0.000574 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons using Guid(a90603761ea3d8449a60aebebd202228) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd543384f3f4b05ed884a94944a0818b2') in 0.000573 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/TeamEdition using Guid(e9d092d8c9e8ffe48882f0c22e0e880d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8ae0812625acce5ee9b8c96df9223536') in 0.000561 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/History using Guid(3ac7d3b2f88744a4c89cb263306add7d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f728073ed053c2960f3e3a63a95110e2') in 0.000553 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetOverlays/Cache using Guid(6a94a55dca335c547ac65bd4b85d2a55) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e96366d44db7179acf4e72ef659dc5a8') in 0.000559 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/InputModuleTests using Guid(7a892c920c8ad2848b469ec9579c5219) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd0e1f3057e29607d8df80a02072f2018') in 0.000584 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin using Guid(8ad9b938ad733e94ca95fe5a5c19a5b8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '539efabb17a1967f99fccc5f5168f2fe') in 0.000580 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition using Guid(0b593e05bcd27824eb229f8c6b20e13b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0132a7da535cdad4e237e152e5ead30c') in 0.000556 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals using Guid(1bdd3385e91345fe98a0bbac2006104f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '992174dd3beb2f62a5184feb25819bf6') in 0.000564 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/UI using Guid(fb5a6f68c67a1e24bbe9c8cff934bab2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '735b484e8c5ff47cdfefddeee8c22bee') in 0.000554 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/MaterialModifiers using Guid(7c6295db74da28645bf49db58b7c9c65) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fbf74f2e6778012b70173a64241aa932') in 0.000592 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer/UpdateReport using Guid(cca926c65e360cf4f8637f7c853a7513) Importer(-1,00000000000000000000000000000000) -> (artifact id: '97e459cf6a922c5b1a944dc4444b7d6c') in 0.000556 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/ProjectDownloader using Guid(ec6f7d5f9f244c543aac278e57d1d0f5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5aedf1b3c79cd50c6b99f47f981e4442') in 0.000554 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges using Guid(5d558eb582a19cf46b06976fb93d7896) Importer(-1,00000000000000000000000000000000) -> (artifact id: '56c9e0efc822ce7d079eb125496d0739') in 0.000572 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/AssetMenu using Guid(8d553feb6895d524faaab6ced320d321) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a08029ed2c3e14d56f251acb596fddc8') in 0.000557 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ChangeListElements using Guid(ed49dd4f35b9c6b4aa4cfa9227df60a2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3543ab578aba5d73646ee9d01f1c1d55') in 0.000575 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges using Guid(0ecc4e2fc6e40a54fb97cab710a1dd41) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bff508ce3b306017dbfdc38f1756a324') in 0.000559 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UIElements using Guid(2e69b76b513515641800b4ffad031ae8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c315582b152816b4c8f8c767fb1d482') in 0.000554 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals using Guid(5e03aac375987449886e13fc04c1c0a8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '02a0fd2e85a74276709fe39295cbc5e6') in 0.000572 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts using Guid(9e59435e7197d1349838f15fd59fbac0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb6e7944f305b42e5f4eea11c31e7dbd') in 0.000564 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Progress using Guid(be4a999efc9d629458e92bbcbe233d1d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c25e03637497987b08e9c59b571a7155') in 0.000555 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts using Guid(ceb47f1768ea33a4984627a59921a4ee) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f353775b5b69945699ed9905b98a57cc') in 0.001040 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models using Guid(0f6c76b7677c532458e1a8efec3b2c76) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a8cf70784073749d4d9e05de377f5abb') in 0.000568 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/VertexModifiers using Guid(cfa73a847eeff06448bb50a8ac6a94e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '62f8de19c7f98f98c5bfb3c3ccc41aca') in 0.000578 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons using Guid(ffb86356b854ac446880553a18772ffa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '99b32056aeb538eb09c1cca884a0c51d') in 0.000665 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents/_CodeSignature using Guid(11ca2399a9422473eb66bca747f3ad52) Importer(-1,00000000000000000000000000000000) -> (artifact id: '05f9d52f244c61452c390fc97ee9aa4e') in 0.000636 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/UXML using Guid(f308564960f944d9b888c936982a72fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5b7cd7eed486d9f71091e9658733d583') in 0.000587 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/USS using Guid(f3cba6379a6154ab0a532bbe44a9f8b3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '378d7343276c66244879fc10c78d55bc') in 0.000574 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals/UXML using Guid(2435ae6e6a1574586846f6ee42da70b4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '22e1d4050fd0aab62b31556f05594bdf') in 0.000575 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/PlasticWindow using Guid(f4277b8a08d36f84dacdc200bc870669) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ec1eb8bf4ecc40a813f9d1e62128dc5b') in 0.000576 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Branch/Dialogs using Guid(16e16045695760047a9bd172458c5d6b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '63c992475b27333dc0e5646ee63817bd') in 0.000568 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/Adapters/ListAdapters using Guid(664e0259f5e6a0146b29dc2f29a742f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5164ef056a1f37d98d829ee64315bbbc') in 0.000582 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition/Welcome using Guid(86d9084a265d35f4db65c4e31e0b6769) Importer(-1,00000000000000000000000000000000) -> (artifact id: '45a8b12ea0b9fbe0fc3fa59d1a89b3a3') in 0.000570 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/PendingChanges using Guid(e622db1671757eb4785c64d7dad13723) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bbcd90fbb87163390df9e3e9de31ccbc') in 0.000572 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer using Guid(97b1b110b0cf5ec428f9553e02bb7c03) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fe580dbffbab785e9bd6f0de5539271a') in 0.000574 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon using Guid(184012b39edc5c7468c23f916818433e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8c0ca27792bf8b7586c6b0bb2d655773') in 0.000570 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents/MacOS using Guid(e811c7e1c1e9a4b50b237772d317959f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1dcbfa69d3d43a8d8d32c2f59170e385') in 0.000652 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/Diff using Guid(b94ece2bdeba6a6429e969601ed1928a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '671d737f7ab8aee460cfc44298bcdf32') in 0.000568 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/PendingMergeLinks using Guid(e91cd01ab44d05b4fabcebe1e4ce2ebe) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a5721a0e2312e4f8b3e58754f0f3d2d8') in 0.000577 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/Dialogs using Guid(3ac250bc549a212428286f328779be0e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '68928ea8cdd5b729c2e46e4743bb36b5') in 0.000575 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals/USS using Guid(3a9723526cb024130b47fd301eee9e7d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '252649b8d9f27dce8fcc47636b55a151') in 0.000590 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/PlasticWindow using Guid(bdbff59595cf01745a878710e081f046) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cdc8798726f5665697df35fc2edbb752') in 0.000568 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/IncomingChanges using Guid(0efcd28b6717b0a45a07c4c6670baa72) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c4d892a10b4f65609483a4822a721bb0') in 0.000576 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/Dialogs using Guid(6e70bba63d1604ffb90a65601cb8abae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '95b7dcadc922252a2aab482cb59e86ea') in 0.000575 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs using Guid(cecb087091caedf48adcc1cd3b0ebd6d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a817168641335390a48e6efeec5f494c') in 0.000568 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/Providers using Guid(2fd9db3c67f54e59bb315a02250dbaf3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '30dfb482945a660d6640fcd5fe269af7') in 0.000569 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/IncomingChanges/Developer using Guid(2b100a3b9f5eeed469e6de85657bfe55) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3f8d66759a393bdef452e9dd2e07fb35') in 0.000581 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/DirectoryConflicts using Guid(5b3802c1581ef894d83aa9fcb7ace84c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b149b9f2530fd1ea128a8d69958e687b') in 0.000602 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/IncomingChanges/Gluon using Guid(6d3f1fb9f07fea845b8247499d6b01fb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd3adc2d12ed0cf0bd7804661e31d6b08') in 0.000586 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/Errors using Guid(4edf5537f8245134c8b023ab85d8e640) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b06e3ba669d6bb82a2e7eb255b2dea8f') in 0.000591 seconds
    Start importing Packages/com.unity.ext.nunit/net35/unity-custom/nunit.framework.dll using Guid(f1605f5534186904fa2c4c42acbfe01e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f7c623c19d9f62e8e10a2db7b40c9caf') in 0.110872 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/liblz4Plastic.dylib using Guid(3313b144884b41f4a86de6fda5eed953) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5de10ec2d467598533158729889f7eba') in 0.002621 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll using Guid(f3cad5fee9fee5945b13e7e3518afb1b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '508da91d67bdcc998bdc12976bf44929') in 0.024587 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/unityplastic.dll using Guid(d5b7640a83db89240a482f1218e2ed7e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fbbe27a9a759983345b50a507980444b') in 0.058815 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/Unity.Plastic.Newtonsoft.Json.dll using Guid(e5fb93667cf08524f94b12181dbe3546) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0464887755bc80924ba5012439894345') in 0.036880 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/log4netPlastic.dll using Guid(e60bdd1e4f6314d2382f323172110798) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4fdfd132307f90d50bed4bd3cd4f9804') in 0.024288 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/lz4x64Plastic.dll using Guid(074a5a5f34697b64c9b36dc09f6f7c32) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c72f997137c6fa3b7976d39c8448548d') in 0.003121 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Runtime/Portable/Newtonsoft.Json.dll using Guid(e8a2e6265da3549468b4ccef3eb81e01) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'de8250ce7155fb5c4d25e3dcad4bb131') in 0.035372 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Runtime/AOT/Newtonsoft.Json.dll using Guid(6c694cfdc33ae264fb33e0cd1c7e25cf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '660f6573d868d648cd05221c8d28e678') in 0.046798 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Runtime/Newtonsoft.Json.dll using Guid(8c4bfcb5b17948478ccb955bccff9652) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1b95458bfbca7aae850717f4a7cf8700') in 0.047056 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/zlib64Plastic.dll using Guid(2f0909bef14cc58438d6fcea85ba8555) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2b7eb1e2303828a0df68954dbf152a7b') in 0.003146 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/Unity.TextMeshPro.asmdef using Guid(6055be8ebefd69e48b49212b09b47b2f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8f974f22bbc3243ceb899a7b29d572b3') in 0.001536 seconds
    Start importing Packages/com.unity.timeline/Runtime/Unity.Timeline.asmdef using Guid(f06555f75b070af458a003d92f9efb00) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e8a3e07d83721d9c429e73be44c18bfc') in 0.001425 seconds
    Start importing Packages/com.unity.timeline/Editor/Unity.Timeline.Editor.asmdef using Guid(02f771204943f4a40949438e873e3eff) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ed1e5bb096978449627993ee04b6e2f0') in 0.001428 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Unity.PlasticSCM.EditorTests.asmdef using Guid(d2a21ff323ae84455892cb5f59624640) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5eb10427a956aa9ccd6a27fa83333ed6') in 0.001453 seconds
    Start importing Packages/com.unity.ugui/Editor/UnityEditor.UI.asmdef using Guid(343deaaf83e0cee4ca978e7df0b80d21) Importer(-1,00000000000000000000000000000000) -> (artifact id: '439b39fdcc1b3156374a8b5c5e9b6c11') in 0.001417 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/Unity.TextMeshPro.Editor.asmdef using Guid(6546d7765b4165b40850b3667f981c26) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dd0c2d82e6e80ea87531ad1daa741e34') in 0.001460 seconds
    Start importing Packages/com.unity.textmeshpro/Tests/Editor/Unity.TextMeshPro.Editor.Tests.asmdef using Guid(656e461844099ae43a609ff6109b0877) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd8efe2b42b335748739c8d908cd524aa') in 0.001463 seconds
    Start importing Packages/com.unity.timeline/DocCodeExamples/DocCodeExamples.asmdef using Guid(9550f6b9c1ac87345a996c43f204fb30) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4523bda92cc67a64daa845ea1d2c2331') in 0.001428 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/com.unity.ide.rider.asmdef using Guid(d528c8c98d269ca44a06cd9624a03945) Importer(-1,00000000000000000000000000000000) -> (artifact id: '423afeffc9d9ca2b1f230330d6510c02') in 0.001435 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Unity.CollabProxy.Editor.asmdef using Guid(17b36165d09634a48bf5a0e4bb27f4bd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3092f419906de5f05c70d86b4ee26b08') in 0.001426 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/UnityEngine.TestRunner.asmdef using Guid(27619889b8ba8c24980f49ee34dbb44a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6d880517c7eedf43e2435a19d932fdba') in 0.001455 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Unity.CollabProxy.EditorTests.asmdef using Guid(88c7566234a7f32409f05c32e6ae7b3e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4f3adbfc61f651e225d464e0c7d0e595') in 0.001463 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/com.unity.ide.visualstudio.asmdef using Guid(b93f844d45cfcc44fa2b0eed5c9ec6bb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cca654275a9a16006d0fed3b5a9ee5da') in 0.001412 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/UnityEngine.UI.Tests.asmdef using Guid(e9745f6a32442194c8dc5a43e9ab86f9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f5f4f24d813cbdf6f6f9b3c9c0c7a52f') in 0.001455 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityEditor.TestRunner.asmdef using Guid(0acc523941302664db1f4e527237feb3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1cd6260d91604327d8a1730694d00655') in 0.001465 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Tests/Editor/Unity.Nuget.NewtonsoftJson.EditorTests.asmdef using Guid(ea73f805f48068f409cafb2b12726b78) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2d7ac43155f0cbda0333c1a6c84ec7a0') in 0.001438 seconds
    Start importing Packages/com.unity.ugui/Runtime/UnityEngine.UI.asmdef using Guid(2bafac87e7f4b9b418d9448d219b01ab) Importer(-1,00000000000000000000000000000000) -> (artifact id: '15dad6b9d47493c4a856adc875f0f14c') in 0.001442 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Unity.PlasticSCM.Editor.asmdef using Guid(4b84427fd7ace4b4cb623ef8a46124ed) Importer(-1,00000000000000000000000000000000) -> (artifact id: '44e368e83cf7d355fe8c763bc2adddc0') in 0.001421 seconds
    Start importing Packages/com.unity.ide.vscode/Editor/Unity.com.unity.vscode.Editor.asmdef using Guid(8b845b123ab418448a8be2935fa804e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b15f692a7243ff41c611fd887b8e0c4b') in 0.001425 seconds
    Start importing Packages/com.unity.textmeshpro/Tests/Runtime/Unity.TextMeshPro.Tests.asmdef using Guid(bb05cab7d802aa5468f8f2f86840d984) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1c21faa0b4f6e4aca254c28992353a5a') in 0.001444 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Unity.Services.Core.Editor.asmdef using Guid(1c66728ad60364b82bf095d383b87458) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1cedb0c7d6a310b815b7873e077d61ac') in 0.001444 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/UnityEditor.UI.EditorTests.asmdef using Guid(7c04f0dfa9243c04681a55d90d3ff3fc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e2a4bfedd01e0cc7206519c88e8fd6e5') in 0.001507 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/PendingChangesViewMenu.cs using Guid(0092dcc3ac595ea43981eedc23012f72) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9bbeb5d773d06c2953bb4c275904872d') in 0.001938 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/LayoutRebuilder.cs using Guid(006633c8a6f4ae94aa9babf72234e1a2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9613727b503e089cd089db02d03b2e66') in 0.001874 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/ScrollBar/ScrollBarTests.cs using Guid(00f9a68859b850648902e0c98c25b590) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f15e20edc5272c60dfcdf9c00f4d5627') in 0.001647 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ProjectStateManagement/IProjectStateHelper.cs using Guid(1073c0628ca3461eb672657cff8b1955) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1690f58cdd59ef8ef8f2087a99e598f6') in 0.001650 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/ViewModel/TimelineWindowViewPrefs.cs using Guid(105515c1653548242b4fe973c0f375f7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '99730e3993be2eca8ac1c6449dfaaddd') in 0.001745 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_SpriteAssetMenu.cs using Guid(1048a87135154606808bf2030da32d18) Importer(-1,00000000000000000000000000000000) -> (artifact id: '088d1eb2571c48ae2dd6ed71d7572b2e') in 0.001840 seconds
    Start importing Packages/com.unity.timeline/Editor/Analytics/TimelineAnalytics.cs using Guid(10ba9bc9317e315439b0223674162c52) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0c2a9390c7df39fbdcf9c6a96697805a') in 0.001734 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/PlaymodeTestsController.cs using Guid(102e512f651ee834f951a2516c1ea3b8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '72e569d10202811a1c8c24e6c3b594b4') in 0.001767 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/UserInterface/ToolbarButton.cs using Guid(100f9184f13dd20448c29dc74f30dce1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2fccca32ee93e484206774728a7c4c72') in 0.001772 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Structures/IHistoryEntry.cs using Guid(20c0159592ada804fbbbd1b0c38314b3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9a27db1114c787f2c8b41bbd2f20782d') in 0.001635 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/TestRunnerApiMapper.cs using Guid(2011a59d3f76b3d4a85cb53f945fceee) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ebdae519e509c98fd7ce4bf5429f9057') in 0.001735 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/BackendHelpers/UnityWebRequestHelper.cs using Guid(20028914c8cb44e759c4e9ff7f4bb570) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f036e88e73d0f36667481d6e2d411bd') in 0.001640 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/EditorGameServiceRegistry.cs using Guid(2023e4a317a2f4de9a18cd9ae2cb183e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0f693e9c2e233542fbbb8e60c40ced8b') in 0.001824 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Changesets/ChangesetsSelection.cs using Guid(20341761c2011b441b2a3af227beeb71) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2654337e0529898214347d9a873a7782') in 0.001641 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Trim/TrimItemModeRipple.cs using Guid(20c8bb6b47a526c4c96ca73314fe2856) Importer(-1,00000000000000000000000000000000) -> (artifact id: '553261d4573cd6ff18814bb866fa0762') in 0.001691 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/Callbacks/RemoteTestResultSender.cs using Guid(20793418366caf14293b29c55df5e9ec) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b8ac32e701ba3afb6260d05a79155655') in 0.001766 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/HistoryModelTests.cs using Guid(2079ae55f950aa4439a7ca7af8a9c136) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2d42e177aa8b03d1f31d81f696592524') in 0.001726 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_TextProcessingStack.cs using Guid(20a9b557a46149dfbfa04a3a7080f5aa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1c965a67584123934ac9d49be8069881') in 0.001722 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Gluon/CheckinProgress.cs using Guid(201d30422af8ea34193a59b4254b8663) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'efe53566fda2e1483dfab6d7ddb0e5f6') in 0.001619 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_SpriteCharacter.cs using Guid(202d758d102b6854a9710c8b93db742c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e845397da20ce08723dac0f2010dab3f') in 0.001626 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/EditorAssemblyWrapper.cs using Guid(20cdb37e6fea6d946bbb84d2c923db85) Importer(-1,00000000000000000000000000000000) -> (artifact id: '04014cda60041eedd1c51a4e8db6028b') in 0.001685 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/IAssetsDatabaseHelper.cs using Guid(208e46d59ff6e304db0318377d20f5a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4a4898a8bc4045a5438a2e478fe81c07') in 0.001627 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ProjectStateManagement/ProjectStateHelper.cs using Guid(20ce93e64c4a44dfb52e7689ec1c6027) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ff691ab4eb02adeb54c757e9471b3fb') in 0.001632 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/MaterialModifiers/IMaterialModifier.cs using Guid(20ff4283f687e044087714f82c4d6d3f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9bad70cba9b7c85e83889e623f4d9c33') in 0.001650 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/HorizontalLayoutGroup.cs using Guid(30649d3a9faa99c48a7b1166b86bf2a0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6a35f2db78d9f0f9728bf00f73741ad6') in 0.001653 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/DrawActionHelpBox.cs using Guid(30c4cfa3209d4a44480017a19ec5b3b8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '626112d077fdf89995dc5bcd4f6cc145') in 0.001618 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMPro_UGUI_Private.cs using Guid(3069a00b8c364df395994d7d379e0a99) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f2613421ccc7cce3b5fc87faf9acd903') in 0.006817 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_UIStyleManager.cs using Guid(30a939dce2fd4073955f2f20e659d506) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e55f67c58c8a0d0fc35be7288b1b1e0a') in 0.001733 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/WorkspaceWindow.cs using Guid(30e9a0b4c58f24512803e160e0216686) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b0259810f7c3e4288c54f1988fe629ba') in 0.001767 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Layout/ContentSizeFitterTests.cs using Guid(309b0604924786544a3786ec4073c5a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f3d53d17d0b639df521322ace310d142') in 0.001715 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/LayoutElement.cs using Guid(306cc8c2b49d7114eaa3623786fc2126) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fbe7bab1b0318286dcbc976cb2ed907c') in 0.001809 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_Style.cs using Guid(30bed781e402439ab8ce4e3357708115) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6f89135942b5f47ce5b96e622928747d') in 0.001645 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Messages/ExitPlayMode.cs using Guid(408674d91d506a54aac9a7f07951c018) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9df0c30949953d989f9a7bedb4e053d0') in 0.001690 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineMarkerHeaderGUI.cs using Guid(4068e97704a16794ea218ba560cdc1e9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd5ed17914441a1838d019b8a1c84817c') in 0.001751 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Graphic/RawImageTestHook.cs using Guid(40c83ba6a1a64cb4baac27028dd1acc1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '24aa7db0d7526604e2be99f5ddd16bee') in 0.001624 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/TimelineCreateUtilities.cs using Guid(40cb137d0e9816e48a4141ed13afedad) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7fd047edb72645e1814205e716a38ed9') in 0.001745 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/INotificationOptionProvider.cs using Guid(5082cb99a8f99b84d84dd8b4c5233a9e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b8f2e9434ec1a376b4d8d94b06c1a2f8') in 0.001599 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/IsCurrent.cs using Guid(5013a6f8fee1f2a49b06f75fc5a6ece4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8223945a3e920d35f2ac488d6f0828d2') in 0.001657 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Toggle/ToggleGroupTests.cs using Guid(50081206855385544a5ddd0e3b6ba9be) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ecb4969ea32445a8a974327e400a5819') in 0.001749 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CredentialsUIImpl.cs using Guid(50d82b3e371b7cc42abc2999039b19cb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c55b84e77b8d680d08597836e044ec8') in 0.001631 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Utils/EditModeMixUtils.cs using Guid(505965fb9ab352b4d88882d7c8d822bf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0a244bd10aa78818948dea14aacba9bf') in 0.001728 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Changesets/ChangesetListViewItem.cs using Guid(6000865ce7fbfc643abdd3d085b4422e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2aceb6ffe127fa297b7ee64549221ec8') in 0.001628 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace/ValidRepositoryName.cs using Guid(60f5fb7fb3626214f9d97215fe186cbf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '78cc91d8fbf23adb3c976b5743138f57') in 0.001642 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CloudProjectDownloader/DownloadRepositoryOperation.cs using Guid(608efd4e185fb9440bb8550d98e20ca4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b6e9186ea0e6b9a7773febc5c7c883f9') in 0.001738 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Attributes/UnityTearDownAttribute.cs using Guid(600f4b74746dbf944901257f81a8af6d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2d7f7978eeef7362f7aba158d329ceab') in 0.001684 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/PlasticApp.cs using Guid(608f66b5adac272459273ddaf3e4db5d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3149bdca19fd9d782055715c4dfe7155') in 0.001632 seconds
    Start importing Packages/com.unity.timeline/Runtime/Evaluation/RuntimeClip.cs using Guid(70a190a1b304d1e43995af35d09231d6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '40c6a0ddb64a6de08f90836d12942fd5') in 0.001664 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/Adapters/ListAdapters/ConflictedChangeListAdapter.cs using Guid(70522d02d20893a42b7cf30eb8221cce) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7650feae07f7b35f006e09a6dff95425') in 0.001685 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TrackGui/TimelineGroupGUI.cs using Guid(7072e9e47288bac4d8c6bdfb2cf785a4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9ba834d15e632da92a43e506e0275025') in 0.001887 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/SignalReceiverInspector.cs using Guid(70b265ed18dc14041bedc0263d4578ef) Importer(-1,00000000000000000000000000000000) -> (artifact id: '063422269c7b1f79f169e30e32731665') in 0.001669 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/ITestListCacheData.cs using Guid(7043e9a330ac2d84a80a965ada4589ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f72a1b9d284af5f3b18d9ac5e15f4480') in 0.001701 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMPro_CreateObjectMenu.cs using Guid(7065397ff8184621aa3ca4f854491259) Importer(-1,00000000000000000000000000000000) -> (artifact id: '07be9093f5ac936126c72fb9afaea86e') in 0.001830 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/ProjectGeneration.cs using Guid(7078f19173ceac84fb9e29b9f6175201) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8c0c5f9991d38f53e8828cb3a9c8bfa4') in 0.002386 seconds
    Start importing Packages/com.unity.timeline/Runtime/Evaluation/RuntimeClipBase.cs using Guid(70f955bbb437a494888ef54d97abb474) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd39c853435dd0636f33e6e5e05eb8d3a') in 0.001603 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/RunModal.cs using Guid(701a688f3cb0245579bf46b63d0b7134) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd35abb9e64973623d8d01ba24dc84c3d') in 0.001716 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Utils/EditModeUtils.cs using Guid(70eae1897c9d308448eb3bb0b5be9f58) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c88aba4af14d3455a7faa4b01850146') in 0.001705 seconds
    Start importing Packages/com.unity.timeline/Runtime/TimelinePlayable.cs using Guid(80b10e1c58509a449a3c5aecc07d4455) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd5c680660f0ecc2ecd42d60dcf8d177a') in 0.001879 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/UITestRunnerFilter.cs using Guid(8069e1fc631e461ababf11f19a9c0df3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b1d255adf59ff8b4f9754f7c72b91e6d') in 0.001747 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils/SaveAssets.cs using Guid(802adf99bdbb1a3439a0a09ae5664192) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ca8ba486deac8f7063ad000542f4a9d6') in 0.001652 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/ITestAdaptorFactory.cs using Guid(803abab0f7e17044db56f8760186dbd1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b114b38ee18de636d5603fd5b44eb0c9') in 0.001634 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/HistoryEntryComponent.cs using Guid(80ba60ec8e138684084eb2a266fb344f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '376a13e575c694ae7ee0d6ebca6020d2') in 0.001674 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/AutoLogin.cs using Guid(806bdb4f911275c4ca1ee81fde4b4d4f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2f58796f7fe2288eabc398073120a258') in 0.001761 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/UI/EditorVersionTests.cs using Guid(807bcb4611aec064eacc4bd9e73933da) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ecb757f66fa0742012a5137b919e1539') in 0.001688 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/TestJobData.cs using Guid(80ac8f5b2a7fa904dbc80111be88c8be) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd8a61e468d5ea48be7554b4bc194c7a7') in 0.001653 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_BitmapShaderGUI.cs using Guid(806de5a9211448c8b65c8435ebb48dd4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '55ce7609657eb4048a94adb146fbebeb') in 0.001632 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/ViewModel/ScriptableObjectViewPrefs.cs using Guid(80ae83fdf1fb2c649bccb8c293b94556) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c6298b7319c0e9062944d3b917bd4a38') in 0.001694 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/IUtpLogger.cs using Guid(9014630255533ed42915965b4065cde8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6619b230cd71c702a810bc132e92a650') in 0.001623 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Toggle.cs using Guid(9085046f02f69544eb97fd06b6048fe2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dc788b7de5525fe7c98a7133c2404a34') in 0.001830 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UnityPlasticTimer.cs using Guid(90a94ffd2947aab4d9da12dee0175a7a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '43529ff8dd71067871b101119876cefe') in 0.001608 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/UnityTestProtocolListener.cs using Guid(900aac3710bc14542a8d164e3f0ff820) Importer(-1,00000000000000000000000000000000) -> (artifact id: '98d93b10b72fa4a3baaaa11115edfebf') in 0.001677 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/EnumeratorStepHelper.cs using Guid(901b761c5c1e22d4e8a3ba7d95bc1f5d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cae925cb1b4028b03fe652fdee9da53f') in 0.001658 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_CharacterInfo.cs using Guid(90fe1c65e6bb3bc4e90862df7297719e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4f3fd9a703081d620552205210d3a61d') in 0.001687 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/GlyphInfoDrawer.cs using Guid(900f1a451c764dc3bdcc0de815a15935) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd03783e06baf75eec4b42f1766bfd092') in 0.001600 seconds
    Start importing Packages/com.unity.timeline/Editor/Recording/AnimationTrackRecorder.cs using Guid(a0a02e768c802b641b6793fa864f1c2c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e74370e4dea563e38425b0eba5ef2b63') in 0.001842 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/NestedLayout/SceneWithNestedLayoutElementsLoadScript.cs using Guid(a021b6d2ca2e9404b8a4d94343ecd068) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a42d4b99a578e618cb68141a55ccd951') in 0.001622 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/MonoBehaviourTest/IMonoBehaviourTest.cs using Guid(a002d3737b873954395b7cf862873ab8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ec62efe4f29057a8ceb8249ca9766947') in 0.001677 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/RuntimeTestRunnerFilter.cs using Guid(a025ba7ee40d0104db8d08b1d9eabb0d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f738e3231577b3100f7cdbbe075bdae0') in 0.001713 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/AnimationTrackKeyDataSource.cs using Guid(a0b56195e00682b4594dfaeef9d5fa78) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'afaa45d311e4e348816e0fcd505bc10b') in 0.001609 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils/AssetsPath.cs using Guid(a077a49d9db9de74f827f0568f6e65c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6bd8c7dbd55c0459b76f439da48a5318') in 0.001633 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/BuildTestTreeTask.cs using Guid(a0288e1c9324e824bab7e2044a72a434) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6a52c711454f89059bcc283d77429d65') in 0.001717 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestRunnerResult.cs using Guid(a04a45bbed9e1714f9902fc9443669b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '546dc292ce6ca59263ec3da9414584e1') in 0.001799 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Graphic/ImageTests.cs using Guid(a0bae4ff8f5baf64aad3b92b8aea0603) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c2a62202f084137ccf41c414f0503b08') in 0.002029 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Structures/ChangeEntry.cs using Guid(a06ca22308e4a294baa8076df3d577a8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a07a82eba5ac0cecb724a7648aa4cdf7') in 0.001661 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Branch/CreateBranchDialog.cs using Guid(a0fc5252a48d8b34f945b4ae3ad45030) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c27f3ec6abbec5c2d3ec1f1c625e809') in 0.001690 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu/AssetMenuRoutingOperations.cs using Guid(b0621730f63c0c74cafa17f3ddc53eb8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b1204d6e297eebafa2ce5807281b39a1') in 0.001652 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/TimeFieldDrawer.cs using Guid(b0c73ea1c5ff95e43806e9002c155070) Importer(-1,00000000000000000000000000000000) -> (artifact id: '30e86f8cd36b92f9819090b40c098b6a') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Settings/CollabSetting.cs using Guid(b08b1fefe61616944ba52cf59275a1b5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9600b7f39a0a29a4256d5d01c74a83bf') in 0.001599 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_SpriteAssetEditor.cs using Guid(b09be1f217d34247af54863a2f5587e1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c8cf1d9d0aacc8c37adbc29624829a57') in 0.002501 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/WebApi/IsCollabProjectMigratedResponse.cs using Guid(b07e99e8ef4ff5c4c8c14b165e09f822) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0b98e4cba05be319af52e861c56a4128') in 0.001615 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/ClipModifier.cs using Guid(b0eeee3cdfa56734abca5c1a4e7989ba) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9c260fc1bb451369a16c80779a357973') in 0.001869 seconds
    Start importing Packages/com.unity.timeline/Editor/TimelineEditor.cs using Guid(c072e5b741a87974385c270827879cbf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a924721546615329254367476c2a1d3c') in 0.001772 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/IncomingChangesTreeHeaderState.cs using Guid(c0821447a35700c4280782d1092cf4c5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f14d6e0970c0b08d5ae5b2de25f38c24') in 0.001695 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/IEditorGameServiceRegistry.cs using Guid(c018624dabcf94cb7869e9ec09f27732) Importer(-1,00000000000000000000000000000000) -> (artifact id: '834488c4c78c4ce05a26847f099fd681') in 0.001634 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/DrawActionButton.cs using Guid(c08cfcfc4c2c46c46940ed103538acae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '599dd5e7584a4fdaacbb3028ab92e53c') in 0.001599 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Api/ISourceControlProvider.cs using Guid(c09dfd4388accab4b956bcef16d321a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fdb85f7365d1bca2b6b7e596d74b6546') in 0.001779 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/TestResultAdaptor.cs using Guid(d061ada5d3169454daf54243390b5fdb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c8dc0d2b49a575af7a1ea693b6986dfb') in 0.001721 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/EventTrigger.cs using Guid(d0b148fe25e99eb48b9724523833bab1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0d2d370acf9f37cbff9dc1ed72676adb') in 0.001834 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/GuiHelper.cs using Guid(d0138170d24533e47b8e6c250c6d7fbc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '484b5d66b6427b83da5c21b252ff90ff') in 0.001748 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Structures/IProgressInfo.cs using Guid(d0f575ad752150f40ab16bb26ee52665) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b4ad942d9ef3e10acdeb06be44f8cc0a') in 0.001615 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/TestAdaptorFactory.cs using Guid(d0663d520c26b7c48a4135599e66acf8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0ab2251545c00cf3d7ce576b3f9ad831') in 0.001725 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/AnimatorBindingCache.cs using Guid(d0080567f62c3f94cb75b2927a349e22) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dd1cff48f123b4f9627a546e6ce04fe7') in 0.001702 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/AllocatingGCMemoryConstraint.cs using Guid(d09858396dd7adb4bbdb22ea0c8c3a37) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9721c1c24d56fb757fbe492db78744de') in 0.001761 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/ManipulationsTimeline.cs using Guid(d029640460cf8ff47bbbfe69f49ddf29) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c7ef48c0259b9e9b1172a4b90dc1766') in 0.001798 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/HashUtility.cs using Guid(d0ca7b2e84542bf4ab9987087e8d79ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dc96c89bbd388d1ae363d33b69aaaff8') in 0.001661 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/UtpDebuglogger.cs using Guid(d0abdd8cb6b29a24c8ee19626ef741b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7d7e08f2dfb4a595b30717a8e2e2c8ab') in 0.001629 seconds
    Start importing Packages/com.unity.timeline/Runtime/GroupTrack.cs using Guid(d0fc6f5187a81dc47999eefade6f0935) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4da3e4d0cf6b23506cb8535d7c903fbf') in 0.001578 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals/CloudCollabVisuals.cs using Guid(e0a05dd61b1d491fb711fdbb2884cbae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '01f2f6dd5f93c4823885f89d144521b0') in 0.001659 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Toggle/TestableToggleGroup.cs using Guid(e0e4f43a3816add4c86c9671d7961f2f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2dabbdd897ce498fc6431c013f925a2b') in 0.001636 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/BasicAssetInspector.cs using Guid(e086b15460c228c4f9b116f0e3e2f175) Importer(-1,00000000000000000000000000000000) -> (artifact id: '203633acb2edebb6110092bf389b4d25') in 0.001620 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/TimelineAssetInspector.cs using Guid(e00a5dea786950546a21b0e2d817e466) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5eb777374975bcef080f7e77b854195a') in 0.001704 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/SetUpTearDownCommand.cs using Guid(e0db3f3921670cd4ca2e925737c3fba4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd8b63dba847a5261464338a9c42271fa') in 0.001718 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TrackGui/TimelineTrackErrorGUI.cs using Guid(e00dc5a0cda466b41b09a50bd18b4916) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a9d1c73c428ad8e273e7b2a1db3b16aa') in 0.001787 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/EnumExtensions.cs using Guid(f032fd1e0068a2642abd4fe8e1fd4241) Importer(-1,00000000000000000000000000000000) -> (artifact id: '192b725ea6fe18a9bc0e09e8f1b52557') in 0.001604 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Welcome/DownloadAndInstallOperation.cs using Guid(f00521067f54ce541951ab90047cc3f4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '47d27f8fc1883c60478292aa9067ca6a') in 0.001722 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/RiderScriptEditorData.cs using Guid(f079e3afd077fb94fa2bda74d6409499) Importer(-1,00000000000000000000000000000000) -> (artifact id: '82599a9e1886aef6614d20c8ec706a80') in 0.001603 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/RiderFileSystemWatcher.cs using Guid(f0fa03b1402cfce488be912606bd8de7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'efb54087d253dfa93e8568b165cb952a') in 0.001589 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Filters/FullNameFilter.cs using Guid(f07fb40f4e944ebeb84eb8f8a6bb5b13) Importer(-1,00000000000000000000000000000000) -> (artifact id: '74be42b659508cdbb4d0975f383f6281') in 0.001666 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/CallbackData.cs using Guid(010246a07de7cb34185a2a7b1c1fad59) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6cd29135bcf977940dd3372d9c71ec26') in 0.001602 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/HandleMenuItem.cs using Guid(01023c055f6f08e408b78d36d5f7a803) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e0020ef85438176df7735ab0febd24df') in 0.001656 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Tree/TableViewOperations.cs using Guid(014287a1a6b67dd4e867168699dfdc2a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c08b1dc9743751e3893ec8d6f849302b') in 0.001638 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/VisualStudioEditor.cs using Guid(0173aff8c07e06b42af07ebdd7f08032) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4ae44cc1a249d20e1cfb9978a488b60c') in 0.001845 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Gluon/UpdateReport/ErrorListViewItem.cs using Guid(0188683ab76112f4897348feb19a3b77) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5f2e7de526c806138f06909875e0ca2c') in 0.001618 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/AnimationPreviewUtilities.cs using Guid(01da6c5b7c781174d818662ce6f39b8b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1380c34d8aeca132e14495590d7f4a6c') in 0.001890 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_CharacterPropertyDrawer.cs using Guid(01ada73c4792aba4c937ff5d92cce866) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2d85691083b2faafdfab4412b52bdfd9') in 0.001788 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/TreeView/SignalListFactory.cs using Guid(01cd96d8687272f4898cfd1562079dd7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9dd22cb85a706e92d4c540efc44db10c') in 0.001629 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/NestedLayout/SceneWithNestedLayoutElementsLoads.cs using Guid(01df650e1b86e9f4a8e2b5dc9782506f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ee28c70ea9ceb983b912a1f6998c6338') in 0.001792 seconds
    Start importing Packages/com.unity.ugui/Editor/EventSystem/Physics2DRaycasterEditor.cs using Guid(1143ae6bb91836f4a8f8ebfaabb9396d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '507c086ed06a5eeeb3b077d3502f5771') in 0.001600 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters/ChangesPresenter.cs using Guid(1116c8f7471936c498ab2c999c915d62) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3d1bd835d2647f09ffea5187ea4c199') in 0.001848 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/MaterialReferenceManager.cs using Guid(11a6a034ab84493cbed6af5ae7aae78b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b6705aa7a1c5c0dd7a9d52d681a43449') in 0.001860 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/CompositeWorkItem.cs using Guid(110d5035a36a6a34580fb65bb40cd78f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5af2702a1000257488bb52036a4f16bc') in 0.001966 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_EditorPanelUI.cs using Guid(21c0044a7f964773be90d197a78e4703) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7d74ba4bccf0f78d70e907c4692bce5b') in 0.001702 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/InputFieldEditor.cs using Guid(21d2d5d6901f2ca43a8015c60ada4e2c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e969828dab1f7863e6be5f5231177ae5') in 0.001733 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/CreateOrganizationPanel.cs using Guid(2104516cde04b204884f055f58f980d3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9373e50caf4195befe3f5be636dac974') in 0.001773 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_Compatibility.cs using Guid(21364f754cf9b9b47a60742332d4af56) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9ff4bfa8bb4960673752fc17e6981c48') in 0.001632 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Structures/IErrorInfo.cs using Guid(21285ef58054efb4c9264cf10346216e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3d22f0282364babd7163df3aa8bdead') in 0.001627 seconds
    Start importing Packages/com.unity.timeline/Runtime/Activation/ActivationTrack.cs using Guid(21bf7f712d84d26478ebe6a299f21738) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ac4a324a749a1b207b08fe9782dc0285') in 0.001657 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Mask.cs using Guid(31a19414c41e5ae4aae2af33fee712f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7737598c5012acd74bf00305cf5e4187') in 0.001741 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_PlayableLookup.cs using Guid(3168bf9e060ff4b46be4bf08e308ce97) Importer(-1,00000000000000000000000000000000) -> (artifact id: '404d862dff9702a56ece31c156ff0dcb') in 0.001655 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/AddDelete/AddDeleteItemModeMix.cs using Guid(41e14f40b915ca743a3dffd18ffc65ab) Importer(-1,00000000000000000000000000000000) -> (artifact id: '64d69e2d19bce6faca1c30852bb0be86') in 0.001624 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace/CreateWorkspaceViewState.cs using Guid(41633509da720014cbd77f755b378ce7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9e870d1c6d8404d70eb4fe191a19a2a1') in 0.001632 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/RemoteHelpers/PlayerConnectionMessageIds.cs using Guid(41d60936b62cc6d4ca7fe628b22b0e40) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1dedc6b34ad391c22c6be9efbd3bfcf9') in 0.001691 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/TrackModifier.cs using Guid(411b7c7ffc0960249b35a2a247b66ff7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2778cd7fb1d27f3b344e9ea901e446ac') in 0.001593 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/GroupTrackInspector.cs using Guid(41dcdc094b311464c8d6cb614548d89b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '91e3dc0e879c0e8a9c53cab1edc95e01') in 0.001727 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/ManipulationsTracks.cs using Guid(5151708d47edd4344ba8e7bd469d966e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '73905994fbce927e3f8dbd18707b7ac2') in 0.001738 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_Text.cs using Guid(5143f58107604835ab1a5efa2d8818fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5825a1dc883cf1c51a0d5c1904e3bb4d') in 0.006701 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/InputField/GenericInputFieldTests.cs using Guid(513613320b52fdb40a26dd5b73d89afe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '02c99633c848ab91231e89bcda18db8e') in 0.001927 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/UserInterface/Bootstrap.cs using Guid(5186430bc91980d48a94ba1f5b29de5c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ee8a42d2fe4f19abf590bf1a88f488e4') in 0.001615 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/SignalEmitterEditor.cs using Guid(51a7878f6c989394782db73339e90e46) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd445c42929333584736f625e9ac7b6f5') in 0.001601 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Sequence/TrimClip.cs using Guid(511aa760b8728a940a41c29837945292) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b461cdcc397af225774d995f6b6a701e') in 0.001821 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/IMenuName.cs using Guid(512ac45650d443f3be59379c2ecbf068) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd4fc7b84104b2c7085b327b1fc8a4d5d') in 0.001576 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/IMaskable.cs using Guid(61a20120cddc53849bbc10fc805ffe3e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0b6cfe7295b16f52c16f1e045fc8f211') in 0.001622 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Navigation.cs using Guid(61d491d99e9292c4a81d7d01a74781ea) Importer(-1,00000000000000000000000000000000) -> (artifact id: '905842d7fb3e0f4e1df54362f25dc6f8') in 0.001784 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs/CreateRepositoryDialog.cs using Guid(61f74d0a8a3f1f542b8afe99e65686df) Importer(-1,00000000000000000000000000000000) -> (artifact id: '65bac1463367789536469c7c60a22d04') in 0.001748 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/TestJobDataHolder.cs using Guid(612b00d793cac3c49808ab3ee5428f16) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0b7279a4210078b397e266fb5be9b14d') in 0.001653 seconds
    Start importing Packages/com.unity.timeline/DocCodeExamples/ActionExamples.cs using Guid(617e6579183b7cc488aae748fe3f88bd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fa4bd5678bd19a9f650c87f37b6d509b') in 0.001661 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/Dialogs/CheckinConflictsDialog.cs using Guid(615fa68a626934ca28141174234fee26) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7feb5ea0690ddb57bdc79c8c069f9df0') in 0.001698 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/OrganizationPanel.cs using Guid(615ff93ab52eb8242a9194d4f711676f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '08c0a90674c9661cf2fd940d041933c7') in 0.001732 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_FontAsset.cs using Guid(71c1514a6bd24e1e882cebbe1904ce04) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9db95250ce98678b0c3bd05b4e8bd93b') in 0.004103 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/Errors/ErrorListViewItem.cs using Guid(71c34e5fa319ca644b6806e573c33d88) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0caf5c977523a569b5238cb1c326c240') in 0.001650 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UserRoleManagement/UserRoleHandler.cs using Guid(71648f2c67f4c40cda4f186ea8e4e62c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9675da77a7ff8a917e2cab6b9203b18d') in 0.001710 seconds
    Start importing Packages/com.unity.timeline/Editor/DirectorNamedColor.cs using Guid(7116e04a377b195458798657c617e324) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'abb7f2c83d8e7bd188344155f8e5370a') in 0.001783 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/VertexModifiers/BaseMeshEffect.cs using Guid(718966f960cb50643986195e5fe953ca) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0dbc68405087f90de4af397dd7240a17') in 0.001691 seconds
    Start importing Assets/Editor/SomeGreenTest.cs using Guid(71ab84d2d00e669418fd5d5c087115c4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '16c05cc2877e0d3d6ea2c4cea9186d97') in 0.001467 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/LoggingLevel.cs using Guid(71bb46b59a9a7a346bbab1e185c723df) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0fc6af2b4ba83f1e29f764e670f968a8') in 0.001572 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils/Processor/AssetsProcessor.cs using Guid(71cb30384b5f8d64ea7df220cff88d0c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ac6761a74a1b77d0bf86aebf25ae168') in 0.001629 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Move/MovingItems.cs using Guid(81a142c61a4e14d46bb21b02548ad24d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0a4ab067b6d3d022febe98db2fb93fc7') in 0.001696 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/Text/FontCreatedByScript.cs using Guid(812aaaefaab404448a3e4db49dfa5206) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4199c40f0bcb11601f452e23ad392962') in 0.001669 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/RectTransformValidAfterEnable.cs using Guid(811d999912a5f3f459a637aad029fbc8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '574e58ccf694f631ee79a57c688ebf79') in 0.001659 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Filters/AssemblyNameFilter.cs using Guid(91319408591cec1478efd3c62f9f418a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0a621242405bbdce8846d70b1e382189') in 0.001698 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/EventData/BaseEventData.cs using Guid(91f495459b6e34f419ac123740d798b1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e5730599f7b7cd356170104c896b9294') in 0.001639 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_BaseEditorPanel.cs using Guid(91950f78729ab144aa36e94690b28fad) Importer(-1,00000000000000000000000000000000) -> (artifact id: '396f6041e59539b603461aca07cd2c0c') in 0.002937 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils/LoadAsset.cs using Guid(91f74d588534bef42ac4b919a2ece84a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '86ed39277d582be99868a97d0efb1016') in 0.001603 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging/ExceptionEventArgs.cs using Guid(917a51fff055ce547b4ad1215321f3da) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6e41eed82509670e8a6d690c324d2172') in 0.001670 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Branch/BranchesViewMenu.cs using Guid(a1f5156c89fd104459e8ec0cc3098899) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8705acfa2f9ceba63a1ddb9953c7df07') in 0.001665 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/CanvasGroupInheritedAlpha.cs using Guid(a14a59f2a5c757e469c3e4e17b798c2e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b2c83b7852267bb1f74f51738ef23d31') in 0.001801 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/Menus/FloatingDialogue.cs using Guid(b1607da2b0288db44acdeed2ddaf0962) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'caa763e4d640181c424fba016d7af8ca') in 0.001740 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/EventData/AxisEventData.cs using Guid(b180fd8310805e44dbbef545d0231418) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0a3887f23adfa8981ef13fe40571b74d') in 0.001622 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/RemoteHelpers/RemoteTestData.cs using Guid(b135ec222fdcd11468014c90d11d6821) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4bc063289f74efa012b7929962092af4') in 0.001706 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/ActionManager.cs using Guid(b185b14d428805c46aceb7c663825b2d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '19dd92ee52c37adb567e2230037158a4') in 0.001900 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/TimelineActions.cs using Guid(b1c789407b55e3a4c9cc86135a714e33) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c4095c41a211ed539e8d999fbe8802e4') in 0.002406 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/History/HistoryListViewItem.cs using Guid(b1b8657301e8ead4a9389eda02c15883) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fdbab49cafa32aa0617012636f5a4be3') in 0.001649 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/IncomingChangesSelection.cs using Guid(b10c9294742ed4040ad32d0b73b16c75) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a607944cb4b6d7de28794a687fd4d55d') in 0.001646 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/MaskEditor.cs using Guid(b10cb8fee5b39014d8a417bf413f5e5c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '265b9594111ed103594581bf57853665') in 0.001593 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/BindingSelector.cs using Guid(c171b9ca03610ea4faa426e082a1075d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd6eda6b9347ba88db0d20381a64c8c19') in 0.001732 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Gluon/UpdateProgress.cs using Guid(c13239fbea1666a42b26691afcd91e63) Importer(-1,00000000000000000000000000000000) -> (artifact id: '21b23a06b4a8ba07078ad8f8c16cb9e0') in 0.001603 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/PropertyDrawers/AnimationTriggersDrawer.cs using Guid(c18288a8d31fc9043a807ee8a9f1ae64) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b163f1e4b85cde662d800d1e15066210') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Structures/IChangeEntry.cs using Guid(c1548be0adf9df34f829fbde7f53bbb8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9f947ea20a6a7649c914aa0409cdc6cd') in 0.001613 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs/RepositoriesListView.cs using Guid(c18598e9d808edb4583a6aa724ffc268) Importer(-1,00000000000000000000000000000000) -> (artifact id: '09eed50c3fb2e34b77da4184ec737a13') in 0.001742 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/Providers/MockSourceControlProvider.cs using Guid(c1a720a51e44604479a70a6a175aac0b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6b487ea4ec719e6b359df8afe11ae4d1') in 0.001804 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlayerLauncherTestRunSettings.cs using Guid(c1cba6f3ed484514097080a3bb835958) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8a981cda79384728ca77df31550c7591') in 0.001670 seconds
    Start importing Packages/com.unity.timeline/Editor/State/SequencePath.cs using Guid(d1207768d96c479488b6b81f3483e0c1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '90c40d4e9e6a50917a67c9c4311d380b') in 0.001688 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Help/HelpLinkData.cs using Guid(d1d2cd7920afc0741b8baae80a676934) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c6aecd713872e1af9fe68e617f0641c0') in 0.001607 seconds
    Start importing Packages/com.unity.timeline/Editor/Items/ClipItem.cs using Guid(d143f3edd0494bc4c98a421bd59564fa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7bfef8b6fe899a9360ab72c20759a901') in 0.001667 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/WebApi/CredentialsResponse.cs using Guid(d1c46ccb760d06146a24b7e265e19566) Importer(-1,00000000000000000000000000000000) -> (artifact id: '21d5943135d3eabcbac08574ae77cd61') in 0.001619 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/ITestRunnerListener.cs using Guid(d1b534518943030499685344fd1d476d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5c7c193900d92b9bf90b71d977f129af') in 0.001650 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/PrebuildSceneSetupAttribute.cs using Guid(d1b7ce919aa8864409412e809073cf96) Importer(-1,00000000000000000000000000000000) -> (artifact id: '378f436beea76d230c1118b136a6903e') in 0.001694 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/CloudCollabTopMenu.cs using Guid(d129b9605eb84f75bda7b7c433713464) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1730e4ff772f59fe34e884475040d39e') in 0.001605 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/InputField.cs using Guid(d199490a83bb2b844b9695cbf13b01ef) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4078f4a677fab7cf73749b5049f694ed') in 0.004120 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_EditorCallbacks.cs using Guid(d1c9c1ed454d0594b951eb6a76ac62ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ab1ec0636fc2cbc6ae7d321a1342c300') in 0.001830 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/InputField/DesktopInputFieldTests.cs using Guid(e1b0ab339722791498cc804831a17ad3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0d902cda184de5a48751277505e61516') in 0.001686 seconds
    Start importing Packages/com.unity.timeline/Runtime/Activation/ActivationMixerPlayable.cs using Guid(e165a99d845c10e4ea0f546e542e8684) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d23fcd7992245628464575c066b263f') in 0.001644 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/CloudCollabSettingsProvider.cs using Guid(e166244551374dbeb6e41e53ad61cfde) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a892fe7300f4663783a735f715ef998c') in 0.001633 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Utils/ManipulatorsUtils.cs using Guid(e177382a693dea644acd34e3e7a3feb3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '38ff61c219c24a774560a1395c4dc641') in 0.001612 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/VertexModifiers/Outline.cs using Guid(e19747de3f5aca642ab2be37e372fb86) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c80203f2c9b88851b96619b80f1325a4') in 0.001668 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/CustomTrackDrawerAttribute.cs using Guid(e1e957d39ca70834f9212a1289b6a0d5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a340a43259b08e7a9f1e427883e28d05') in 0.001632 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListBuilder/TestTreeViewBuilder.cs using Guid(e17c88b021c2a4c409b3f15b0d80ac62) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b75312eb1b0ef4059798402b2a07047a') in 0.001784 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters/MainPresenter.cs using Guid(f10661b27b25c224b966c073d3d886e4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3f21afc99d55b7bf32eb0327b7613822') in 0.001758 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/SSOCredentialsDialog.cs using Guid(f1969c6a4a44a474983058896f48d9f5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b94343d2d76c8784ff0293c6c4b76077') in 0.001703 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/TestListCacheData.cs using Guid(f1b6399349763114d9361bc6dfcd025b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd9e1297f92207136ccab4cdce9da6bf8') in 0.001671 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer/ProgressOperationHandler.cs using Guid(f1b80531a496e644abedd795c21274cb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7ddbfc91ebeb9679531b90696f3d6544') in 0.001639 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_SpriteAssetImporter.cs using Guid(f1ea944dcf8849ebab391e461b99ccb7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4e199a0507fb7c1b48aab2d5bfa8a753') in 0.001759 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/TestListProvider.cs using Guid(f15cbb987069826429540d0ea0937442) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a75149257746a4f6ef44a57df357bb14') in 0.001694 seconds
    Start importing Assets/PrimitiveBase.cs using Guid(f12d761af215a3040be3138427c8ab01) Importer(-1,00000000000000000000000000000000) -> (artifact id: '532a8a14bc67f6c79f498a1db0ba201d') in 0.001453 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Cursors/TimelineCursors.cs using Guid(f16e09785c984c445a0467e30f845636) Importer(-1,00000000000000000000000000000000) -> (artifact id: '83ff93acc67ff4d41e893294651daf21') in 0.001701 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UnityEvents.cs using Guid(023009af66be2da4d84bf23700528308) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bdaae4b99403d7c8758b3e451dfee156') in 0.001606 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/TimeAreaAutoPanner.cs using Guid(02e1fe0a338b35545a5fed1345848332) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f03cd3ac4f7eb070ad7fe7f716813eda') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Enums/ProjectStatus.cs using Guid(021989652c46434d98428c7e02cb8ab8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2c0378f808a2c965e66337c77db1323b') in 0.001603 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMPro_TextContainerEditor.cs using Guid(02893ffb522b490a9fa28eedd2584309) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb21c6ce637696fe5df196134b4a0d97') in 0.001702 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/History/SaveAction.cs using Guid(025a530ab434a7e40ad318955f571e50) Importer(-1,00000000000000000000000000000000) -> (artifact id: '47c51025c1a5575429571e30644d901c') in 0.001621 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/VertexModifiers/PositionAsUV1.cs using Guid(020ee4c1798a3d243a4b8cbfee6cac2d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '13b91153d83c1382a685012b7c2decd0') in 0.001639 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/InterceptedEventsPreview.cs using Guid(127023922adddf744b59fa7b0b0c3030) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2d2e99cef2333d231af61258bb0c4394') in 0.001831 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/SSOSignUpPanel.cs using Guid(1284741c63bbe7742a2d359492947023) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b0fb74a52610b7a4ed2aa098b10d0995') in 0.001795 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/NUnitExtension/TestRunnerStateSerializer.cs using Guid(124533853216377448d786fd7c725701) Importer(-1,00000000000000000000000000000000) -> (artifact id: '53e5785c197186fb949ab6fd5be69280') in 0.001747 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters/IPresenter.cs using Guid(12767e3d68610ef43bdb99b1f83554f8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c454f8270677e62848fe5ff78a3c173') in 0.001598 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/AssemblyProvider/IAssemblyLoadProxy.cs using Guid(12dfd4bdbb5c8e6419432fbc54ef25d9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bf5b5bbbb0b7540275e7e0b06153fc75') in 0.001659 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetOverlays/Cache/LocalStatusCache.cs using Guid(226459a134855504d841db6b61519d2b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '20f04aba5a6b80b5113bdd30e6ff4e0e') in 0.001673 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/TimelinePreferences.cs using Guid(227613ec5b3943443a284e30a6d6b91e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '48346f0cebf3c47e6dc46edfde17b695') in 0.001753 seconds
    Start importing Packages/com.unity.timeline/Editor/Trackhead.cs using Guid(22899211c24eeb248b22704499dd108f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '187b4104f6f617939a5672f81b87261b') in 0.001931 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_DefaultControls.cs using Guid(322392995be44d23a3c86cfd972f838f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ad28748101cf2f4c116ae487230ee2a') in 0.001853 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/Extrapolation.cs using Guid(32535dd294c621e4297fba34b15b1c52) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6252e79ba019baa0b83894ca9f6e8ffc') in 0.001683 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/ScrollBar/ScrollBarClamp.cs using Guid(32a4a0ea998dd6149937d2774781c436) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ee0b105c1d52a0db02ad055423c7437c') in 0.001728 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TextContainer.cs using Guid(32d40088a6124c578ad6b428df586e2e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9d81d67589a5e79f0838204c0bbe1bfc') in 0.001772 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/ContentSizeFitter.cs using Guid(3245ec927659c4140ac4f8d17403cc18) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bade09634313d58a08284a65c9c6f647') in 0.001713 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/Vector4EqualityComparer.cs using Guid(32da81683c22faf458026716a2b821aa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '04def375eefe416241206d36d9dd2140') in 0.001726 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/Message.cs using Guid(321dc2c0720f8dd4f9396ecdc12b8746) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bfa88c0cbe9a0f58d7b6a749b9acf41b') in 0.001645 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/IView.cs using Guid(322ddf9bb156dcd40956b32589edd8f8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '02812c5bfa8abf40f3a3f927aad11ecc') in 0.001584 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs using Guid(4230e406313f1db43a4b548e7a3ad2e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ef7816d0863ed30edcb449e9b920cacc') in 0.001640 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/Raycasters/BaseRaycaster.cs using Guid(426106349a0ff964fa4e7178c1d3a4f5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0396d1f18ae8abd8a9c5c0e0a04eb7dd') in 0.001680 seconds
    Start importing Assets/Cube.cs using Guid(4239524426945584f89ba7e6a3d19a74) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b1c7381e75e4774f88f6cfe80a2856c2') in 0.002289 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/OfflineUiHelper.cs using Guid(42f9a77f3e0e459fb7fc63c636dba57e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '48912c2cde681b6523cb14744e103228') in 0.001615 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals/EnabledVisuals.cs using Guid(42eb5d9546d84a8495c7d6cf6934b392) Importer(-1,00000000000000000000000000000000) -> (artifact id: '47714514fca5c2b843217ba9fb0c35f6') in 0.001686 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/SignalReceiverHeader.cs using Guid(423cd382a7804414d9bfdb2e7fb7bb62) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8c95d02b4625be743ded51ec20f7d4d8') in 0.001604 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/TestFinishedMessage.cs using Guid(423fe2ef878fa1140a7e1f7f9e365815) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dfff2871c762bb7f8113456f9a2592ee') in 0.001683 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UserRoleManagement/UserRole.cs using Guid(52b0863c034c4170a48fe13bc36f27c4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '619e21f5d090bd9e8467b09c2f36e2f6') in 0.001596 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ProjectStateManagement/ServiceFlags.cs using Guid(5291568d0ded4e509ac3c7e9a95c40e7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '577885ae0d6e051a45e69bdd5694fc50') in 0.001633 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace/CreateWorkspaceView.cs using Guid(5294f667272fcb2438a79369c92cc7e7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '520f50b83018a6bc17af2e3474649e82') in 0.001844 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListTreeView/TestListTreeViewGUI.cs using Guid(52c907c81459f324497af504b84fd557) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b586f44a4ef7bae94face7516fdc88ce') in 0.001684 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/BreadcrumbDrawer.cs using Guid(526f285e8d4fb8140b4cdfeb9102d8cb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df6ebccd15a85180206b99dc9b5c9917') in 0.001807 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/MaskClipping/RectMask2DClipping.cs using Guid(529fde071171dfd4e99d45ca81a3ac7b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '854940e357508f147910050f23c03baa') in 0.001726 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Util/GraphicTestHelper.cs using Guid(621a76c0c3927aa45aba7d2ad0c8e1c8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '04f1b89656d695349a43aa523c008515') in 0.001679 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/ChannelCertificateUiImpl.cs using Guid(628bc1ed591aa164ab9124ac22e02d9a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4ff84e30140115d1d7b4161eada37056') in 0.001630 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/ExecuteEvents.cs using Guid(623c79a1e113b4941afdbfc88d19e8fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ab2a6cf79a0c24e1bb0c5d5deba5a7be') in 0.001891 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/PlasticWindow/PlasticSCMWindow.cs using Guid(628e4c47dd424c74989295a030817084) Importer(-1,00000000000000000000000000000000) -> (artifact id: '25238e85fd982f73bf1c27e16af7e9ce') in 0.001663 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/PostBuildCleanupAttribute.cs using Guid(621fd19bcb071b64aa1d68f0271aa780) Importer(-1,00000000000000000000000000000000) -> (artifact id: '537be60e9eb0620a130ade402858ee52') in 0.001685 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_ResourcesLoader.cs using Guid(7241c7dc25374fc1a6ab3ef9da79c363) Importer(-1,00000000000000000000000000000000) -> (artifact id: '38313fc3bbbdfef71ae8353296cf0807') in 0.001601 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/Analytics/EditorGameServiceAnalyticsSender.cs using Guid(72f7787cfc7ca4ca087104bfb5a8b71c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5fe43989cc3b10f6a51c188782e6cd9d') in 0.001669 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/PropertyDrawers/SpriteStateDrawer.cs using Guid(728d2c19676ea3743aaa087aa28c4a16) Importer(-1,00000000000000000000000000000000) -> (artifact id: '06031d742f124e058646eda831ae3484') in 0.001636 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Misc.cs using Guid(828075bc53f2de84982a943870529b7b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '77c88036ebebdf686de7342cfb12f367') in 0.001630 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Callbacks/WindowResultUpdaterDataHolder.cs using Guid(82075836be5e0c64bbe84e1f9436682e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c7d3c3fec1ef50d7e2793d3db50f1ce8') in 0.001673 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TimelineTreeView.cs using Guid(82a8ce43816925d4b971951094cb755c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a67a5e0acfb65f0e21a0bb7814bbc1a2') in 0.001971 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/RemoteHelpers/RemoteTestResultDataFactory.cs using Guid(826b6becaef90fb458eedebe4c2f3664) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb902a66f118fcfd8871bc1e49fd92b8') in 0.001697 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/SolutionProperties.cs using Guid(829d4d6bc39fd1044ba4c5fc2a9c911f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e4d0ff4f1b3b678f6be6998850b4268a') in 0.001559 seconds
    Start importing Packages/com.unity.timeline/Runtime/Scripting/PlayableTrack.cs using Guid(82cd92ffc29383742932b27ca414c80f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7e8419bb4220897fbcfb32694b3a33b8') in 0.003145 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/LayoutUtility.cs using Guid(82bf3f737dec0be43a60891958a8da87) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5ba03245afe5dc0bd7e54fd6401186a4') in 0.001839 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/SortOrderComparer.cs using Guid(923089d9a5486b545bfc5f70e781d4e1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eda882181c3e50b1599fb2ea52e14a1a') in 0.001589 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Messages/RecompileScripts.cs using Guid(9202fbba95ea8294cb5e718f028f21b0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '61ad42f87a8da98ab0aaf97fe8e5d990') in 0.001771 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/ProjectBindAndUserRequestVisual.cs using Guid(92c9458f12a7d4d52ad24494a00dba7c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c55c94d048c8935b13423f25a6593fac') in 0.001728 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/CurvesOwner/ICurvesOwnerInspectorWrapper.cs using Guid(926a61ff0dec44a5aab649acb411e9ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: '784e849de3bc0adc01a8a28758def7f0') in 0.001655 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/MergeCategoryTreeViewItem.cs using Guid(923dacaaac477a941a4a5c7c1657a250) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f44eac1aa9fd7d625b545986af9fd3af') in 0.001612 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/IGraphicEnabledDisabled.cs using Guid(928dc55e2c8c3ee4dad33b6d561cb6ea) Importer(-1,00000000000000000000000000000000) -> (artifact id: '217371ade2a63e5270594e59de282f64') in 0.001625 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/Adapters/ListAdapters/ToggleableChangeListAdapter.cs using Guid(928f8025717499a41802f8fe66420488) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a0c3a8c7645c19d6c3494d21e57ef788') in 0.001752 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/TimelineProjectSettings.cs using Guid(a287be6c49135cd4f9b2b8666c39d999) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5c12cd84dff9456703b3708a1648da40') in 0.001699 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Move/MoveItemModeMix.cs using Guid(a2a8aecb05814e644abbb070fbd91156) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ed80a91ab6d213fe36a1efe18b844a6') in 0.001706 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/Modes/TimelineMode.cs using Guid(a2cb43d6b0c226443be7e176590837a5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a70c3bddeb7fd722d1d81e28cfeb2135') in 0.001677 seconds
    Start importing Packages/com.unity.timeline/Runtime/Evaluation/ScheduleRuntimeClip.cs using Guid(b250be9db55288b48ac121c074d795e6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '156d60eaabdcad60bde794588d0d3b7b') in 0.001707 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/ManipulationsClips.cs using Guid(b222f61a1f7253e4d8e8cc82bfde9e42) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3720f6c8ab7dedd8ab973b5173cdf906') in 0.001621 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs/RepositoryExplorerDialog.cs using Guid(b29af44841cd6644e876233cd057bc18) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c07938b14e1926c591acaffcc037b79e') in 0.001825 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Presenters/MainPresenterTests.cs using Guid(c27224849b8648b991691de4f0c90456) Importer(-1,00000000000000000000000000000000) -> (artifact id: '99e00756c4d22d6400168020383a8b16') in 0.001682 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/BuildActionTaskBase.cs using Guid(c2441d353f9c42a44af6e224e4901b52) Importer(-1,00000000000000000000000000000000) -> (artifact id: '810fd32842c0639e0dbb101869866d8f') in 0.001720 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Presenters/TestStartView.cs using Guid(c26636c25de34fd1b5d32fd8fdb9b47d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '121bf8fa7290840a652d29966d31cca6') in 0.001609 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/RequirePlatformSupportAttribute.cs using Guid(d2146428d3f1ad54eb7326c9a44b3284) Importer(-1,00000000000000000000000000000000) -> (artifact id: '889c216f3d68ff8c037d7282970fa329') in 0.001667 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/DropDownTextField.cs using Guid(d2e4782a922433041be291edaf12421a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3661db60feb30a91df8252e9621e2fbe') in 0.001615 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs using Guid(d256fa541faf5d4409992c631adb98a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c39e5f4f892e3330686fe667b2fea6ac') in 0.001844 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/IncomingChangesSelection.cs using Guid(d287890d8b11cb7498506935c825b43d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3e01d1a4aadf1e2721808e7f84b9f5cd') in 0.001640 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestSettings/ITestSettingsDeserializer.cs using Guid(d208a1684f8aa6a40ad91d6aa9600c14) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c698b0e57d5c0e213e37b0bbee76b9b7') in 0.001632 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/UnityTestMethodCommand.cs using Guid(d2ca9278c9dd49df877d622d0f657ecf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c3db17bff1e759475aaa2841c8dc1fe7') in 0.001681 seconds
    Start importing Packages/com.unity.timeline/Runtime/Animation/AnimationTrack.cs using Guid(d21dcc2386d650c4597f3633c75a1f98) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a693027857047737071c5265ee8f262a') in 0.002511 seconds
    Start importing Packages/com.unity.timeline/Runtime/Playables/ActivationControlPlayable.cs using Guid(d20e4e177b86a2843805dd3894f41b42) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8e9a65b77de8e7b4b606b7b5914e9801') in 0.001705 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/AnimatedPropertyUtility.cs using Guid(e22173cccd50433098692e06d6811255) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f907d38e75f0257ee402b624ac3f0489') in 0.001673 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/EnumerableRepeatedTestCommand.cs using Guid(e273462feb9a65948826739f683cc9a9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a794329d73340b38bf6cefc87c0b4109') in 0.001717 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_MeshInfo.cs using Guid(e21bec35f48a44298911b25ead550ce3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '274fcb57fd69b0c68c5ba26cc8d5cb7d') in 0.001961 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_Breadcrumbs.cs using Guid(e2cd16a2d73fe7a4c9affa2b790eb5e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7135781990d44697ed22f4ccd8dbfa00') in 0.001707 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/CoppaVisual.cs using Guid(e27e594ea6be24dc5bb61e40a6be58e5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b5540fecc104344d6f22531ef2312d5a') in 0.001723 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UserRoleManagement/UserRoleRequest.cs using Guid(e29e778179e742d99a136adc003ad43a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3bab57c618246c759fe9b70bc804537d') in 0.001740 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UIElements/ProgressControlsForDialogs.cs using Guid(f213e847b2dfa264ea3243bef42fbef0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '391f0fdf5c1bb8b041f6cd58d8ae5fa8') in 0.001716 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ChangeListElements/BaseChangeListElement.cs using Guid(f244cfcc2f79c6f43b7f088d6b0cd58e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fa5f59ab3fc12954730af579e4d05014') in 0.001693 seconds
    Start importing Packages/com.unity.ide.vscode/Editor/ProjectGeneration/ProjectGenerationFlag.cs using Guid(f239f506223a98f4e9b5dd3a9f80edea) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0d04cb620690cc32696a9cdf93753c55') in 0.001577 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Tool/IsExeAvailable.cs using Guid(f25df29da91c45449ada5f3da8cf20ea) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bd5e4b294bd8ccbe76bfdc55ed7b0ac8') in 0.001646 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ListNotice.cs using Guid(f23e95205bbd2614aaf12e748e3d1ff4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '49d75fa061eed5ec1a84b9047f7df4ff') in 0.001608 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/MarkerAction.cs using Guid(03d19e545aea1b446b1c56530a4438ae) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f14ff740657ee76886f3f0a3f66995f3') in 0.001654 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/RemoteHelpers/RemoteTestResultData.cs using Guid(03e4d63665d06f04c8a6cf68133c1592) Importer(-1,00000000000000000000000000000000) -> (artifact id: '63d8b228f5613be98f42c180daea37cf') in 0.001697 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/Views/EditModeTestListGUI.cs using Guid(0336a32a79bfaed43a3fd2d88b91e974) Importer(-1,00000000000000000000000000000000) -> (artifact id: '433a0a4a3241d0866cbff54463887ddb') in 0.001758 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_SettingsEditor.cs using Guid(0386b6eb838c47138cd51d1c1b879a35) Importer(-1,00000000000000000000000000000000) -> (artifact id: '69edf1b5b41f0fae67b51a2fa339b5ec') in 0.002072 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/EditorLoadedTestAssemblyProvider.cs using Guid(033c884ba52437d49bc55935939ef1c6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd64b69f78b1fd603193a1651d43bab48') in 0.001804 seconds
    Start importing Packages/com.unity.timeline/Runtime/Animation/AnimationPlayableAsset.cs using Guid(030f85c3f73729f4f976f66ffb23b875) Importer(-1,00000000000000000000000000000000) -> (artifact id: '55707d674afa17e21012cdc9dbe24928') in 0.001818 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/CanvasScalerWithChildTextObjectDoesNotCrash.cs using Guid(13d161b14bb3ab74e8a9634e26fb7a5e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dabd1fa6fb390c8502a58e0befbbb5c7') in 0.001660 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/RawImage.cs using Guid(1344c3c82d62a2a41a3576d8abb8e3ea) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fdee89c2cf8d21399ce763f3aeb3ade8') in 0.001722 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/PropertyDrawers/DropdownOptionListDrawer.cs using Guid(1385bc74f3945c943be16ecbb1381063) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c020f6565cbeb557220fd1d2ac3f2cc8') in 0.001665 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/TextEditor.cs using Guid(1336690ece4db2740b4ba38873e00dfb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ae2f1af01f840febd813399e68cf219d') in 0.001609 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Utilities/OpenLinksUtility.cs using Guid(1368dd525e9009940aba9e7dbc654456) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd21781377da755e98e7bf09b8717813b') in 0.001608 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineParser/CommandLineOptionSet.cs using Guid(139c5eac101a4dc4fb3098e30c29f15e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6e3fe0daa70ce438757c6ca94578828c') in 0.001666 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/InputModuleTests/FakeBaseInput.cs using Guid(138dbec4f8742654fbceb0a19d68b9c5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dd58d0dfe8707e91099375ed5df0c9ff') in 0.001679 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/FontData.cs using Guid(13cd966480ec3354bb318ee1aeccff6f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6bcfbaaf818bde668d254d65a2c4dcbd') in 0.001725 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_EditorUtility.cs using Guid(2300e75732d74890b38a8ff257a3ae15) Importer(-1,00000000000000000000000000000000) -> (artifact id: '96b5d8eb9dc8b855c66e7fedad85d398') in 0.001830 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Branch/BranchesTab.cs using Guid(2350e7d7f6d79024da24dea8f15a6881) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ec79e290e84f4a332903cf219e5f268d') in 0.001808 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_StyleAssetMenu.cs using Guid(23a562f2cac6401f9f91251c68a1a794) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4ebfee16ad6e78e6bd2318f770e3b77b') in 0.001610 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/DrawCommentTextArea.cs using Guid(23471c5c18843794fba363cb093b5a05) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a4c8252a7a2fe4840922bef550e3891c') in 0.001696 seconds
    Start importing Packages/com.unity.timeline/Editor/Audio/AudioPlayableAssetInspector.cs using Guid(23884ce4c1de32846adafea2d53a4cee) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e9058f0c3d39dfdeec13112449eae176') in 0.001617 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/EventInterfaces.cs using Guid(2359c66dee10c454c97f6aea84e3fe22) Importer(-1,00000000000000000000000000000000) -> (artifact id: '73709c66edd8365109a9fe426840f2c0') in 0.001836 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Utils/PlacementValidity.cs using Guid(335020228a0fe124897f51f25f6350ee) Importer(-1,00000000000000000000000000000000) -> (artifact id: '02b6cd00f65da88531dfc6185560dc49') in 0.001618 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/InputField/InputFieldTests.cs using Guid(3371106faf8d06f47a73979a3c8d82a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2e4922db62c558e3bee70793054430bb') in 0.001676 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/RectMask2D.cs using Guid(3312d7739989d2b4e91e6319e9a96d76) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c57908e29ae4fbd589e9ecbd0dbd8765') in 0.001842 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/WriteLogConfiguration.cs using Guid(332442c8f4f7b1943bb9e12fc97356e4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2da398bc7db66a37167d212f53cf59fa') in 0.001630 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/TestCommandPcHelper.cs using Guid(33e6b78c96bb0694e96383e3c56b7b54) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e685c3132df681588334fdb90604e2f4') in 0.001668 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/TimelineInspectorUtility.cs using Guid(3387717991705ce4e8ef033a0e543a06) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e7c442c8457e0eb0ceb65ef7fbca44da') in 0.001931 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/ConfirmContinueWithPendingChangesDialog.cs using Guid(3389e142c33d23546a31fc469443a2c3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8f36fe0efff6dc81b85da7ec6b874885') in 0.001747 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/Errors/ErrorsListView.cs using Guid(331d1c37d891f334390adb8324042856) Importer(-1,00000000000000000000000000000000) -> (artifact id: '49424c30eaaa46f310942ca14ca08e1c') in 0.001724 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/AssemblyProvider/PlayerTestAssemblyProvider.cs using Guid(43a3aec217baa9644a7cf34b5f93fed9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bf6877e50dbc34d3d965b137f9aaec9a') in 0.001702 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Avatar/AvatarImages.cs using Guid(43c380b3a07cbf449a54619bb50096b1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7d7c25980934e5b0124361c901c33b21') in 0.001653 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/MarkerList.cs using Guid(4335a164bb763104c8805212c23d795f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '63c5972ebafdb6108fa805c3b6cef586') in 0.001719 seconds
    Start importing Packages/com.unity.timeline/Runtime/Playables/PrefabControlPlayable.cs using Guid(439c018cf4619e94d9a92110ce0aa188) Importer(-1,00000000000000000000000000000000) -> (artifact id: '745ed54b7e1158a9e2670168534d1a36') in 0.001716 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_BaseShaderGUI.cs using Guid(438efd46088d408d8a53f707fa68d976) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0fbeb42258b61096abee6edf6a53b621') in 0.001927 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/SetupCloudProjectId.cs using Guid(5326c7fb2eb17ce419ae9e925c9f26fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '563a61c9404b19583a3df58f19ca2c02') in 0.001593 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/HistoryTabPageView.cs using Guid(5359645287a8484499e79d0fca4b40be) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bba0915d9fcdbb840b4477e73ad345b7') in 0.001813 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Drawers/ClipDrawer.cs using Guid(63118a0c9ee42ac46b7f30e793177a76) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9044d11a77dd25b95db660a2632b2ea9') in 0.002242 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/TrackResourceCache.cs using Guid(63f2caa33e79582448112b2e286d576d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e7406853a024e111e24dad895e2316ce') in 0.001712 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_SpriteAnimator.cs using Guid(6366ee97f6b541449155028b9487355a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '784aacb10f8aaf1d097a06c974fa9fcb') in 0.001681 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/IStartView.cs using Guid(6357e3360bc78e34f96e6d748eb03e01) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fe1e8e81a23cd8dd074624886ba44b2d') in 0.001618 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/SetupException.cs using Guid(63572993f2104574099a48392460b211) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ee375caae37e28923bdb997ede919107') in 0.001651 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ChangeListElements/ConflictedChangeListElement.cs using Guid(63180fc0af43b4e48b71324e06f132e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f4403a8db5cdb4fd29c3546579abd680') in 0.001701 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Presenters/TestMainView.cs using Guid(63ffed391ffc4e11949711d888affd00) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e9f3f79526c0931daa7d9bf8d67a3d91') in 0.001647 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Branch/BranchesSelection.cs using Guid(73306fe71bf092d4495ff28ee02b766b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a9ea6be2f020540cf1d04cc607b6d164') in 0.001632 seconds
    Start importing Packages/com.unity.timeline/Editor/Recording/TimelineRecording_PlayableAsset.cs using Guid(7341c0cd0aad4994e8fa461cb443aa7d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '24016b585bea0f7b25d12c6861398ef3') in 0.001710 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Common/SerializableDictionary.cs using Guid(73b5e3c234aedab45891126c667b675c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b18562959b26745f92df8d01691c105e') in 0.001613 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/IStartModel.cs using Guid(73a830e91bd5403cad57bb7b7e9a2b7f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'acf9a96a95615ec49c1abbe4af7f96db') in 0.001611 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/RectMask2DWithNestedCanvasCullsUsingCorrectCanvasRect.cs using Guid(735d54f21944f834f931716514c87a84) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1e7a20a5ef96a1c79c542256dcc8ca6a') in 0.001657 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/TestListenerWrapper.cs using Guid(73deb9b8722aa284eab27c4dc90956c6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8da79b8408a732b2e6a2a99413dffeb3') in 0.001655 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Progress/DrawProgressForMigration.cs using Guid(73eed00edf708bd49a7c2fdfd1a97246) Importer(-1,00000000000000000000000000000000) -> (artifact id: '335973ecb39e2b879a64d83020f0c761') in 0.001630 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/PhysicsRaycasterTests.cs using Guid(833143c443f979e44ae0b8ed899e3b59) Importer(-1,00000000000000000000000000000000) -> (artifact id: '833b7c17fe1225295be3c7a31d0e7d95') in 0.001649 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/ColorBlock.cs using Guid(83088ba2132cbc940b7ca0c679a02b0d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '643d6c6b03d1698caa7599ee6d6ce1cd') in 0.001761 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs/RepositoryListViewItem.cs using Guid(83882c7718d0fc34f8a05141328ceac1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b445a112c2c5e10ed512a809617bb039') in 0.001660 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/ImmediateEnumerableCommand.cs using Guid(8349e42a2b30c7a4abd8678c203428ba) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6a21d6cd58de13b541f90a13a5dc3db3') in 0.001678 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UnityThreadWaiter.cs using Guid(83e946775d0516c4aba77860a60ed6e6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a8b0eaa818d1b8e2f4e22b8e23fdcae9') in 0.001626 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestSettings/ITestSettings.cs using Guid(83eda34b7da01e04aa894f268158b0c0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '43db996aaeaa379c0c261e8d8ee990a0') in 0.001648 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/CheckMeshColorsAndColors32Match.cs using Guid(9390296e78291b543b2f4a9761ef8139) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3d2f1068d5a86d16b5b3bcd04cadc981') in 0.001697 seconds
    Start importing Packages/com.unity.timeline/Runtime/TimelineAsset_CreateRemove.cs using Guid(93665e8b67658804d99c4487228cc050) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ebc02b6d864e58ae284f73ea3da9f88d') in 0.001845 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/Adapters/ListAdapters/HistoryEntryChangeListAdapter.cs using Guid(93a892c54d73e8f4ca210cdc2bf67a74) Importer(-1,00000000000000000000000000000000) -> (artifact id: '76efe9728968a2d9e712d139bfcd4df2') in 0.001676 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/IEditorLoadedTestAssemblyProvider.cs using Guid(936b6288befc460409cfdff3ac92fc95) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ccee5442a68842e943e51bcf8fa2c474') in 0.001683 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/CleanupVerificationTask.cs using Guid(93eb6389f4fb6924987867ce0bc339ee) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd3a743b63a547b4c2a61597e057d2892') in 0.001683 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/ICallbacks.cs using Guid(93eea84e53d0226479c9a584f19427b5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7f0ca65649d8178ee16a8f25ced3202e') in 0.001656 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Utilities/ExtensionMethods.cs using Guid(a302d64f7a6389743801a4d85d302fc9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9b3d76c3e18f689fef511460cc18cc03') in 0.001613 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineParser/CommandLineOption.cs using Guid(a3529368f4cd0424a89aa51080a16b06) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b5697e7b89d7942bf42c1676490f0df1') in 0.001659 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/WebApi/OrganizationCredentials.cs using Guid(a3542876e68f11e4aa6c063e4c8e76db) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7f26b96890d01dfb5f686799000bac67') in 0.001593 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/TestConstants.cs using Guid(a374bf192ac57b94e9082ff6e1debb2a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5f0be1d95c8cf0b8d7623c564c5bd469') in 0.001589 seconds
    Start importing Packages/com.unity.timeline/Editor/TimelineUtility.cs using Guid(a3949cc8bd731bb47bedf6589367d0c9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '409efad60af4f48b27c1b6b5ee95800a') in 0.001865 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/TabView.cs using Guid(a3375fb53b3a9ae45bc73008f351e005) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9cde2f9269bc8c05ba727a1829563261') in 0.001701 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/RegisterFilesForCleanupVerificationTask.cs using Guid(a398fde47a0349a40a9bdf8988c392c9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eab5cd3db88ae9772852756db2c8c4de') in 0.001691 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/AsyncOperation/AsyncOperationAwaiter.cs using Guid(a379fd7e8e39b4f00a29c8c66b6d36a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '286fcd89f2dad8d1c44908716d3a46d8') in 0.001665 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TrackGui/TimelineTrackGUI.cs using Guid(b3b27007577486c4d8dc088f989b288c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d73d356fbc325488b4924bb4756400c') in 0.002383 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/SignalUtility.cs using Guid(b33687803b08daf418e5315de17658b8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aad051daea466b1dff83a2d29a13a0a0') in 0.001695 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/Menus/FloatingMenu.cs using Guid(b3ec4bfe3e4b9e8479f84284679cb851) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'de50676dca615c330ff75d2f5b4fb176') in 0.001695 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/SaveModiedSceneTask.cs using Guid(c321246872d389b469bd0cb86d3701ed) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9267f2fc228f243b04d0c3fc5668e1f3') in 0.001683 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_Manipulators.cs using Guid(c3a595c9a8ed19040bb2612fe168759d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2b012b739269cf3b887b0ef0465f2465') in 0.001665 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/TestWindow.cs using Guid(c3d6675532299974b9b16a1b9dcbab2c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a98885a121ef79caee6ee84969814489') in 0.001593 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/ExecutionSettings.cs using Guid(c3a75354f6ceac94ca15ca9d96593290) Importer(-1,00000000000000000000000000000000) -> (artifact id: '958eed7dbd9bb05ce83ca5d367c6a38e') in 0.001637 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Tree/TreeHeaderColumns.cs using Guid(c3c7b1998f264b443a5b5c67a189149a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1da4512964dcaf691f3a1cd9ee949331') in 0.001639 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/AnimationClipExtensions.cs using Guid(c3b87750f9f94e8c918b71ec7d369bd4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2334d5d0b3390aa928db9d9c765fb4f9') in 0.001617 seconds
    Start importing Packages/com.unity.timeline/Editor/Shortcuts.cs using Guid(c35a186b967e6a24d9d844d412fe08a3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd3ace7a1dd9c44c705174ea52812a32f') in 0.001839 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/LuminPlatformSetup.cs using Guid(c38ae0585d6a55042a2d678330689685) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f03913c0e4a074385ca577b6e6a488c4') in 0.001701 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/IAsyncTestAssemblyBuilder.cs using Guid(c3aa5c3d59b94854e843f10b75b3ad63) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd1266a2a417bdf7f3b7666c842510b89') in 0.001629 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/SiblingOrderChangesLayout.cs using Guid(c32df609537c54c46adf92992a673693) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a99472f6dde56d3d915d9da91fb0e9fc') in 0.001678 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/History/HistoryListViewMenu.cs using Guid(c3cec769cd6ff2849aa09c811b62e611) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6f86fb0c45b2e663546c04877b09b6ff') in 0.001727 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/Views/PlayModeTestListGUI.cs using Guid(c3efd39f2cfb43a4c830d4fd5689900f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ebae9a0506430b0bd32ba57946c4b059') in 0.001889 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlaymodeLauncher.cs using Guid(d3217d58bbd1d2b4aaee933e2e8b9195) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'acba78996cc0d336cd258375b0f40312') in 0.001758 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/ClipInspector/ClipInspectorCurveEditor.cs using Guid(d3d14fa8f6934e14d92e37279e40e89b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8dc98e3f735064af858c034e1b03634d') in 0.001908 seconds
    Start importing Packages/com.unity.timeline/Runtime/Extensions/TrackExtensions.cs using Guid(d3721d5c6afa8e545995dfaada328476) Importer(-1,00000000000000000000000000000000) -> (artifact id: '46cecf047e00b40118e355c0521ebcdf') in 0.001639 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/ToggleEditor.cs using Guid(d36a7c7a1ed377c4b8008e53032d7dcf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4bdfff8a6d2a8aa0939f5ef1522605ff') in 0.001645 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils/Processor/PlasticAssetsProcessor.cs using Guid(d3daa94b5fca9a648b12f6ef2aae752f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2e3b7b2f92b2c65c4ae43a76781ece62') in 0.001776 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetOverlays/DrawAssetOverlay.cs using Guid(d30dfeb72257204458e1e8e1576b84ba) Importer(-1,00000000000000000000000000000000) -> (artifact id: '57f155265063daae3e3a3b21728f5db3') in 0.001749 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Range.cs using Guid(d31dfeaa131921f4eae00783cc48146f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0a2b51845f6a08afa42565c1a021b116') in 0.001617 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Providers/Collab.cs using Guid(d37dadfaf8b86b646ba0601379837c3c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '71881440d2d3e666d584bec3ed1e52d9') in 0.002360 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals/LearnMoreVisualHelper.cs using Guid(e3d3d11296f94862bd5c8d5a542f4248) Importer(-1,00000000000000000000000000000000) -> (artifact id: '217ccd0d3199ffb29f0ce08c74c7b304') in 0.001637 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Networking/UnityWebRequestClient.cs using Guid(e386696582f334f0483be3e2db60868d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a5a2f86b1a1c451ff8a8c051c3c9ca5c') in 0.001715 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/GlyphMetricsPropertyDrawer.cs using Guid(e3882522a08b6f5459b4dea6f8791278) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4144ab3085ddd91e1b95e8eb31908720') in 0.001637 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/CallbacksDelegatorListener.cs using Guid(f3e1b3cbf3fac6a459b1a602167ad311) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e6f61c39c86c43c8ced2dc90adcc4181') in 0.001646 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/AssemblyProvider/ScriptingRuntimeProxy.cs using Guid(f3a361a6ad1aff14ba8f48976e94ad76) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9fc3b66a7c1bf09c8151e636dfd85b17') in 0.001671 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ChangeListElements/ToggleableChangeListElement.cs using Guid(f34d38c48fd092741a582a4f42473e29) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f2ae28c145a32045872b8b75f458f9ec') in 0.001688 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging/MessageType.cs using Guid(f3edbdc86577af648a23263aa75161e1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '068240189a416c87f954a28ad328d913') in 0.001569 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TrackGui/TrackResizeHandle.cs using Guid(042c802f94d43dc45a049bf3b5be79ab) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0cf43d29c0d595a30dd52411af46dc0d') in 0.001649 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListBuilder/TestFilterSettings.cs using Guid(046c3854296c5ec48bac50da6ca248ec) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fe4bcf72d86ae422546b99c5c87f723c') in 0.001755 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Toggle/ToggleTests.cs using Guid(14427eecd0bccea468addc3492aaef57) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd1e42edd1619f9870828b20a440ab7b7') in 0.001717 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/DrawGuiModeSwitcher.cs using Guid(14c7ad7d838cc1d4691f5d9ca504f0ac) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6e9aa86f02bc237a389d392a6a586c28') in 0.001586 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_PlayRange.cs using Guid(14d748c963c7b3549bed45457cc92c4f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e1fdcdc47f9bd2f198c9ab2f2327098c') in 0.001712 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer/UpdateReport/UpdateReportLineListViewItem.cs using Guid(146c16184e337574f9f3baf6d467907a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8447e9310e8cff6ba1b1b3484dc30534') in 0.001625 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/CoroutineRunner.cs using Guid(24a158219395ebf44a60547b97784ddc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9fa46f9c43c8f638b0f5c32c43b1f1e9') in 0.001740 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Sequence/RectangleTool.cs using Guid(24a7ce8b48db53747a4e8abbda77eac4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '74a07b773b548006a00dfd7134dbd16f') in 0.001731 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/EditorProgressBar.cs using Guid(245d2c4b912b39a4784287979ea8cfd9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '894c027d785366de793dd82e5e827842') in 0.001615 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestBuildAssemblyFilter.cs using Guid(3411e19edd44cfd46b548b058c3bc36c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'da4f1538e805f6fab06d7b221d14a9b4') in 0.001615 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_ScrollbarEventHandler.cs using Guid(34e150112c1c42ac83170b52d898e322) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7f4b0f9c89f803e83bbe63b236865156') in 0.001593 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_StyleSheetEditor.cs using Guid(34e2c9b9d9e44953933afe37461f44e6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '858cf8d764fb8b557aeb59e8e2dfa9b3') in 0.001797 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Callbacks/RerunCallback.cs using Guid(34d30300ba8eb4959a74ac1f8f413c8d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd266a6c1a30330c1462b482860ebf82e') in 0.001707 seconds
    Start importing Packages/com.unity.timeline/Editor/Undo/UndoExtensions.cs using Guid(3484c53050e20474bb37d3808245721a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cecc877a9564d0247a42237df5ec209d') in 0.001754 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/Modes/TimeReferenceMode.cs using Guid(34d6f60b171c1004e8335d52c65928a3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '243613bfa5f4e30efed50b9b92fa0540') in 0.001600 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_EditorPanel.cs using Guid(34f6695d37a94370a3697f6b068f5d5e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8f91e738fbdff5bcafad4cc0355d2149') in 0.001778 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/Modes/TimelineAssetEditionMode.cs using Guid(3477d28057cb3e4469c7ea6b8dc23046) Importer(-1,00000000000000000000000000000000) -> (artifact id: '20301aa5e03f95573147f3c8d1184ab2') in 0.001636 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/TestTaskBase.cs using Guid(342d9ef4da0a19b49877f576c2deec14) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1c81a2f9c9147f9ce964b7f61ba518f4') in 0.001690 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/IncomingChangesViewMenu.cs using Guid(349d4bc84d3b4fa48a1970539c06144c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9bc32b0ddf64047b211e1faf7cdbafd5') in 0.001748 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/Vector4ComparerWithEqualsOperator.cs using Guid(44100f5f60f351348b9719b46d46cebe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0b2961d57aca76b30410128103eec803') in 0.001689 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Scopes/GUIColorOverride.cs using Guid(44507a833d0ca8a42aaec1c3d752eb5f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7b8e3dde9b3185cc363cf40084a09249') in 0.001618 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMPro_ContextMenus.cs using Guid(44e1d646473a40178712cb2150f54cec) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ae0555b9de9f9966ff5e71f439603bc6') in 0.001817 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/RectMask2D/RectMask2DCulling.cs using Guid(4402dcee6e9969549bf5b33f11533208) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7625d2dff622a03bf0ee8797d95ee0ed') in 0.001649 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/GraphicRebuildTracker.cs using Guid(445cdcfc747eba94288b97f5869aa2fb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '72fca4dd3391819d56f85d3fe95a3a63') in 0.001657 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Attributes/UnityPlatformAttribute.cs using Guid(5440c1153b397e14c9c7b1d6eb83b9f9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ce4fe82694e7c5e5e6221608f4048a1f') in 0.001739 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_ColorGradient.cs using Guid(54d21f6ece3b46479f0c328f8c6007e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a55e34d80650fc4847cd29ecee2cf609') in 0.001610 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/DrawSearchField.cs using Guid(5474cb78511de04459cac50d50b9d9e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e6c38d182e3373d79e607b1f314902bf') in 0.001612 seconds
    Start importing Packages/com.unity.timeline/Runtime/Playables/ITimeControl.cs using Guid(5415c904c4fbc3e498253bc2866b37cd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e72623034b0a29cdff6125fd1863eb82') in 0.001614 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_TextElement.cs using Guid(543674eec776b1442a192c932e6cd9b3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5c084051dd51ba894f3f6fbf8d35252c') in 0.001628 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Changesets/LaunchDiffOperations.cs using Guid(6483fd05e8bf42a47aee5e11dbf6db8a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c672328459e9c275334805cab3dc3afc') in 0.001656 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/ITestListProvider.cs using Guid(64689f8b25eadac4da519e96f514b653) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd874104ace0b9c4980486df16e198d95') in 0.001676 seconds
    Start importing Packages/com.unity.timeline/Editor/Items/ItemsPerTrack.cs using Guid(647e1bbd3809b30459d946b4a1ddf22b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd22aa42b69a718ea1431052eedb0e7f1') in 0.001614 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils/RefreshAsset.cs using Guid(7495e44f1cb132745a310485807e68f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ae5c8bc85ee0139dcc7cc3931173bdfb') in 0.001601 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters/StartPresenter.cs using Guid(74967f00d1824ca68c96953689a0d644) Importer(-1,00000000000000000000000000000000) -> (artifact id: '714c28d263e653fa4591d881380d5fc0') in 0.001704 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_FontAsset_CreationMenu.cs using Guid(7496af95dfe67cf429ac65edaaf99106) Importer(-1,00000000000000000000000000000000) -> (artifact id: '197a5d63e683a2857c642b2837f26129') in 0.001723 seconds
    Start importing Packages/com.unity.timeline/Editor/Audio/AudioPlayableAssetEditor.cs using Guid(74374298effb78d47b85450f7f724cef) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e6534cc11b30e56797e74eb92a2e1a53') in 0.001698 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/TestPlatform.cs using Guid(743879b4db4bc1a4b829aae4386f4acf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '30ff78f916fd19c1d411011fb8289330') in 0.001640 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/AssetsDatabaseHelper.cs using Guid(740b3785866edda4b8d1e1a05570a5f8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '94c98acf7d8c7dc7c2706b9fb2b66e7f') in 0.001648 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/Properties/AssemblyInfo.cs using Guid(8472c6472e6d4301873871a9e8fcf952) Importer(-1,00000000000000000000000000000000) -> (artifact id: '89114e3f423697640ddbd997516c483d') in 0.001595 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_SDFShaderGUI.cs using Guid(8413ca0e506d42a1a4bd9769f204ad16) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6f85fef7e753a9693638a05ed66128a0') in 0.001823 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Tree/ListViewItemIds.cs using Guid(8497dad3a6163fe40a30ca297edd7b2d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd71883ae32d6c65d39ce449d9af80727') in 0.001616 seconds
    Start importing Packages/com.unity.timeline/Editor/CustomEditors/MarkerTrackEditor.cs using Guid(844873d1afe1c3142ab922324950e1dd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0f44f977e9dcb5a0e2842098b22a3f3a') in 0.001634 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/AnimatedParameterUtility.cs using Guid(84d86c98104d94063ad70bc591530f65) Importer(-1,00000000000000000000000000000000) -> (artifact id: '20911185c5b10cedcb6087e0b19ba437') in 0.001914 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_SpriteAsset.cs using Guid(84a92b25f83d49b9bc132d206b370281) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'da5590cc9b8454723f37cf1d53639792') in 0.001902 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/EditorWindowFocus.cs using Guid(84ce5571ebc476e45b6c9bc6644599c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '72d51bb8c29556db0e7634d640b4aab3') in 0.001615 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/Dialogs/EmptyCheckinMessageDialog.cs using Guid(9483d22987a853041909a08d46e8f665) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a889d03fd758c3a6cbdb5110e9c27d9d') in 0.001735 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CloudProjectDownloader/CloudProjectDownloader.cs using Guid(94a5d27698bed3d42beabebcedbf1f23) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8917ae8b2292576c046ab556e08cc608') in 0.001636 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Sequence/Jog.cs using Guid(949b7e126b3f27940885a6808a15458e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '45aa3e46687a8bda059858e51ceee805') in 0.001647 seconds
    Start importing Packages/com.unity.timeline/Runtime/Animation/AnimationOutputWeightProcessor.cs using Guid(a429b38ee9d48c7408c8870baf406034) Importer(-1,00000000000000000000000000000000) -> (artifact id: '16198b7f38519bca7911d754e91fb13d') in 0.001662 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ProjectStateManagement/ProjectStateRequest.cs using Guid(a4fec9ab8c1a4ce0849b3562f5c19f80) Importer(-1,00000000000000000000000000000000) -> (artifact id: '767a6b9287a9915d6a6e9826ce65c604') in 0.001636 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Networking/HttpResponse.cs using Guid(b472b3bd3e0c64d9585c57efc753f340) Importer(-1,00000000000000000000000000000000) -> (artifact id: '84afe683d62c2f95d121f9d158c652ed') in 0.001727 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Common/ArrayContainer.cs using Guid(b4c383403b36ad948aaa161b45b6728b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bd34d373684681871b7fad3336536e7e') in 0.001590 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/LegacyEditModeRunTask.cs using Guid(b4246555189b5ee43b4857220f9fd29b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'feaf78eb904a4c9d9a7a28a23d4f0eef') in 0.001694 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Trim/ITrimItemMode.cs using Guid(b4a5ce78107bc38409a3bb5e8b3289ac) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2b44fc6a9c795076b8213d8385f38b17') in 0.001620 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_RichTextTagsCommon.cs using Guid(b458b2c7f196bdc4581b2f9fd6a5d931) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a9f239e346762d2e987f0d1927bd4019') in 0.001711 seconds
    Start importing Packages/com.unity.timeline/Editor/Undo/ApplyDefaultUndoAttribute.cs using Guid(b46a1ab31b3043b88cc57df2167383ac) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c0608017ad4b57f1c27dd3c2139381a7') in 0.001628 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu/AssetFilesFilterPatternsMenuBuilder.cs using Guid(b4eb3fe08d1dc86419dee5ddcc40baae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6f4343b64500a27400faa592cce42200') in 0.001782 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Scenario/BasicTests.cs using Guid(b4ac8521087fe8f4d9328b06d9fcf387) Importer(-1,00000000000000000000000000000000) -> (artifact id: '58f1362e62b19551a33377787dc30cb8') in 0.001622 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/ConstructDelegator.cs using Guid(b42e1db66fe9c634798674cb9e1df2ca) Importer(-1,00000000000000000000000000000000) -> (artifact id: '18e7a4348562cb3fa8858dcb753d0953') in 0.001739 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/SignalTrack.cs using Guid(b46e36075dd1c124a8422c228e75e1fb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1b3c963e8041a3604140463d953324b2') in 0.001616 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CredentialsDialog.cs using Guid(c46424c57c6462945b14ac0c95281406) Importer(-1,00000000000000000000000000000000) -> (artifact id: '49cdf767aa517b96ef7dc8fa85214e52') in 0.001670 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu/AssetMenuOperations.cs using Guid(c456fa791a741a045a8a99ee73af2ae6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b2f0bc1a55773bdb4b1ba35729f4cfe7') in 0.001712 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_GlyphPropertyDrawer.cs using Guid(c4777500b5da6094e956c3d4f04de4db) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9cfd1c729d9cbd1e54791040d7bbfb38') in 0.001679 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/ChangeCategoryTreeViewItem.cs using Guid(c408e05e88bc93c458a3195b15e9d625) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a5886508b971641488df1d26add06d41') in 0.001669 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Utility/ListPool.cs using Guid(c488c389c17bd8d42b57e25edfc92ebf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4dbb52f74fceabf6fa9eb89f7af7e08d') in 0.001623 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/RiderScriptEditor.cs using Guid(c4095d72f77fbb64ea39b8b3ca246622) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0de6dbe9cf19ec0ee7f819cfabeb40a6') in 0.001933 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Utility/VertexHelper.cs using Guid(c459424081436584c8cec10767f9ac38) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bc8c9facaf913961ae4499d21a304e76') in 0.001874 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu/Dialogs/CheckinDialogOperations.cs using Guid(c44a2ac668da0a04d9e567739215b2eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '27c387cc5e930bcc4bea07a330408f9b') in 0.001715 seconds
    Start importing Packages/com.unity.timeline/Editor/Activation/ActivationTrackInspector.cs using Guid(c46b007a3762fc84cb1ee7ca30060f0b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2c88623ae52877bd2b74b6ab6de47003') in 0.001620 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/Raycasters/PhysicsRaycaster.cs using Guid(c49b4cc203aa6414fae5c798d1d0e7d6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c282e11c75e1d5cb4eaa20421bbac65') in 0.001777 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/ChangeTreeViewItem.cs using Guid(d491adc3134c2ac4d9e3c61ed42a7ccd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '090c8962ac0bdbcdab48cc373b8c386c') in 0.001626 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/AnimationTrackActions.cs using Guid(d4553f2006f48b6448553cb525d2876e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '01de2f173b2a3ec1dff5d2d864e0c97e') in 0.001972 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/ClipCurveEditor.cs using Guid(d49b2ed20045e034f9cdf6a6d95e6183) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dba7fdd37fa932d392f0f33aebbe3414') in 0.001915 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Callbacks/TestRunnerCallback.cs using Guid(d44e6804bc58be84ea71a619b468f150) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2214a4ffcac78fe9d28b982e323e0042') in 0.001699 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_SpriteAssetImportFormats.cs using Guid(e4e0b1de1aee400d81ed4273141e7823) Importer(-1,00000000000000000000000000000000) -> (artifact id: '27b68a9ce25b40ac9c29195b7899878a') in 0.001615 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/InputModuleTests.cs using Guid(e4e290d31ab7fb54880746bb8f818e0d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1a4293bd30ccdd5ed350e5b32eec3082') in 0.001763 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/EditorProgressControls.cs using Guid(e436e24eba68eff48b3fb264ad0ab953) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e276a6a3ce71702612424c3fa72407cc') in 0.001608 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/UnityPendingChangesTree.cs using Guid(e4e6f1fad14d65f4b9e72a5675054db9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6618ef0b440c083a9c11fd59f64a88bb') in 0.001708 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/TestMainModel.cs using Guid(e47743db60d9e3e48b0a6fa8c0b95640) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b97b89baacca3ad0d6422ea5b0cfb906') in 0.001705 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Scopes/IndentLevelScope.cs using Guid(e42e3f559ace4a5dbae7d6d3d2e5e7b0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '02359e875e6f1bf6b9a77060237e20f1') in 0.001611 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMPro_TexturePostProcessor.cs using Guid(f4935fb862d54980b1bcbca942962642) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0cb42f974a10bc80e92f2f16caaeee45') in 0.001635 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Branch/BranchesListHeaderState.cs using Guid(f4a41e458bcb22946bcfa6b165c90288) Importer(-1,00000000000000000000000000000000) -> (artifact id: '30c39ddd4afb73f787d8006a4c314254') in 0.001684 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineParser/ICommandLineOption.cs using Guid(f445ca0c614a846449fcd8ae648c24e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '14317c95d27c484e886ff4b12a3bc6cd') in 0.001653 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TextMeshProUGUI.cs using Guid(f4688fdb7df04437aeb418b961361dc5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'db392ca2d8d2f90773809e6a9f8e7b2a') in 0.002051 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Sequence/SelectAndMoveItem.cs using Guid(f4f988528bbbb0846a4cb50efb4587a5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd8e664104400abc2cf3cffc19c89ad41') in 0.001842 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Gluon/UpdateReport/UpdateReportListHeaderState.cs using Guid(f40a58028b39d3f4bbebe1f6cf919271) Importer(-1,00000000000000000000000000000000) -> (artifact id: '56beb13a59b45f432c9d891c7843e75c') in 0.001637 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/TestCommandBuilder.cs using Guid(f40df9c8cf926b241b093a37028d8815) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'daedff141f2939badf9d8e1e439d2a23') in 0.001793 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Testing/TestResultAdaptor.cs using Guid(f47f2d030bc1d415a8d15a51dbcc39a2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5355a0e9d5413fcafb7db4cb54d5a629') in 0.001598 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/InputModuleTests/PointerClickCallbackCheck.cs using Guid(0573713975c6b8246b7544ed524ef1dc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6c360ac1e3f042d1d8215281805672a0') in 0.001657 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/FilesFilterPatternsMenuBuilder.cs using Guid(05d31e83a4093e448b45616d62a12790) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bb72ef97bfa9573d815b470fd0c2b7c2') in 0.001723 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/Adapters/IAdapter.cs using Guid(05643fe94e7516e4b86f73e706833e49) Importer(-1,00000000000000000000000000000000) -> (artifact id: '25ec58e167145d083589002efcc36046') in 0.001615 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/PendingChangesTab_Operations.cs using Guid(05b4d56bb0dca1b458c2e10c2548663b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2c56d3088b249dc65e4e058f91573e0e') in 0.001728 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/DropdownEditor.cs using Guid(05f582d4fbc8e0c40afccb76bbbe0935) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1ec2d8e10666c2cf1a8f4d0cc7eb4c9d') in 0.001640 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/LogWriter.cs using Guid(05778dd1de4433d418793b6f3d3c18cf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bafa539ea01c9262ad6b1157846b8ee9') in 0.001694 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_SpriteGlyphPropertyDrawer.cs using Guid(056819c66570ca54cadb72330a354050) Importer(-1,00000000000000000000000000000000) -> (artifact id: '46cfaf6fa2f9e7efd76f6852da6c5f4a') in 0.001653 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/Filter.cs using Guid(05f92e4a2414cb144a92157752dfa324) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5eecd4f81034dbe32b6e2f533b67339f') in 0.001696 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_SubMeshUI.cs using Guid(058cba836c1846c3aa1c5fd2e28aea77) Importer(-1,00000000000000000000000000000000) -> (artifact id: '013c1c86f0ca28745f1cdee0d75959b7') in 0.001953 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Structures/IChangeEntryData.cs using Guid(05bce9dd4cadabf489417a9fc8f718b4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0df8234629c93742a0257904cb9e8c2a') in 0.001621 seconds
    Start importing Packages/com.unity.timeline/Runtime/Control/ControlTrack.cs using Guid(15e0374501f39d54eb30235764636e0e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '365613bd0ae91e1fc8dde051326b415a') in 0.001651 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/InputModules/BaseInput.cs using Guid(1511ccae7919cfc46b603b9b337fdc94) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a03ad2e778bdd3eded34ccd0923ea131') in 0.001717 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/Signals/SignalEmitter.cs using Guid(15c38f6fa1940124db1ab7f6fe7268d1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6611d04de402ef19f14cd8d6e25473dd') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Common/StringArrayContainer.cs using Guid(15c52dcd6affd004b9932309045504bf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '73ecdccd15a15696f83d08d5ddbfe34a') in 0.001594 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestRunnerUIFilter.cs using Guid(15f870c6975ad6449b5b52514b90dc2b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1c2a2726a709d674674c0ceace7249bc') in 0.001777 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/Util/CommandLineParser.cs using Guid(154ace4bd16de9f4e84052ac257786d6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '252d4f39d680b4ea247429c38d8fb732') in 0.001620 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/ChangeCategoryTreeViewItem.cs using Guid(156e16594aa6bd54cb77aa3f8eae5c82) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a417661cebccbad07512037253230475') in 0.001640 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/SpriteState.cs using Guid(25b01819c6e1649428db2a9b274cf364) Importer(-1,00000000000000000000000000000000) -> (artifact id: '80d3ba9a4577629e9695e3dcfd695d18') in 0.001638 seconds
    Start importing Packages/com.unity.timeline/Editor/CustomEditors/ClipEditor.cs using Guid(2537ddddebaa455409dec422eb08fd7e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3fde47ccad72c1ef45ef2765ff5b37dc') in 0.001829 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/SignalManager.cs using Guid(255b0c6d400fd964dab3029c8abc53f4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f9ae946812312d08ac504182f7af45cb') in 0.001639 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/RaycastResult.cs using Guid(3550d8ec6f29ab34d895ae9a43d560c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'de159c13f269ad151e952cb5c3e4a15a') in 0.001695 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/Canvas/CanvasElementsMaintainValidPositionsWhenCameraOrthoSizeIsZero.cs using Guid(35a0d10199de49f4db0128003bfd3bda) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9ef3c42eae7feb81cbe7d207703913ec') in 0.001663 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/ContentSizeFitterEditor.cs using Guid(35d143b352678294ab0f5feb97b67f88) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1742f2934d02f0da29b6850e215ecafc') in 0.001613 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/LogScope/ILogScope.cs using Guid(3504aa04cda851b44a65973f9aead6f7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f494037a20a72836a17458a88e5aa302') in 0.001672 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/EnumerableTestState.cs using Guid(356852e4738840b4b1ab533d3a66f0e1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5423b56a156cf8a29c08f9b7b7683595') in 0.001676 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Utils/MiniJson.cs using Guid(35994442663de4f49881b28d847f3b0c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd8a3275df1a3afaeb6be12735c0e48f1') in 0.002054 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Dropdown/DropdownTests.cs using Guid(358a618bc6bd9354d81cc206fd2ed80e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e982805e54ca527145ed14efd7d605d9') in 0.001753 seconds
    Start importing Packages/com.unity.timeline/Editor/CustomEditors/TrackEditor.cs using Guid(35cb34351b19cf44ba78afbd58746610) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4402626dc68ade7a6d7361d8c8641bca') in 0.001818 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/Dialogs/FilterRulesConfirmationDialog.cs using Guid(45d03e5c984da3448b417289e95e4291) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e6c12f2528703b2a0318b70c30cdecea') in 0.001748 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Utilities/StringUtility.cs using Guid(4554dad88a0d391499f99187f1643edf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '259e57591024b6d436b64fd07448ec95') in 0.001587 seconds
    Start importing Packages/com.unity.timeline/Editor/Items/MarkerItem.cs using Guid(452534715106564439d2240d82999d88) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fe7297207fb576f1a1cffd933bff3364') in 0.001649 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Graphics.cs using Guid(4545bb65ccebf8040ac212d5792979b5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '412e2501a5763c6a50e196ea846436cf') in 0.001688 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/Canvas/CanvasWidthAssertionErrorWithRectTransform.cs using Guid(4585b5feb801bdb44b0e5eafdd95a3be) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e47742f6ee83e04d24a307e907944d00') in 0.001647 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/PostProcessors/RiderAssetPostprocessor.cs using Guid(45471ad7b8c1f964da5e3c07d57fbf4f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '39d275c272b17a7e24f8cb329a18caaa') in 0.001604 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/EditModeInputHandler.cs using Guid(459f6a07ee4a58b42ba2568b097c3ec4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a070f5677ae823e46c0a2b58f06683b6') in 0.001753 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/Modes/TimelineInactiveMode.cs using Guid(5503f95d174761548a68a901beab13c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f837c95ba6e412534d99d58f0c4a2664') in 0.001641 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestResultSerializer.cs using Guid(559482fe33c79e44882d3a6cedc55fb5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2771a6a6d1658b68301d1f6dc2708c6a') in 0.001658 seconds
    Start importing Packages/com.unity.timeline/Editor/Tooltip.cs using Guid(55a8539917657b14baf6c6a051a7df22) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8f98c4f19180ec867a35c642ed96fbcc') in 0.001648 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/ProjectGeneration/ProjectGenerationFlag.cs using Guid(555fcccd6b79a864f83e7a319daa1c3e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '14fa3bdff71da5a7dd247b1cb0784c2a') in 0.001571 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/Vector2ComparerWithEqualsOperator.cs using Guid(65701ebe8bada6b4785e9c7afe7f5bee) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'abbb25b6ef13a955119bfeaae137cff6') in 0.001687 seconds
    Start importing Packages/com.unity.timeline/Editor/TimelineSelection.cs using Guid(65b045927b3948f43afb31234936c6aa) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b75ca3fdb5f2f213e038441232aca06c') in 0.001776 seconds
    Start importing Packages/com.unity.timeline/Runtime/TimelineClip.cs using Guid(65f3a4c67e4927a478b7036bae1da0e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cd716d37122d6e83a492fbbe8cd677e0') in 0.002182 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/GetPlasticShortcut.cs using Guid(65c9d93f86da86b41a712d92e8f03dc2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9cd50a1251c0446812fdbdf68616cfed') in 0.001611 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/ServiceActivationPopupVisual.cs using Guid(653b8a7f96c749bc816d6719b1a53ad9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a1ce6f0a10dde1bc5afb434eb91bfa7c') in 0.001838 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/StartModelTests.cs using Guid(65dbc1a79b82e2b49884dcc702396733) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bb3c397fa2973679b81d5791d5cebfaf') in 0.001763 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/TestResultExtensions.cs using Guid(65fb6da362a78334ab360a125cfafdaf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '69f0b5a7a89317e0f473c096d31c02a1') in 0.001712 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_CoroutineTween.cs using Guid(658c1fb149e7498aa072b0c0f3bf13f0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '03be077a4b0aa7c4c25d0a0982c1d5c4') in 0.001695 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Scopes/HorizontalScope.cs using Guid(75e3737506434a75b1f7901d8883ad47) Importer(-1,00000000000000000000000000000000) -> (artifact id: '43e198c344250dc515b3e36e8c3d0a08') in 0.001605 seconds
    Start importing Assets/IcoSphere.cs using Guid(75d4851774b5af848be03821b3177277) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e70c133240667eb855ee554c8c613175') in 0.001462 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/CooldownWindowDelayer.cs using Guid(75e502da07ff345528edbecd094b5cb5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f673bd6d9305928907a51c8e37bce37f') in 0.001604 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestSettings/TestSettingsDeserializer.cs using Guid(75e7d7a9a57458841a85fe42d9c9141f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b2a9c4f8ab4f07bdedfd73867eca72e4') in 0.001781 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/StringAssets.cs using Guid(75d96528dcf8f8743a56746444e2080a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '73c2e71d449c982c7112cea2cd04284b') in 0.001707 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Attributes/TestEnumerator.cs using Guid(750aad009559b814dbc27001341fc1c3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '552b9c1b318f21d5420093f730d1d3a5') in 0.001733 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/AssemblyInfo.cs using Guid(754a4177129a047e78b5c9007c36832c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e6ac4c208990dc75adc508267d1f1bec') in 0.001587 seconds
    Start importing Packages/com.unity.timeline/Runtime/Animation/AnimationPreviewUpdateCallback.cs using Guid(755e3e942f7784d458bddba421c0bb72) Importer(-1,00000000000000000000000000000000) -> (artifact id: '394ac4770d217874938b86937ede47d4') in 0.001643 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/EventData/PointerEventData.cs using Guid(75df57ccb1e44c64085399277405e1ca) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2587cbd63369a4a2a48b78e6e6bec305') in 0.001786 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/CoroutineWorksIfUIObjectIsAttached.cs using Guid(8573c56c34e616248a3881b2c56280ef) Importer(-1,00000000000000000000000000000000) -> (artifact id: '24f12dcc88869f5153b9fa0b5332593c') in 0.001685 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/VertexModifiers/IMeshModifier.cs using Guid(85f3c3a3c2623cd4da1661b0479e2ef2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a33a201be7377eb27d12d80e842c045c') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/SignInWithEmailPanel.cs using Guid(85f4628ae66f0eb439e59db66adbc696) Importer(-1,00000000000000000000000000000000) -> (artifact id: '22a54f2cfde1f6ef8268a206b431f9ac') in 0.001708 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Presenters/TestChangesView.cs using Guid(85a8810f7371b644186b2bbc0fb8bc17) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fff16f9dabfd9c7aa5bbf96376153049') in 0.001678 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/ITestAdaptor.cs using Guid(85dd7af03f02aea4aae13a3945e3b313) Importer(-1,00000000000000000000000000000000) -> (artifact id: '77aef38eceba8952b83d0633834ba2a4') in 0.001694 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TextMeshPro.cs using Guid(9541d86e2fd84c1d9990edf0852d74ab) Importer(-1,00000000000000000000000000000000) -> (artifact id: '133a38bc407ae03a6ef5727b5bf97ace') in 0.001942 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/Utils.cs using Guid(9502550ba4785e3499d6c9251fa2114b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '002c690d0dd81027563d570e88ef801e') in 0.001701 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListBuilder/ResultSummarizer.cs using Guid(95a2914724952ef40bb590d0607fc878) Importer(-1,00000000000000000000000000000000) -> (artifact id: '09f9e93d7506dd4a239c805ac24e22c3') in 0.001785 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/History/HistorySelection.cs using Guid(9553f392d0be2a24daf3cad457d2c612) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4b67fa07014b31839e2d4ae51ee9b8ae') in 0.001640 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/DropdownOptionListDrawer.cs using Guid(9545c9eb3bf94265810463794fec8334) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5ef76d79efeceb758b08bf22567e8412') in 0.001642 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/UserInterface/CollaborateWindow.cs using Guid(95b8172b39a93e64981b6a57ccc39d67) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f463809f41e40ee0c8201c20463c064c') in 0.001782 seconds
    Start importing Packages/com.unity.timeline/Runtime/AssetUpgrade/TimelineUpgrade.cs using Guid(95c91abdcc1ea03458c2ea4e9626a5d8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6b5e8fcd72bcdda405914c741ba9d5b7') in 0.001608 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/IUtpMessageReporter.cs using Guid(952b3dc7b47846947b37c8d3ae46579a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '341baf3258e75faed04b6d02d6ac1baf') in 0.001635 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetOverlays/Cache/LockStatusCache.cs using Guid(953c29d2e0dece647a64940343c91547) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7ef45f97252dd4e00675d2bc481da2db') in 0.001726 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/EditModeLauncherContextSettings.cs using Guid(a582090813554df479fb9ca03e9857d3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8ab8647675ea3057b46a901fbac28482') in 0.001655 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/HorizontalOrVerticalLayoutGroup.cs using Guid(a5c214e5846a99242b348c37e49b2f59) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b894382400de4fdc03c1423dd33651b3') in 0.001927 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Image/ImageTests.cs using Guid(a598580d0cfc7224ebed8d2b627d9e00) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c4c8b2527f19fd28fb673a6619174e5f') in 0.001722 seconds
    Start importing Packages/com.unity.timeline/Editor/Recording/TimelineRecordingContextualResponder.cs using Guid(a59c2e62fbd97f84f92c3b546e3903cb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c7443b713b36b542522da7a21d5c234c') in 0.001706 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_UpdateRegistery.cs using Guid(a55fb7b4961a425381d1282fc424f966) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3929fb8b181b5c71d71b74453801cbc6') in 0.001681 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/IPropertyPreview.cs using Guid(b5f0881228e5827438f74e9b7b33c2dc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6b001e83e48874f6549fc7a119a0bb64') in 0.001608 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/TextEditor/TextEditorBackspaceDelete.cs using Guid(b5f31b7e60df3e64796fb7ab6f54f489) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8c24a7b628ddef9b43b754dc8a94db2c') in 0.001876 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/UnityIncomingChangesTree.cs using Guid(b57672168ae882a4b8483a000638c433) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b552a28fb59835e9a512d9ef55298a30') in 0.001712 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Clipboard.cs using Guid(b57629d89799e004182564256307b0cc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3fb0f83683ebcc82e3e87e8d708c7821') in 0.001710 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/CoroutineTestWorkItem.cs using Guid(b557515fff172984e8c4400b43f1c631) Importer(-1,00000000000000000000000000000000) -> (artifact id: '730911bfb3ffdee51a0bb5fab87945e8') in 0.001719 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/AspectRatioFitterEditor.cs using Guid(b5f70efd2f7b286498ca6c00adbb4a13) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7097ca96a7fc23c2d09cec6ce866063e') in 0.001663 seconds
    Start importing Packages/com.unity.timeline/Editor/ControlTrack/ControlPlayableAssetEditor.cs using Guid(b5489bb3cd68836439785588fffc67a4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cc49f33ca0d671ad0259c474d113e8c4') in 0.001657 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/Dialogs/DependenciesDialog.cs using Guid(c584c584ba20f4daea226141b9e55bd0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e45acf90d923adee44a0fdb4572d9c1a') in 0.001717 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Gluon/UpdateReport/UpdateReportListView.cs using Guid(c5d431e8131b1d74897c1a18b5e76932) Importer(-1,00000000000000000000000000000000) -> (artifact id: '39b33ed0d8af4afc5f060e2a165e3072') in 0.001722 seconds
    Start importing Packages/com.unity.timeline/Editor/Attributes/ShortcutAttribute.cs using Guid(c50a694a8232898498c1cdd47ce9873f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f09ab6f41c0c3f09e55f7c74416d53c8') in 0.001677 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_TextAlignmentDrawer.cs using Guid(c55a64c7570474f47a94abe39ebfef04) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7a85b90792b44c0d425683e828ec6f3b') in 0.001756 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils/Processor/AssetModificationProcessor.cs using Guid(c53c624438663f74ab67fbdf8869ae18) Importer(-1,00000000000000000000000000000000) -> (artifact id: '167bfdbb9c09ca21fef37ad27c4f2d61') in 0.001659 seconds
    Start importing Packages/com.unity.timeline/Editor/Properties/AssemblyInfo.cs using Guid(d5718b3fe3a758b4a9ec29170290d4f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9791bb8a7456e295cb5ef43483378a80') in 0.001602 seconds
    Start importing Packages/com.unity.ugui/Editor/Properties/AssemblyInfo.cs using Guid(d51458b261e0ecc4a98904e53924dc1c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dbfd54c2a35adc3028f6dcc80f4cd548') in 0.001606 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Tree/GetChangesOverlayIcon.cs using Guid(d5366deaa0659eb44aa77a86d8bdc01a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5e835a53d9fed3d303eda3792a37ca30') in 0.001748 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/IEditorGameService.cs using Guid(d5d66638474e546b1b5402eca60d7066) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9e58bb7d074e006d17bf9d09db012dc8') in 0.001624 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Util/UIBehaviourExtensions.cs using Guid(d548f82e7e9c0ed49ae5b4a5eecfb2f7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '906030e1438cec1851c8889c2b2742c2') in 0.001750 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssemblyInfo.cs using Guid(d50ac3212a7ff5a4795bf609a2a20350) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d48e1faaf15789f0920b06fe645a2bb') in 0.001557 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Scopes/GUIMixedValueScope.cs using Guid(d59cefc45e3c31d4a90563364e7258fa) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'beae3c9e8f26ffddbc74839cb30a1ae2') in 0.001639 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/ScrollRect/ScrollRectClamp.cs using Guid(d56dbb97f857c8040beef6dd1bfc97df) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5689d578f6ecc096bf000b9c5d6dd63e') in 0.001693 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/WebApi/WebRestApiClient.cs using Guid(e57a1c5d3e1c8844eb3893fed51c9727) Importer(-1,00000000000000000000000000000000) -> (artifact id: '199849db34eae00d861dbf692d9dd77a') in 0.001736 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/PendingChangesTreeHeaderState.cs using Guid(e57affb3c41ab402e86f99747be972a2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5351385d65e7364400a034ec4a0cb47b') in 0.001736 seconds
    Start importing Packages/com.unity.ide.vscode/Editor/ProjectGeneration/GUIDGenerator.cs using Guid(e58bd3cca6475e54b93632bb6837aeea) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e8f3c009ac5d4dcbc27d7cd4ebf9186f') in 0.001616 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/Signals/SignalReceiver.cs using Guid(e52de21a22b6dd44c9cc19f810c65059) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c473b1485772e0f2542804b4db336c46') in 0.001799 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/RiderInitializer.cs using Guid(f5a0cc9645f0e2d4fb816156dcf3f4dd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7414524b8b0d3f35f371e2431d6de738') in 0.001607 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/Analytics/AnalyticsTestCallback.cs using Guid(f5e82966bb8646269e2e46b6ddf2d89f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e1450082a3abe369faeb50c27dc810ff') in 0.001675 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/TestHistoryModel.cs using Guid(f56a99fa7c9121f46a7915e03de4d0a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '83b5ff984b75da85b837b310d10fe534') in 0.001687 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters/IMainPresenter.cs using Guid(f58ce17b38de9c7488c65caeeefd0cf0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '529d891535efa463d163830b4373aebc') in 0.001635 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/FileSystemOperation.cs using Guid(f5eff45d4f0cc5e478e6724c378098eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5474bd9d407a2f337cc3246c383e7174') in 0.001611 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_PreBuildProcessor.cs using Guid(06e104cf21d5fba46985b07321bbebe0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f1d90256ad395fe9beff58d49476142') in 0.001615 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetOverlays/AssetStatus.cs using Guid(062535eac3e5dd1409b6a50b0d043e2c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8eafe0166d5e729c0015fb05bb54c1dc') in 0.001621 seconds
    Start importing Packages/com.unity.timeline/Editor/State/ISequenceState.cs using Guid(167329c8289a3a14a9e342df49fc4104) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6fe462a0812b80ed8bc3083cea7b8897') in 0.001667 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_Selection.cs using Guid(16548db454f7a3344b41ca2e5cdb52b2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7529eb8998b3d06d5697a327823845d0') in 0.001651 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/PickerUtils.cs using Guid(16950289b516d6747868e0f7bf7b37a0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b7170eb9298235e8bfde855e2c022db5') in 0.001640 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu/AssetsSelection.cs using Guid(1686ac2e1d109ed43bf2dec74fed784f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b76b5d9193e99c24ba00fd18b029e13b') in 0.001654 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/InputField/FakeInputModule.cs using Guid(16c6414b77a90ff4098767dce485c495) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ad97fc50ffe97399092af252b74f117b') in 0.001602 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/MonoBehaviourTest/MonoBehaviourTest.cs using Guid(164c9b1458eaab743a4b45c37a4d720d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb943a1e29205579622218efc5bdb1eb') in 0.001728 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/RestoreTestContextAfterDomainReload.cs using Guid(26721f9940339264fb14bdbfe1290e21) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bd2356f9645d4791c6d00cdee464012e') in 0.001654 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/CachingTestListProvider.cs using Guid(26f3e7301af463c4ca72fa98d59b429e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '29d2baa025fb765c24bc2cf7a8968a1d') in 0.001723 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/RaycasterManager.cs using Guid(26570be2af04195458e6f1ac1f5c48e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0d44151289b2b57efcd1ca32f2bcf807') in 0.001602 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/UserRoleRequestUiHelper.cs using Guid(26586e3f36dd4e44b49c68eb9d95ee0a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c3c11f858488d044491abc5109a8fa62') in 0.001648 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/SpriteDrawUtility.cs using Guid(260b531edc40677429c0198d6961e448) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e9e97709d9b15cb27b2a94b1555ab4bb') in 0.001751 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Snapping/ISnappable.cs using Guid(3664a2ade19bb7848a4d2c96ac9148e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c338ec778c3c1a34618cbf6cf9b402a3') in 0.001623 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging/Serializer.cs using Guid(369c09afe05d2c346af49faef943c773) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3d1b83a463885876d1114c6bd190f4a3') in 0.001577 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/ILayoutElement.cs using Guid(368d3a0498e78014da578aa5f45e2797) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0f8571a8de6033f57f680a16411f0da9') in 0.001849 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UIElements/LoadingSpinner.cs using Guid(4664c2d6dd034f04eb60d4190ee2ffb7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1c3b6bb4ca56bb481f470d1667d34701') in 0.001647 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CloudProjectDownloader/CommandLineArguments.cs using Guid(4675673a75b20a14da0806d155b5680c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f3a77fb5dcbefafec9dcde20f8bf9c9') in 0.001618 seconds
    Start importing Packages/com.unity.timeline/Editor/Items/ItemsUtils.cs using Guid(5653477a5039f674da8f856adcf47172) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ce2fd285826c571c102a9e1fa0aa4dd3') in 0.001701 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/Raycasters/Physics2DRaycaster.cs using Guid(56666c5a40171f54783dd416a44f42bf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c60415b5fcee12b23d6ffc37d18827fb') in 0.001680 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/AssemblyNameProvider.cs using Guid(56c8c6e437b14f8e9a91e9832c11bc1a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ad6222e359259be91457ed4b7a70e72a') in 0.001754 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/IModel.cs using Guid(56baab22ec61f4c47a18e2225eef217a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bc70d31933f342430a01738fddd133c0') in 0.001588 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/ScrollRectEditor.cs using Guid(56ba6cb160ebfc042b48224bd1a35614) Importer(-1,00000000000000000000000000000000) -> (artifact id: '15a65661eeaf63f3e2098f96f202af28') in 0.001781 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/IPropertyCollector.cs using Guid(66b2b8fd1d9b4bc4c96b07335ad822f3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '52d685275080d10950e2f57fd05c7343') in 0.001665 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ProjectStateManagement/IServiceFlagRequest.cs using Guid(6668b7c6066364ea6a727b4b0bcb827f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '10ee70476f1e2901a49cdb89fb2a7efb') in 0.001619 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/PlasticWindow.cs using Guid(6629f1bb292b749a18b5fff7994c8b19) Importer(-1,00000000000000000000000000000000) -> (artifact id: '95834429b228ee967746caa866649494') in 0.002113 seconds
    Start importing Packages/com.unity.timeline/Runtime/ClipCaps.cs using Guid(667a99762bdf5484fbaa02573fd396e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7549a68ca56b26ee9202d44e5789beff') in 0.001630 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/UwpPlatformSetup.cs using Guid(667c6ad86a0b7a548aaa5c287f2c2861) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ecd37048ad23ad00469f92902e008aed') in 0.001711 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/AlertBox.cs using Guid(669cb0152bdadcd43a9741f5fd4b4970) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2115bb0e2d8ad2e0facd070d9fb76a40') in 0.001773 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/ProjectGeneration/GUIDProvider.cs using Guid(7652904b1008e324fb7cfb952ea87656) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d8bf8330e3e000f1a86155228a471bd') in 0.001587 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Help/HelpLink.cs using Guid(7613946404a945a43bd9b5142a436f21) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ba2c1aa8f5e055806939277b3ec4be68') in 0.001586 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/LayoutElementEditor.cs using Guid(7693972390a4ed841a986c0c452c1058) Importer(-1,00000000000000000000000000000000) -> (artifact id: '865b1d9ea72e89bacf8b8aea1b6a06db') in 0.001736 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/TestRunCallbackAttribute.cs using Guid(76b3a3296de548f48b0c3d088fb4b490) Importer(-1,00000000000000000000000000000000) -> (artifact id: '03e943963ca673623307218fafe8c32b') in 0.001667 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/EventSystem.cs using Guid(76c392e42b5098c458856cdf6ecaaaa1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aad398dc75ffd004fe0a5bb5d44af9cf') in 0.001913 seconds
    Start importing Packages/com.unity.timeline/Runtime/Evaluation/RuntimeElement.cs using Guid(76b6bf32a6fcf934aab8c529bddccc81) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bbfa7dc7e94ce5183971a4d7f238355c') in 0.001593 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/InputModuleTests/DragCallbackCheck.cs using Guid(76c82729ad712f14bae1a8a279c52ac3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '17acafa9931fa4baf4386d3433945cec') in 0.001685 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Trim/TrimItemModeReplace.cs using Guid(769f6f5dd7c8f2d4c9ab1caba0bd2628) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ef8b34845775e5bd5cefa86f599631b4') in 0.001724 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/AspectRatioFitter.cs using Guid(86710e43de46f6f4bac7c8e50813a599) Importer(-1,00000000000000000000000000000000) -> (artifact id: '20f6d9d1a673b1a9009184773a0157d3') in 0.001832 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/CloudCollabService.cs using Guid(960021b62cced40368fb95baa077fc2b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2282116540de2bcfcb28664c5ecbe381') in 0.001629 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/InvalidSignatureException.cs using Guid(9650d910fcaefb34cb45f121c1993892) Importer(-1,00000000000000000000000000000000) -> (artifact id: '54fa09d4897c1a9e703b68ecc27a048c') in 0.001651 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_FontAssetEditor.cs using Guid(96b44f7d98314b139324a8a87eb66067) Importer(-1,00000000000000000000000000000000) -> (artifact id: '402bdcf949b235b0e6fc829d12625083') in 0.003407 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/TimelineAnimationUtilities.cs using Guid(9685354eb873b8d4699078b307b0f260) Importer(-1,00000000000000000000000000000000) -> (artifact id: '65f33b13590c128112b209f1e0b2f118') in 0.002005 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/AndroidPlatformSetup.cs using Guid(961642509dec50b44a293d26240140ec) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1bc2191ec061fb24a29c849e93192bf8') in 0.001742 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMPro_EventManager.cs using Guid(96e9072453a441618754c478755b3028) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1e979baa9896847030a436cd338858a0') in 0.001698 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_Sprite.cs using Guid(968a09f153574430a6e15ae975145768) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2968cc2c839adf573255c20210b6fc8c') in 0.001586 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Tool/LaunchTool.cs using Guid(a6d05b29e607e62478df26227566e1b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '58bf46d464d5bc17102f9e90268ff9f7') in 0.001808 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Graphic.cs using Guid(a6238e9452bfc704f82ff36791fe1a45) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c941f83b9b7768821e7ae4532b48893a') in 0.002348 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/PrefabLayoutRebuilder.cs using Guid(a62706dc421fc9b4fa368a8050a930f7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '120381c847e39bb1abae3c82d027c0c8') in 0.001606 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/RequireApiProfileAttribute.cs using Guid(a667f6654ad7a9548b8c8e68b51c8895) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c46be75ef145c056802eba8b0dd215ef') in 0.001625 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/FileIOProvider.cs using Guid(a6ba838b1348d5e46a7eaacd1646c1d3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5445739da2ad78276a9056c2b23d745b') in 0.001621 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Graphic/MaskTests.cs using Guid(b611b0a598aeada419afa9737807c598) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1bbf0114d371417174c165c61c8a1e8d') in 0.001756 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_LineInfo.cs using Guid(b6e75d7f429a4e7e9e1ffb4f85cff49f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5b43dff446797eacc5509f4dba3427fa') in 0.001611 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Culling/RectangularVertexClipper.cs using Guid(c606041f02fc7d542b1429806872292b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4532cd0c98dc43c11074f64ab373da0b') in 0.001646 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/AsyncOperation.cs using Guid(c6c8b2f6152bd1348ae35f9f95719f75) Importer(-1,00000000000000000000000000000000) -> (artifact id: '83279068b54b0d393e90f685d64782c0') in 0.001596 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/AnimationTriggers.cs using Guid(c67ac6e40bbb6fe47a095b949b609ce0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0747880b9f546ab313b76d1add72b94e') in 0.001715 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UnityConstants.cs using Guid(c60feb8f0f5f57c4393eae9a43529616) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a62a4da411de3e07406d6a0272b90b08') in 0.001693 seconds
    Start importing Packages/com.unity.timeline/Runtime/AssetUpgrade/TrackUpgrade.cs using Guid(c68f34993bfe85e489158a29c99a20b5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1ba41862ec340b07050ec9a899da9a02') in 0.001634 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/ColorEqualityComparer.cs using Guid(d6105bc8cf5ce544487daca4cbc62583) Importer(-1,00000000000000000000000000000000) -> (artifact id: '97374c68f4f971df29d428e8f74a9480') in 0.001719 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/TestListCache.cs using Guid(d685d97a1eb004f49afea0cc982ff728) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd814de15196b3c252de53fae0bc3c45c') in 0.001693 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TrackGui/TimelineTrackBaseGUI.cs using Guid(d6b75424ba2b73c4eb3182b08dbd71ce) Importer(-1,00000000000000000000000000000000) -> (artifact id: '676e57f7011fb31bb6527f9dca71307b') in 0.001812 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/Signals/SignalAsset.cs using Guid(d6fa2d92fc1b3f34da284357edf89c3b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd521280e578d5da10f1af07dcc7678e6') in 0.001627 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/IsResolved.cs using Guid(d6db53f93de967c489902da57a7290a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '402230f7780a9a09afbe16df920f0900') in 0.001643 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/VisualElementHelper.cs using Guid(d60d10f7c2b9479fa548dce8a80cab6e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '504ed2209b866d29e8ce2359e0884305') in 0.001633 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/RawImageEditor.cs using Guid(e6413f4090046814d802ddbff9890878) Importer(-1,00000000000000000000000000000000) -> (artifact id: '778395218cf4cc0c39fd736934753909') in 0.001661 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/GraphicRaycasterTests.cs using Guid(e6323ebef616fee4486ee155cd56d191) Importer(-1,00000000000000000000000000000000) -> (artifact id: '011c539b4f6e7991d1b42da1859ec544') in 0.001725 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_ObjectPool.cs using Guid(e69259f6ff914146ad610be5491eb44a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '694c4da0280ac9ff6744308768b4760f') in 0.001602 seconds
    Start importing Packages/com.unity.timeline/Editor/Attributes/MenuEntryAttribute.cs using Guid(e6870f707805737429a719f575621041) Importer(-1,00000000000000000000000000000000) -> (artifact id: '064bb3b5e6fd412fac78447ba8bd35d7') in 0.001657 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/Dialogs/CheckinMergeNeededDialog.cs using Guid(e618da42af60f4600a4bc48211cbae9f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b64c33c7f0bf9561dd3bad9847751f79') in 0.001751 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/MainPageView.cs using Guid(e67e7acd2f0e946489c7839b60602d17) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f104a7c511a50743584f5c4100bc57a') in 0.001763 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/ApplePlatformSetup.cs using Guid(f6c189a159d3bde4c964cee562e508ea) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd4bd5b09045718bbe31162ec3a00d92c') in 0.001685 seconds
    Start importing Packages/com.unity.timeline/Runtime/Playables/ParticleControlPlayable.cs using Guid(f603edd7163537f44927ad2808147a25) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd6bb89337d9694cec6bf7a465b87a391') in 0.001758 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_FontAssetCommon.cs using Guid(f695b5f9415c40b39ae877eaff41c96e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b8cf819e464338ab9dfa3205daeac7a2') in 0.001831 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CloudProjectDownloader/ParseArguments.cs using Guid(f6b5d170f39144847822c10b478f25e5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '03f564cc7d824ea5fc13353251d540ec') in 0.001604 seconds
    Start importing Packages/com.unity.timeline/Editor/Playables/ControlPlayableInspector.cs using Guid(f65646ef159c91441bff704a5f7f419b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c70369033ddbcf9231f75b6e57191c60') in 0.001830 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging/TcpClient.cs using Guid(f6674c38820d12a49ac116d416521d85) Importer(-1,00000000000000000000000000000000) -> (artifact id: '62db61fd09c6174420900edb872927ae') in 0.001605 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CheckWorkspaceTreeNodeStatus.cs using Guid(f6aa8eca9e9e84840b73620eb177ea9e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9665eed9265a478fe780f240f33b161b') in 0.001587 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/EditorClipFactory.cs using Guid(f6ba30c492ac73742bc0cfee6817045a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f385e696d9389c258b3522d2cff6b33') in 0.001621 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/TimeReferenceUtility.cs using Guid(f6bb32665bcc91b41a7177fd6af08ad6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd30a39b588de205f83bf14e196be42af') in 0.001661 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/Paginator.cs using Guid(f62d542b43f5ead479d2da97d270fc96) Importer(-1,00000000000000000000000000000000) -> (artifact id: '461ea9ab9a5bece07d4c2aaaae2ffef8') in 0.001636 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Move/MoveItemHandler.cs using Guid(f6bd368ab00d75c459e2582e017191e6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '67955dd1a1ec116ff1230a15980d6e58') in 0.001841 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals/DisabledVisuals.cs using Guid(f6fdc5bdb8ac4ea099a6b3194d7099da) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8d281a739bac604c421adda96692350b') in 0.001617 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/IHistoryModel.cs using Guid(f63e0d4f125d9e94d96937cf245e7c7b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b227120d1c602755c344fa26f5727f3b') in 0.001665 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/SearchBar.cs using Guid(07827588a4ae9e54ca7dbe7d31451339) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8ece52b4c499b5232eb4f023965e2c89') in 0.001677 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/WaitingSignInPanel.cs using Guid(077387e98bf29fb4a97bccfb592cfaf7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b054d1fae8c9ebaeec2dc76e083b4d77') in 0.001685 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Control.cs using Guid(077690d334440b044bdd51b26b3e9413) Importer(-1,00000000000000000000000000000000) -> (artifact id: '70ea8300162cb1970a69449a937f5a2a') in 0.001610 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/HistoryModel.cs using Guid(07b8b72b8f62e694ca3d8a35b7ca065d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dab6a4f7f49b3bf5b3742306bfe6448f') in 0.001742 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Testing/TestStatusAdaptor.cs using Guid(0719f1a8b2a284e1182b352e6c8c3c60) Importer(-1,00000000000000000000000000000000) -> (artifact id: '85b74ba29db85f0fcad21646e78170b6') in 0.001590 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_SubMesh.cs using Guid(07994bfe8b0e4adb97d706de5dea48d5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '05c6c294603c48baa255eb63c372d513') in 0.001872 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/AnimationClipCurveCache.cs using Guid(07a967d2fca95324f8922df8394a5655) Importer(-1,00000000000000000000000000000000) -> (artifact id: '03d83485705b19fd089145d4f9ef5f91') in 0.001932 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/Util/LibcNativeInterop.cs using Guid(071c17858dc6c47ada7b2a1f1ded5402) Importer(-1,00000000000000000000000000000000) -> (artifact id: '58ac164b750f0992e1f15647ac699ee0') in 0.001597 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/TabButton.cs using Guid(076df9ed85621764881a4d81dbd08046) Importer(-1,00000000000000000000000000000000) -> (artifact id: '77b6b239876b7eec841d565e0570117d') in 0.001688 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_EditorCoroutine.cs using Guid(27a0335dab59ec542aadd6636a5b4ebd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5513a9ba90348efc42fe1ee47cd65c5b') in 0.001610 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging/MessageEventArgs.cs using Guid(275143c81d816ef4286fdc67aabc20c8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5671a0c1677206c5147ef40a9ba9de22') in 0.001589 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Presenters/ChangesPresenterTests.cs using Guid(27c4708da6102f346a800846ab2a1e47) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8fb62e91f4756770a6f82075c3d684bc') in 0.001915 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_Settings.cs using Guid(2705215ac5b84b70bacc50632be6e391) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5922621c53985dd97115f63dcd08f4b0') in 0.001838 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListTreeView/Icons.cs using Guid(27769e9b00b038d47aefe306a4d20bec) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a8f9ebe56275d018155e51e69d092126') in 0.001688 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/PlaymodeTestsControllerSettings.cs using Guid(2799eb4c84e72e54092a292cf626936b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3732b3571feeb6f117369540e002b2b5') in 0.001671 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_FontFeaturesCommon.cs using Guid(27df3b12f30d0b74a9b10a3968c402ff) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b9149acb5cb12f3e5ebd3d79a3cb1c38') in 0.001713 seconds
    Start importing Packages/com.unity.ugui/Editor/EventSystem/EventTriggerEditor.cs using Guid(37b164a494cd92a498526852ecceedef) Importer(-1,00000000000000000000000000000000) -> (artifact id: '99fc797cbe11defcfef5406e2bfc0055') in 0.001740 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/LoggedOutUiHelper.cs using Guid(37a33c61bf764894a8475d39ea843da1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a8f6a6ce9f37a901f0d6f17f88435c91') in 0.001625 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Culling/IClipRegion.cs using Guid(371b6b9c8adc50745ace66a6fdf67481) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3dda489772099ec67e307b52ca2b4818') in 0.001647 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/Slider/SliderRectReferences.cs using Guid(373b4c78c0396334288fa5ff8e7b7350) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ddc18676369fa6f7c38a273a69807ba0') in 0.001661 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/IncomingChanges/Developer/UnityIncomingChangesTreeTests.cs using Guid(37bb3de4eb03d4744b7a1c40c7b1288f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '81648454ced1ec3039195b3b8e6ea0a8') in 0.001995 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/BaseDelegator.cs using Guid(37cea569bfefafe49a1513c4d7f0e9eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a2b4fd9c5068d17aaa712c7cef3f0077') in 0.001682 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_SpriteCharacterPropertyDrawer.cs using Guid(37cff9f5a86ae494c8cb04423580480d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '68aaf04ed7b1bd23ec01255a98df564b') in 0.001749 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/ObjectExtension.cs using Guid(4722a1362908a1843ab03a055c5c3fa0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0fec0eb0b365b6c68805f0644b91a699') in 0.001628 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/LegacyPlayModeRunTask.cs using Guid(4769fe1e7475c8843b092338acbcad25) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7dc818bf8a0ac94d8848c6acb1acaa3d') in 0.001685 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/ButtonEditor.cs using Guid(472a6f18dd2f97c41af72271d22db869) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cbd06a45779f3a94b021cf891a435f0a') in 0.001615 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Changesets/ChangesetsTab.cs using Guid(471badd5c87fb154885f11cdf1b49a00) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6437ba752773b51a0fe78fdee63270a7') in 0.001824 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/RemoteHelpers/RemoteTestResultDataWithTestData.cs using Guid(475e3699f219c854f8581a9838135002) Importer(-1,00000000000000000000000000000000) -> (artifact id: '07f47720c2fcdf45339e101de2a256b0') in 0.001687 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/ProjectGeneration/AssemblyNameProvider.cs using Guid(57537f08f8e923f488e4aadabb831c9b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '447767bcda98363d3b3df4bbda7161b1') in 0.001733 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/ClipInspector/ClipInspectorSelectionInfo.cs using Guid(57a39be2178cca94ab21e15c082e3ab6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df9605fd3b4884bbe2d33f2d64dcd403') in 0.001776 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/PlatformSupportUiHelper.cs using Guid(57c3b7d88e2241d39318a95ace5b1400) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3ba57f2685e708f10e75eddac565acd1') in 0.001662 seconds
    Start importing Packages/com.unity.timeline/DocCodeExamples/TimelineAttributesExamples.cs using Guid(5724bf63aa724f5586275b3153a02a01) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c7bda39bca22aa7992e659dd1c61be59') in 0.001653 seconds
    Start importing Packages/com.unity.timeline/Editor/Audio/AudioTrackInspector.cs using Guid(57acdaad593b8d143b8fb5052a09d7d0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eed01603ccace1e15b4db0bd30744b8c') in 0.001760 seconds
    Start importing Packages/com.unity.timeline/Runtime/AssetUpgrade/AnimationPlayableAssetUpgrade.cs using Guid(6773203120b27984d9a8572fa3564f03) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8ba38cfba35c8438f343e54fc59826e4') in 0.001630 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Culling/Clipping.cs using Guid(67e3583b91179094094c6a188b232262) Importer(-1,00000000000000000000000000000000) -> (artifact id: '80c952e05f7be0210545ebbe71495157') in 0.001673 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/Adapters/IAdapterObserver.cs using Guid(6797ef5b31abfd44993cf9870584620e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '587f0200c4a798beae6815a87cec1b89') in 0.001608 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Slider.cs using Guid(67db9e8f0e2ae9c40bc1e2b64352a6b4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eedecba11dedb64c61d31af6ae403fc0') in 0.002162 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu/Dialogs/CheckinDialog.cs using Guid(678db227e4ffec949980d309c0532b08) Importer(-1,00000000000000000000000000000000) -> (artifact id: '255ac8b6c1731fb9ea3f5144a4f4ad97') in 0.001782 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/Modes/TimelineActiveMode.cs using Guid(67ee43b2f6148de40861b289b0e00591) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bec3796553e3522d36f312831bd604ef') in 0.001642 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/TestState.cs using Guid(77f432980bb30084299a138e15c6f571) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1434f95096e3bbdead6e805e33295777') in 0.001637 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMPro_ExtensionMethods.cs using Guid(77476292f9fa4905a787e6417853846b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4a2d675c55bcd9ce88d482a7736c94ab') in 0.001739 seconds
    Start importing Packages/com.unity.timeline/Runtime/Timeline.deprecated.cs using Guid(7748a1d3701ac824ea7f366ba0388f5d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3518221ad638ef34e264819c6f46e9d0') in 0.001629 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/CurveDataSource.cs using Guid(87a1ae9719ec25d44a4dbec20ec0f892) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3927c31011fc18d5e55d0c3241d592d7') in 0.001914 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListBuilder/RenderingOptions.cs using Guid(87357ff0dec4ef348a295235835c6ee4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '567644ca8aa7cce2f7f7c552b79ebb27') in 0.001662 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/TrackAssetInspector.cs using Guid(8795e0dd0041d2f44b1fe1959fc9fb53) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c798d19bfb9874c8e4434bbd6c2464e6') in 0.001757 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_TextElement_Legacy.cs using Guid(87ab1bebe13f41f89d5427e7d2c34d58) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b2399bdfd6ba92ed9e8ffb453f747649') in 0.001597 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/RemoteHelpers/IRemoteTestResultDataFactory.cs using Guid(874c0713cdc44f549b0161750b48d2c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c98972380c31b8e34a37cff784ba72c') in 0.001688 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Utility/ObjectPool.cs using Guid(872e4b92d663b05489fe34966680c29d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8e0ed86d6e623993f2482042f45c0ed4') in 0.001652 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/UnityTestAssemblyRunner.cs using Guid(874e40a588dbb1e48bc128d686337d4e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '96b52e153f10eccb5825bbac350547c4') in 0.001737 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/FastAction.cs using Guid(871f8edd56e84b8fb295b10cc3c78f36) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd53073529d262f01a57689f3cbe6048f') in 0.001659 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListGuiHelper.cs using Guid(97a05971510726f438153cd4987526fb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a9a5f01522628c275da20975284a9bfb') in 0.001746 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/UnityEvent/UnityEventInvoke.cs using Guid(977190a4db46de442aed27279d247df4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9bbcab59a12e00f1c18202f93efc2ab2') in 0.001673 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Image/TestableImage.cs using Guid(9713795381722eb43b623dffba25d115) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd9bed462a9acca0a25aca72bebdd0b13') in 0.001621 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/IProjectEditorDrawerFactory.cs using Guid(97a4535b865f4c68a124b3a3bb8cd42b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c8e1eb976a088b0f5b9baba9ba98d359') in 0.001604 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/ExceptionVisual.cs using Guid(97a43f6a2f4c4742a39eacd0feee3107) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9936dd31102f912d3dfedf24b0c17301') in 0.001651 seconds
    Start importing Packages/com.unity.ide.vscode/Editor/ProjectGeneration/ProjectGeneration.cs using Guid(97d6c87381e3e51488b49f5891490b70) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd52ba0ac2e1301561ef3d3a7b0528c12') in 0.002290 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/MaskableGraphic.cs using Guid(976acc75bfafe594cb01142ba21947be) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a48c1f122cf5a811e56b404b76e1ef03') in 0.001825 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/SignalEmitterInspector.cs using Guid(970e7735a0864fd40842a36d053d08fe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '857ada269c2b1ffb41e801e62141b3ad') in 0.001903 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ProjectStateManagement/IProjectStateRequest.cs using Guid(973ed18fe43543b9aa8aa43e5e88961d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7a9002866f81a6b01961460f387e2d27') in 0.001595 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Structures/ErrorInfo.cs using Guid(a733b24daacf4f74193e71f8d85f6fcc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '36503e0bc4c3620e1128f6b6579b2b4f') in 0.001641 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/ITestListCache.cs using Guid(a704c010bcdb1ec4a9f3417b3c393164) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5e23cf27cb0e228257941e7b0bcaabc8') in 0.001659 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/ITestRunnerApi.cs using Guid(a7842a837a4b13e41ae16193db753418) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8625f04b3d6f10c5cb1122fa45cf02bd') in 0.001651 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/IconTextButton.cs using Guid(a717437fab0c8a740b983b17a55a31ac) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3bc1b421ae9a88808431467127791bf0') in 0.001682 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/TextButton.cs using Guid(a728ce005e34d5e43935c0696f93de60) Importer(-1,00000000000000000000000000000000) -> (artifact id: '67683f7466d581a3fdbc1564bf0bf762') in 0.001626 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/Signals/CustomSignalEventDrawer.cs using Guid(a7ebd1239373d5f41af65ef32d67f445) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b48713ad256f281fcf6f962d78d0b96c') in 0.001611 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/IncomingChanges/Developer/IsCurrentTests.cs using Guid(b7a11ad228943e2429861a6695633bae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3bae69bf2f9e01ba229925d020c72dba') in 0.001729 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CollabMigration/MigrationProgressRender.cs using Guid(b793dc79f36144740a175a3cba53845d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e1153d010091607293844bf4f5818a4f') in 0.001625 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/SettingsBuilder.cs using Guid(b7468a027a77337478e133b40b42b4f9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2581f3a4037a2aed5a51db40b05dbbac') in 0.001843 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/ImageEditor.cs using Guid(b759d61544e231c41bc88530b1d94ee8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8a49beabee7b125b4c24ef25b8a869b0') in 0.001882 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Sequence/EaseClip.cs using Guid(b7cabea05434bb9479aee1e121b0d103) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df6ac967c725931c8ddf9c8d0ed953db') in 0.001739 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Testing/TestAdaptor.cs using Guid(b73b3de0d473d4a1c887ab31f69b1a8d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4d4bab03eefef6518a6171abd627b0b6') in 0.001623 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_ActiveTimeline.cs using Guid(b7abcd1a72bb7174ca58e813c6eee9c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e2dec4c25b1bb5ca385aec50a8eb56e6') in 0.001644 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/PageComponent.cs using Guid(b7fff04ce91c4201bb8026c14fef0f73) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8f1b1fc38a7c07ebbdbe04332128479c') in 0.001607 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Drawers/TrackItemsDrawer.cs using Guid(c7137daaeb11e8647bf1ade9b7e9aa97) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b9c79a5db67286eb14ee0b60710e37c1') in 0.001622 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/AssetMenu/AssetMenuUpdaterTests.cs using Guid(c736f932618521c42bb0a6a6e1ddc141) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd4b7298656fa44a27322fefe60a615a6') in 0.001875 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CollabMigration/MigrationDialog.cs using Guid(c7a84120cb1bc4b48a18d18cb745730a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0d58264f83af511e1dad555adba84512') in 0.001747 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/DefaultTestWorkItem.cs using Guid(c7cfda246e604b945b12b7afedb094ce) Importer(-1,00000000000000000000000000000000) -> (artifact id: '57b0d041bb39a65c29b155e36b48d745') in 0.001745 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/AssemblyInfo.cs using Guid(d791d407901442e49862d3aa783ce8af) Importer(-1,00000000000000000000000000000000) -> (artifact id: '195174e51987575d56db4d6fe67c9027') in 0.001536 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/ICallbacksHolder.cs using Guid(d742f2caefd9f934d9f19dad07a08e6f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7a74864e4f412b74ae4cd698b8fb82e4') in 0.001635 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Images.cs using Guid(d765c78b18a58b14a986b34841ae9c52) Importer(-1,00000000000000000000000000000000) -> (artifact id: '990c4f1b7cc71bea48817b73f6b7b4ee') in 0.001788 seconds
    Start importing Packages/com.unity.timeline/Editor/DirectorStyles.cs using Guid(d7b5b883d3aae8d479647d5ae6182974) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7339c0fdb900a5646428be5c87f36735') in 0.001947 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/CurvesProxy.cs using Guid(d72ccd2c66ea846fc842adf682b11526) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b05a175e83223a2a72c9d7897581071e') in 0.001890 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/ViewModel/TimelineAssetViewModel.cs using Guid(d79cb9ecc0d4a6d428ab98a681a33897) Importer(-1,00000000000000000000000000000000) -> (artifact id: '24523cb7e49566b859add2f0ecc32271') in 0.001714 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/EditorGameServiceSettingsProvider.cs using Guid(e760c9eec49d4aa7b08cc920e45222d9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '999f95b6ace6f9f633f526addc0d5c55') in 0.001993 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/PendingChangesMultiColumnHeader.cs using Guid(e7b15873dbe9463cad67af4fac8e41ba) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c7e9ac1c03b2046dbffaca0c5b66f5b2') in 0.001668 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_TimeCursor.cs using Guid(e763a90581e2d8143bc9a0e384ce6f0f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3eeb68312e041b1d7fc07a2a3fe8420d') in 0.001660 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/WeightUtility.cs using Guid(e7a505b341283e14696e86433a5b1ae9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5d309dfbff5c1b8d195a142921d6b905') in 0.001603 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Avatar/ApplyCircleMask.cs using Guid(e76ce7703143a924b9c0693ee66ebee7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5a6fb90e2140c21e60d6c7a7909ab470') in 0.001650 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Sequence/MarkerHeaderContextMenu.cs using Guid(e74ddf4132f3401409c824bed60280ee) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3be9d3189869b53c09f80884ff3a514a') in 0.001623 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/ScrollbarEditor.cs using Guid(f700f31b2e40d7f4bb69753fdbbbc2b5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '121dee2c0710a99451335b4b321205f3') in 0.001691 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/AnimationPlayableAssetInspector.cs using Guid(f7852b99951997645ae7adaac5f0b083) Importer(-1,00000000000000000000000000000000) -> (artifact id: '13b8e9b8d74001416ecebf6ccfb049f8') in 0.001911 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Cli.cs using Guid(f7b5530092b3a7646bdc7865f1f6ee94) Importer(-1,00000000000000000000000000000000) -> (artifact id: '83e8c5a0f53982874590d954372f5ffc') in 0.001600 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/TimeUtility.cs using Guid(f779e779d62b5ca49b658236c337845d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '84a15722f3c8d6e7dca8305812857198') in 0.001778 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Structures/ProgressInfo.cs using Guid(f7de8279b79bd9143a9285439fdd6218) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8d64e2a0f75465a0a6f62ec97faa137c') in 0.001638 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Help/HelpFormat.cs using Guid(f7eede78e1db095499f674a48eac686b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2fbc778ed69d34334540c608b7ccb6bc') in 0.001600 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/AnimationPlayableAssetEditor.cs using Guid(f7fed0d9d0f7a7f41a8525aa79e790b1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd556c1c0208a09d9969f12b1bd78fb63') in 0.001659 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Common/LocationAttribute.cs using Guid(f70f59d7b56fd39459b32bfbdc72eb23) Importer(-1,00000000000000000000000000000000) -> (artifact id: '76380a18b6411759b6c37f60b872849c') in 0.001631 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_TrackGui.cs using Guid(08d23c0b73905c148b525c3c93fff580) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1dbd5d4ff31aeb63e855433f88bb77ec') in 0.001800 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/DownloadPlasticExeWindow.cs using Guid(08dbb8d51633f2f4bab9912fbce3e247) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fa5d2b2625ffadae64cb08f91306904b') in 0.001737 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/Executer.cs using Guid(083c6a3a5426382449369ddc12b691d8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dfb111eaec388e101a0decf15be21d05') in 0.001772 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/SequenceSelectorNameFormater.cs using Guid(1861286ba69badd439188a65bebf3cda) Importer(-1,00000000000000000000000000000000) -> (artifact id: '30a9db87ca4c38ba40dc2e5cac85aa45') in 0.001613 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/IncomingChangesViewMenu.cs using Guid(182343c61d477e2449cfbc9cb20dfb35) Importer(-1,00000000000000000000000000000000) -> (artifact id: '25f54ccda544495f701fe2115129fdcc') in 0.001748 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/IHistoryView.cs using Guid(18a62dcf4c536564e99bd3b877101596) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c41a54b2bbd5cc01fc2a5fcb2e0bd6a1') in 0.001635 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/Dialogs/GetRestorePathDialog.cs using Guid(281456381b1a4c742b0efbe305328c7a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a74906834e623ed99951f652b4c30c91') in 0.001738 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_ListPool.cs using Guid(28375447bcea455c9b51a6650b10c9d7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c6fd281dbf89f4508e7601619b7faaa5') in 0.001604 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Progress/ProgressControlsForViews.cs using Guid(2837297e95f28c44eb67b93417fce9d0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e933f32bc01837093ffd142e9d786adc') in 0.001679 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/TestPlanMessage.cs using Guid(28f79a0d7e64c2345bc46f8c4cf788f8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3a399aecd4a0685d1c19fe382b5ff9a3') in 0.001630 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/IEditorCompilationInterfaceProxy.cs using Guid(28c8fcb831e6e734a9f564bc4f495eba) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a185ecdf0b4c787c5dc48990b67163e7') in 0.001674 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Inspector/DrawInspectorOperations.cs using Guid(28ce2dedf734c7c4e8ad114c00173d65) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c5161e31dedc5b41c43c6b253e1ceab4') in 0.001689 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UIElements/TabView.cs using Guid(3800274d3c9ba2b4b984d8b076a504b5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bb15ae9066d963f6864e12f70d9a5790') in 0.001709 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Tree/TreeHeaderSettings.cs using Guid(38b05cc5af29cf844a31910eb512e92f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d45a09a5f285f9703e2555a03f0f932') in 0.001681 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/ITestRunCallback.cs using Guid(38d0b8a87b967304da08a2ae9b955066) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d426f091957d871fa5f452422b4e2c1') in 0.001649 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/ScenarioTestBase.cs using Guid(38f16807aeb0a5349920644eef3e04f1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '07a6f3330c4888bfca36744f16b59c38') in 0.001609 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Attributes/TestMustExpectAllLogsAttribute.cs using Guid(3803f736886e77842995ddbc3531afaa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '559028b32b3b352807565a3ec70feddc') in 0.001729 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMPro_FontAssetCreatorWindow.cs using Guid(383966e89d344865a36addd5d378ffd3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9f768e84a93e644cba238971ad6d156e') in 0.003405 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/TopBar.cs using Guid(382a4f9ad2723e14cad85369d33f3ce8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7de362156cd9b60c6a8cda0cf327188d') in 0.001679 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Networking/ReadOnlyHttpResponse.cs using Guid(386a317d75ed44845bca43178cf8a6d5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5d4ab92d36807e18d11892c290c0cf5a') in 0.001629 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/TimelineAction.cs using Guid(38eaad816666dfb428c3f123a09413c6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4f43b57e23f7e59e4e6a89434a13d619') in 0.001623 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging/UdpSocket.cs using Guid(38cb3a4a17d2cfd41926da95ce675934) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8dbc15a191a29dc91ce0a65689f9d2c8') in 0.001579 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ProjectStateManagement/ProjectState.cs using Guid(386d16474b5e4b42b6800aa2c1d99924) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5487e4bdeb980c273b69d63a73fd3091') in 0.001683 seconds
    Start importing Packages/com.unity.ide.vscode/Editor/VSCodeDiscovery.cs using Guid(380f7372e785c7d408552e2c760d269d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e784f80eba060fd718471bb49b2c2e15') in 0.001631 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/UnityLogCheckDelegatingCommand.cs using Guid(48230e4e90fb4d14a9d56bddea898413) Importer(-1,00000000000000000000000000000000) -> (artifact id: '71805095f3004b3d7eba3b7d4632d5a9') in 0.001805 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/CallbacksHolder.cs using Guid(4884ccc3528cb2e40a0e6f0a19a2b35b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '72cf94fe01a7b4d9c54b3e527cffca6d') in 0.001674 seconds
    Start importing Packages/com.unity.timeline/Runtime/Control/ControlPlayableAsset.cs using Guid(48853ae485fa386428341ac1ea122570) Importer(-1,00000000000000000000000000000000) -> (artifact id: '385f35ec24b1f43ce2c93329ac1eade4') in 0.001975 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Snapping/SnapEngine.cs using Guid(48967a2d5427ac2489cc0ea61da5f1a0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'be3464104385c322d5624a99153850a4') in 0.001843 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_ResourcesManager.cs using Guid(4877f87131635e6408f8c44e5d86791e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0cc86dbf512ef423dca8983322441491') in 0.001668 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/SyncTestRunEventsHandler.cs using Guid(48483563a64de3a4e8690122762055f1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '81cb774b6cda81f2b6623369433c0f53') in 0.001723 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Presenters/StartPresenterTests.cs using Guid(485ab142ed644e479a8eb9a8137b8461) Importer(-1,00000000000000000000000000000000) -> (artifact id: '024f38b593966ab0c0cc34ef2bcbad8f') in 0.001682 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/UI/TextureLoadTests.cs using Guid(489c623a5d9c1374292110798e7ae5b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1595795753f80f377c3bafde50f1e946') in 0.001623 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/VisualStudioIntegration.cs using Guid(48fcd6ebd5ce8fd4cbe931895233677d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '71de00eede60cd14e4a99deb60d28c62') in 0.001703 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/SignalAssetInspector.cs using Guid(58004290eb3aab44e9823d1f25c4ed73) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'db02d9725c7762501aa8a5dabdafbd52') in 0.001620 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/Menus/MenuItemActionBase.cs using Guid(5882d0e4313310143acb11d1a66c597f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '33592f2331fcf87e6e6a8eb743caddf2') in 0.001639 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Layout/LayoutGroupScaling.cs using Guid(589533fb2413e3e4fba7df13a6a75bf2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3844484bb8bf0cfa97e273c0589abe7c') in 0.001723 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/RectMask2DEditor.cs using Guid(58e7d991249847640b1534192721c5ea) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ae73c2227f1f9cfb2cae753bfead1130') in 0.001634 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/TestsCallback.cs using Guid(58aa570dbe0761f43b25ff6c2265bbe2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd2c2975d03012ff4934032d4df127e48') in 0.001679 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/SyncTestRunCallback.cs using Guid(58ab3828fb407c742a48b82bc5983a87) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bb621c1df14e3f8a67bea98565a17708') in 0.001607 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/Vector2EqualityComparer.cs using Guid(58ad09607a0d62d458a78d7174665566) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0475ad56ae6b402c374644532f3445a9') in 0.001696 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/TestRunCallbackListener.cs using Guid(68f09f0f82599b5448579854e622a4c1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1854850046297265e20b6e7204c9a2d5') in 0.001685 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/ConstraintsExtensions.cs using Guid(68a48d1900320ed458e118415857faf6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ec553a87eaf53e4af026c71b2cf7508a') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/EncryptionConfigurationDialog.cs using Guid(68d5bb402c52edc48b494a59b8971758) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ca2443ef3dcbe4440066c725e108a6c3') in 0.001721 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/FailCommand.cs using Guid(68e5dc8bfd5d72647a93b7f2e1da831a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '981ef9b3e8956d53185874df038521f1') in 0.001686 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/TestRunnerApi.cs using Guid(68993ba529ae04440916cb7c23bf3279) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3dec643ae34997b2631048a73f5bc0cc') in 0.001770 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_PackageUtilities.cs using Guid(68eedd4e5b33b37429c02c4add0036fe) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd61c5dcd8430331e7c28bd11eefdfd54') in 0.002270 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/Styles.cs using Guid(685f63932bebd0c4db02ee14845191e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1551ee9ff609f4685a442f70218c79db') in 0.001645 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/ScrollRect/ScrollRectStableLayout.cs using Guid(7883cd788d83a71478342eef943e8150) Importer(-1,00000000000000000000000000000000) -> (artifact id: '92686430c9cd5f80aa22e2a3c415dbaa') in 0.001742 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace/DrawCreateWorkspaceView.cs using Guid(788db2c7ca3c2804d912f447ffc19856) Importer(-1,00000000000000000000000000000000) -> (artifact id: '442bb1d9c6bf07b3ba2bf9e1c09d20a4') in 0.001857 seconds
    Start importing Packages/com.unity.timeline/Editor/MenuPriority.cs using Guid(78fd02709d00d8441bd53a889e83a8f5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd9033cab5c95819481b7110dd91f8d72') in 0.001807 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/ProjectGenerationFlag.cs using Guid(78af99d0156944f293b020b49a6830c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '99ab7afb50619f5dfad821eb2138e2ee') in 0.001596 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/AddDelete/AddDeleteItemModeRipple.cs using Guid(88338eb35defad644a48718188e8f219) Importer(-1,00000000000000000000000000000000) -> (artifact id: '173f81a0094a3a5cf0a021a7eeeed9fc') in 0.001629 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Help/HelpData.cs using Guid(888ac39227622bd40b0b9956dc68b73d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '622e4b82c8c3d116941bfe930525c2b8') in 0.001612 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMPro_SortingLayerHelper.cs using Guid(88ed537c17c34f339121fe9a7d6d7a0e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9f63721313ce69178415147bb3c7b9b7') in 0.001616 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/IEditorAssembliesProxy.cs using Guid(98808b11e78f6c84a841a6b4bc5a29d2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd82035441de44b161c6b11642316a3b3') in 0.001686 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/PlaybackScroller.cs using Guid(98545765d7a2b614b921715928035ee2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0d15e741f3613827f3bfda36ad10dae0') in 0.001629 seconds
    Start importing Packages/com.unity.timeline/Editor/Recording/TimelineRecording_Monobehaviour.cs using Guid(9805855c8e379ed4cad77f639aaddb73) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7ee33f9b4be852752e2b22f30656685d') in 0.002395 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/IEditorGameServiceIdentifier.cs using Guid(983957cb280949f2b53b1f04bdd8a9fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '89986f5da00ba71f245c5a46318f3fcc') in 0.001611 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/UnityTestAssemblyBuilder.cs using Guid(98ba0396e4b4ee8498a8f097affcfddf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cb191baae749b505d75046077ec95f3d') in 0.001710 seconds
    Start importing Packages/com.unity.timeline/Runtime/Playables/NotificationFlags.cs using Guid(983c76d87fb6f4f4597a526a4b2b5fd7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dab9d8dfd2f1ae5a2885257abcdd4edb') in 0.001601 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AutoRefresh.cs using Guid(a840d4787ba856c4dbaf61207189b00c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4013b493901151f061f36d5c9760315e') in 0.001638 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/SpecializedCollections/IndexedSet.cs using Guid(a8604e8f13b3be84b8bc0c1507d8f3f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '33ea322e590373a0676407cf51f3653d') in 0.001739 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/ServiceInstallationListener.cs using Guid(a8a1c6611c774b60b5e1825e7aa9958e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '053df23b52537966b0841809bd4d126c') in 0.001691 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/Analytics/AnalyticsReporter.cs using Guid(a85430cc5a4a4279a992be322de12b29) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f30b75efc4dc3b9fa19aa2459119dc0b') in 0.001810 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/Util/RiderMenu.cs using Guid(a8860c53ca4073d4f92c403e709c12ba) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b299e8ae03e3aa5e9203084c473cc9b5') in 0.001608 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/UnityInstallation.cs using Guid(a8c76505bcc613640ade706bdb0f1cba) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2732285c464a1ce7ca63272fa40d5138') in 0.001574 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Drawers/Layers/ClipsLayer.cs using Guid(a809a4b50addbf44b9023b5e7f9fd4d2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ad0ddcb87f051ef9a6eb7c44c5d55ac2') in 0.001712 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/UnhandledLogMessageException.cs using Guid(a8ed4063f2beecd41a234a582202f3c4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3a715c10b97e609abc596032279f121e') in 0.001674 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/TimelineClipGroup.cs using Guid(b8c3bda3a988b5f4c910a5c3f722d0be) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3d530b0c41d693ba2491dbb79ec83b1a') in 0.001623 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu/ProjectViewAssetSelection.cs using Guid(b8a49294ba135a2408fd1b26bcda6f97) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4879fb66159416d2449b783070dc0d56') in 0.001616 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/PropertyDrawers/ColorBlockDrawer.cs using Guid(b825fd5f27403b84f97726dd9c5a5e6f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ae7a43fb4fb65853113867b336f24b18') in 0.001654 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Message/PlasticQuestionAlert.cs using Guid(b835f3512ad594c8587c02ae715fc919) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1559d78deda073562220669bcd6331de') in 0.001712 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_TimeArea.cs using Guid(b846f69b139b3a341a5699a09fa52b2c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '83700905b57b103d675db9a1cb0ba4a7') in 0.001673 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/Views/TestListGUIBase.cs using Guid(b8abb41ceb6f62c45a00197ae59224c1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '47365f5079aac924d4a17dec8bff7415') in 0.002149 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/NUnitExtension/Attributes/AssetPipelineIgnore.cs using Guid(b88caca58e05ee74486d86fb404c48e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f32cf1c755844d4ac4bf047751cc094b') in 0.001710 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ChangeEntryGroup.cs using Guid(b80ebc79e3e2e66468766fe75c6f0aa0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'af48679c84b900ab9cfa1c6132447862') in 0.001665 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/GraphicEditor.cs using Guid(c890977a36bfdc849872b9337ab89098) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df22f043a45c94784a99fa576d63cedc') in 0.001706 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/IncomingChanges/Gluon/UnityIncomingChangesTreeTests.cs using Guid(c8344e9aa86de7a438d651e0ac066819) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c37145802be00e24138fcc0a7e3be9c') in 0.002022 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/CanvasRenderer/ChangingHierarchyOfCanvasRenderer.cs using Guid(c825bad77a42dd341a8f0a5ef9cd5f4c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6fafb60a94f005960d75c6bd051f2af2') in 0.001643 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Attributes/ConditionalIgnoreAttribute.cs using Guid(c82a8473f4a8f7b42a004c91e06d2f2b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2a504454d68c1ea4543b025b176b97fb') in 0.001758 seconds
    Start importing Packages/com.unity.timeline/Runtime/Audio/AudioMixerProperties.cs using Guid(d8c4a920f001ca64680ed6fdb52d1753) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ccc919dec3a85e4ab77bf0b4ced65432') in 0.001626 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/UITestHelpers.cs using Guid(d87a2d0d02b26be4db83375afe481d39) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c7c0ced85c80a398a17433df547b175f') in 0.001718 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Properties/AssemblyInfo.cs using Guid(e810d8a3dae4eed48ad91b97b15a1b70) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'be59368b4d90ce8f8af41785a418d717') in 0.001584 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/ControlPlayableUtility.cs using Guid(e801faa3b0dd2478dbe801a2441b679e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '80c2006da3587e65604fc5b8359eb0e8') in 0.001643 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TimelineDataSource.cs using Guid(e8c30efa89029e447b0dc0efc75b294c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c80d69a2fbf80595511d044e882e80f7') in 0.001799 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Graphic/GraphicTests.cs using Guid(e88a766c2b8b47841936c136f4afbba9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd77d903d687a48547a8ea717038e546e') in 0.001829 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/UnityDiffTree.cs using Guid(e89b1e9e9f1060b4f817977507831248) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ad1dad032d1c11916d58101e312761e4') in 0.001710 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/InputField/TouchInputFieldTests.cs using Guid(e89ff5e7c669f70409de18c9948164d4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6cf8c3aaca30734d8bb427fe30333388') in 0.001856 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer/UpdateReport/UpdateReportListView.cs using Guid(e8bf7425cfbdd094da5dc809a5eaa8ff) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b115a4f4faa10a906fce64bf12366303') in 0.001743 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Utilities/TimeStamp.cs using Guid(f802c3808a2e25047bdff19441653ffe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '57b2d9939130dd4f0d7ec5d10c0f2486') in 0.001684 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TrackPropertyCurvesDataSource.cs using Guid(f8964ef46e1d446dc9eb17a36a3e1f14) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fdd16abb3e3d537db4a2b72652ac67f6') in 0.001608 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow.cs using Guid(f817a38900380be47942905e17e7d39b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '65ef7334c00c1499c00b41d2cb9e7559') in 0.001968 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/MenuOptions.cs using Guid(f867743975592a743a3581ff042bcc25) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0637642381fb044903215c7b763282ec') in 0.001976 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/DirectoryConflicts/ConflictResolutionState.cs using Guid(f88a4e9dbb5a07744954a86cbb61d54f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '734798e6ac79992546421b019d655764') in 0.001682 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/Callbacks/PlayerQuitHandler.cs using Guid(f8ed0b11850145c4995dd76170bb2500) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3ac5d6011cc0101f57c33e96abe5c0be') in 0.001691 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Gluon/ProgressOperationHandler.cs using Guid(09b199e86de5d1944ab9106ca2c11f75) Importer(-1,00000000000000000000000000000000) -> (artifact id: '60a57a10db6398dac5ac88aef3aaae07') in 0.001609 seconds
    Start importing Packages/com.unity.timeline/Editor/State/SequenceState.cs using Guid(09f4db536a377bc40a9ac110af702bfa) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e00e6b519727ab8079c50761c6dc2ee4') in 0.001759 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/IMenuChecked.cs using Guid(0939c83f40ef46e584340aa87b3cadfe) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eb52873a1602ecfc51826b63948f3738') in 0.001575 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Mock/PlasticApiMock.cs using Guid(1935a780ae95f5546bbd63924addef2f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e1807bd4e7e6c3c994123529744d68ba') in 0.002132 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/EnumerableTestMethodCommand.cs using Guid(19a6f000f81e24c4a826c1abd43e77c7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3622fc9294e908e901f02305cae78e88') in 0.001762 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/InputModuleTests/MouseUpdate.cs using Guid(19c6f364c1e81cb4f829a057824639ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cdf907a4d7564597b623e030eea8005b') in 0.001646 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/EditorClip.cs using Guid(197c1114eb793d24c8ef31120a134e88) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'adfe6cb602dbe34ee44672c6b9f7916b') in 0.001593 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Tree/TreeViewItemIds.cs using Guid(2986eff1677c33345b223bdaaee2d284) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd760459f1c5dc1b0dea592c91780a26f') in 0.001621 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/ResultsWriter.cs using Guid(29d603e0a726a9043b3503112271844a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bca6b1c8324b106e3e21758925de154c') in 0.001748 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/ProjectDownloader/CommandLineArgumentsTests.cs using Guid(296e1c49ec5330a4d9a73a4139e24bef) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cd4169b489d6ed39674695d88ffd2b30') in 0.001739 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/ObjectReferenceField.cs using Guid(29bf1d4ec1012bc45967ce95b729b8b3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '20d07c6f75692c71e04ec8786b818b57') in 0.001772 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/TestBehaviourBase.cs using Guid(393b15da08c88194dbbcacd6ee15a89c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c0f122f240cb19f9afc198bcd8dbe647') in 0.001595 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/FontUpdateTracker.cs using Guid(39ab466162988eb4f83443f911bbf5c8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c46057be6a03d131562b5b38fbcb160d') in 0.001682 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/IGenerator.cs using Guid(39cb9ab8a3b2452cbf58ffbea841d203) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a16c4d09b335909c7f562358d8d8f7b1') in 0.001576 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/SelectableTests.cs using Guid(39dcddcb5895328489c92214aa73e3bb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '066c29eb433c6c7375114d5092d3c073') in 0.002016 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Changesets/ChangesetsViewMenu.cs using Guid(397f62458d0ad3441aaaa1a738bd4f94) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1c05ddba60a1cc6dfb915c048865be24') in 0.001724 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/TestStartModel.cs using Guid(49d15206774f47cab3c22a97f27bf8ec) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6dc973a64a40700df10588891d47c1a9') in 0.001668 seconds
    Start importing Packages/com.unity.timeline/Editor/Recording/TrackAssetRecordingExtensions.cs using Guid(49f1d2c7420db4444b011955726d0046) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bde1bf113b1b41752c37e7924266817a') in 0.001747 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/WebApi/TokenExchangeResponse.cs using Guid(4932f8b3d8c26804bb16dc5cb5b766ce) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a4149c3aadfd157f984c8e7c10ec7d16') in 0.001619 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/CloudCollabEnabler.cs using Guid(499c53660f3b74fc0a5bc2b1c56121ba) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c7314fa8c0b17a7b8e26af6607683aed') in 0.001646 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Utils/EditModeRippleUtils.cs using Guid(495e2738ac7d88a41a158cd2e237d70b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '28068a05f01c92f3f8cceb8b5f0d8ae7') in 0.001715 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Tree/DrawTreeViewItem.cs using Guid(595175d7af8f8234a9336a60e33b4f32) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e5d0fc7c554b264e37d7fb6d407fc8df') in 0.001727 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/RunSettings.cs using Guid(59d3f5586b341a74c84c8f72144a4568) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e22f67f3f5e8e48256a9aee5be38e358') in 0.001636 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Changesets/ChangesetsListView.cs using Guid(59e682a8b37338a46910fa9a939425e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '909dff4b78202df565dd1ab1bc6e3fea') in 0.001805 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/VerticalLayoutGroup.cs using Guid(59f8146938fff824cb5fd77236b75775) Importer(-1,00000000000000000000000000000000) -> (artifact id: '01bc8965f85838d429cfd0a8949c0d12') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/Structures/HistoryEntry.cs using Guid(59fa6a9f6da130c4ebbd61120302fbfa) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f390558a4fdcacc9e4c239e5c1ce32a6') in 0.001665 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/PendingChangesTreeView.cs using Guid(594dcd9e9e4804aa281a66d024d30752) Importer(-1,00000000000000000000000000000000) -> (artifact id: '777a073ae2f947642d0f3de9dc329719') in 0.002025 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/StartPageView.cs using Guid(59ee13971b9c3b049bb9a96886120e0b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '505ab34a8eda81fe147d08e769763e27') in 0.001655 seconds
    Start importing Packages/com.unity.textmeshpro/Tests/Editor/TMP_EditorTests.cs using Guid(592f7288ed0df2c4b884e2cd9baac023) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c3d390e5dbd27ac8abacd395dd4b119f') in 0.001799 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/UnityTestExecutionContext.cs using Guid(59ff995fabb3bac45afa0f96f333e5dc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6e1b17fc338f16debad09726a29d715a') in 0.001785 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/NotificationDrawer.cs using Guid(69b042eabc19b3042a9853acef26df56) Importer(-1,00000000000000000000000000000000) -> (artifact id: '77c58aba462aa1bff0c73e71f03437c6') in 0.001631 seconds
    Start importing Packages/com.unity.timeline/Editor/State/SequenceHierarchy.cs using Guid(6901fab4d5157ac48b9f263730387c03) Importer(-1,00000000000000000000000000000000) -> (artifact id: '511ef80beb78ea8d1730983e57f1b7f5') in 0.001809 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/WebApi/ChangesetFromCollabCommitResponse.cs using Guid(695128a7ff590df4dace9f813fa962bd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '79436187ca5aa8ce8070f4865c7c7a23') in 0.001603 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/GraphicRegistry.cs using Guid(69e3979b7029e8a4da2d96b714ba5c3a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c944accdd1157be86f8b5aed3b56edd8') in 0.001750 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Networking/HttpRequestExtensions.cs using Guid(69d46532eb4a24d1197a803a674608de) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'afe848207e3da5af0a6b1f884d2b22cc') in 0.001675 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlayerLauncherContextSettings.cs using Guid(6965880f76f40194593cb53a88f74005) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd4dc654cbc19f6b10edc07365c324f35') in 0.001735 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/Analytics/TestTreeData.cs using Guid(697ab794770540d6951f83d62b8fa444) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ce0bcd325e54bc5f40cbb2524b0b3543') in 0.001662 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/TreeView/SignalReceiverTreeView.cs using Guid(698b660e9477f4f16abad03ec00ce38c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2960db73f773c9037ba30a26388c93ec') in 0.001737 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/FindWorkspace.cs using Guid(699b33b09648b5641b12384ac691546d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '64f0ff4c1b73c0f490fb80671bcc8943') in 0.001591 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/ChangeTreeViewItem.cs using Guid(69ebbdad2c303214683305d65fe26726) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cacd4a7c48197c925f6b594ee94a8d6c') in 0.001635 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_UpdateManager.cs using Guid(691db8cb70c4426a8ae718465c21345f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3a4c1361631bc107e3671bc98dda2007') in 0.001724 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/StencilMaterial.cs using Guid(69ae55f76840b2849ba56cfb53a17df0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '466e380c104e88a9eea302a99b80648c') in 0.001774 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/Canvas/RootCanvasTests.cs using Guid(798968d841703b54bb9d08b1da6bc52f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f47a2579a55cfaff7d3db00beb9b0066') in 0.001651 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/UnityWorkItem.cs using Guid(79ced2556f0af814a840b86232613ff1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '646df5e5b3d290898f70bb611ab80f0f') in 0.001757 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/LayoutPropertiesPreview.cs using Guid(794f3951c48395848920fdb593a2ae38) Importer(-1,00000000000000000000000000000000) -> (artifact id: '15458ddbe09871d7551ce061be65afeb') in 0.001771 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_InputValidator.cs using Guid(79ff392d1bde4ad78a3836a4a480392d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b463d4d12e3c3eee69125895a649678c') in 0.001592 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/ViewSwitcher.cs using Guid(896223e567b01c747b4726ef429e31ea) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a17815b8e9748955f0cdfd08a2af61c2') in 0.001894 seconds
    Start importing Packages/com.unity.timeline/Runtime/Animation/ICurvesOwner.cs using Guid(89b31ff5ca0a5eb4797ac65d43949807) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5d126a282c029f3188717fd09f9b2d21') in 0.001581 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/Marker.cs using Guid(89b48a03f6f43e94e87cc8d2104d3d4d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ea47648bdd4555e352588798be098127') in 0.001624 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Utils/EditModeGUIUtils.cs using Guid(8938e753b3f47374889d5cf3265b563c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '878dbbeae9b1d35ba253bc1d19020160') in 0.001625 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/Messages/IEditModeTestYieldInstruction.cs using Guid(898bc38486fc899428fbe5bd6adfe473) Importer(-1,00000000000000000000000000000000) -> (artifact id: '90fbf0c7308360115f38ac63272d58ae') in 0.001676 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/Analytics/EditorGameServiceAnalyticsSender.cs using Guid(99f46086bc2624dbd8746ee5a4460cad) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d6d982f3a822bfce87b150730480c96') in 0.001687 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/LogScope/LogMatch.cs using Guid(9945ffed4692c6044b6d3acf81efd694) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8644765397d96f2a6c3c1ab891ec8250') in 0.001717 seconds
    Start importing Packages/com.unity.timeline/Editor/CustomEditors/MarkerEditor.cs using Guid(99c5970046bb263469514e56eb6aa519) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df8998fe0180c74fca17d6d2ff715d7e') in 0.001816 seconds
    Start importing Assets/Editor/PyramidInspector.cs using Guid(a973f5d7493c8b94eb5b33ff4a7603a9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3fc237e61a1c11b5b151f81657d2b14d') in 0.001465 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_Gui.cs using Guid(a956e5803e95df349bd35832492d4014) Importer(-1,00000000000000000000000000000000) -> (artifact id: '907728821ca6233f7405cbdfa0117bdc') in 0.002021 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/DirectoryConflicts/DrawDirectoryResolutionPanel.cs using Guid(a9881fce7e445b84bbbd53752db30fe9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '677d69110746bcc4ada13d3381be6160') in 0.001777 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/ChangeTreeViewItem.cs using Guid(a9e847d045a7744b08c7a37912965cdc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7cb6a38c2583a5fb7b308655aca94149') in 0.001626 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Welcome/WelcomeView.cs using Guid(a9298a2c04dfc944bbc6ea156f4e2104) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2235ba27e4942fe4b9d043717abcd118') in 0.001754 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UserRoleManagement/IUserRoleHandler.cs using Guid(a97a88294a224bf9970a770cd8fa3aa7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7f4d2fe944c74c34ae1c1b03a1afd16c') in 0.001617 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetOverlays/Cache/RemoteStatusCache.cs using Guid(a9acb575a60d7e045ad7fadd3e3e137d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb5fe785a34131d9ddf13d8865d28c0a') in 0.001691 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Symbols.cs using Guid(b9308b762484008498bb5cd1886aa491) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b3aa334f581c46a49e8e78a669833e9a') in 0.001574 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/DelayedCallback.cs using Guid(b9d121df8c444236a5b38ccfadfdd1a7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '314c05cea3414fe7965c2922c4da2d21') in 0.001648 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/IOuterUnityTestAction.cs using Guid(b9c2a6302985d3846b7b9f6fd9e2da9a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c034d4c395be437fd9649fd895c5b5a3') in 0.001658 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/NotificationUtilities.cs using Guid(b90311a8f07b00f4bbeb2fff3b128d25) Importer(-1,00000000000000000000000000000000) -> (artifact id: '203e3b9ae085b26a4a103fa53fdf3c86') in 0.001661 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_StateChange.cs using Guid(b926af22079e00e4a8c073321194cea1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '60de4d5a862a5f199b60b35559d21d74') in 0.001624 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/SetPropertyUtility.cs using Guid(b9ba34e0b1884454fbc4257260e22b64) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df63e1154d6dbc0fd90c48b54caa43c0') in 0.001663 seconds
    Start importing Assets/Editor/Builder.cs using Guid(b91b689b7c0760f4a850399549ca638a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'da4c3890c1084401806e22d39f72a61e') in 0.001434 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Layout/GridLayoutGroupTests.cs using Guid(b9eb962217e00bf4fbc734e109991fca) Importer(-1,00000000000000000000000000000000) -> (artifact id: '32d768a2d8419e26a3cb532daf2fcf51') in 0.001966 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/SynchronousFilter.cs using Guid(b9aec9d3b0a86466ab4647d01e8fc87d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8bd84da4569897ddc770dae4884f6bf2') in 0.001668 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/LegacyPlayerRunTask.cs using Guid(b93fe5bbea454ae438fcec241c5fa85b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '68d9233da5099ca364fda62b7278a996') in 0.001713 seconds
    Start importing Packages/com.unity.timeline/DocCodeExamples/TrackAssetExamples.cs using Guid(c9f0489deaf04d0fbcbe45fd50a018f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'be16f81749670ac5142afed10ed5e146') in 0.001569 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/EditModeRunner.cs using Guid(c9219e99d466b7741a057132d1994f35) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0545b6be0e33b0ae5da633828a751249') in 0.001990 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/TeamEdition/TeamEditionConfigurationWindow.cs using Guid(c95121e1e2d89e648b9d0aed259caad9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c1fa0627ff5f11978e5fa737bbaa9db3') in 0.001877 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/EditorCompilationInterfaceProxy.cs using Guid(c9b23632c77de204abfe8bf7168d48c0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c57c5dadd75fba9e2b458919285a76e0') in 0.001700 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/LogAssert.cs using Guid(c97b794b51780d349a16826a4c7898d7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3eb2fbf70fe079341f1029d1bb9dd670') in 0.001710 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters/HistoryPresenter.cs using Guid(c91e17f16ddb35a4d81ef81b86b7b3ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: '38bb5c28e66e5b5b00aaa923d8fd3d45') in 0.001766 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/EditorGameServiceDashboardHelper.cs using Guid(c98e909b661a94dfbacaa1f5717b8c64) Importer(-1,00000000000000000000000000000000) -> (artifact id: '69090aef8635ca5068eb3ebf92b30ddc') in 0.001671 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlayerLauncher.cs using Guid(d973fc1524e4d724081553934c55958c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e5df117c9a9ff2d1c7f2dfeb3ee4ab60') in 0.001906 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_ColorGradientAssetMenu.cs using Guid(d9647b571c5e44729b71d756b3d55317) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ee51e2b81031a2bbd3993f6667692f6b') in 0.001643 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/ScrollRect/ScrollRectTests.cs using Guid(d925cabd9ecd5074aadab0726b96c38f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7caac0760abd29e1f53ae446793df974') in 0.002050 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/LayoutGroup/LayoutGroupArrangement.cs using Guid(e9a32780b69dcdb438da3e3f43202f54) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ad49a41f6de2496df40b79d220c4df99') in 0.001736 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/SelectableEditor.cs using Guid(e9253e696cd45794d9aec6d4de366b6e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '62ab5267c2fd835a4cf6fac00fba37b6') in 0.001976 seconds
    Start importing Packages/com.unity.ugui/Editor/EventSystem/PhysicsRaycasterEditor.cs using Guid(e976a5e755c7016418f66e15223c1b90) Importer(-1,00000000000000000000000000000000) -> (artifact id: '870bc6ccc6b6114416ee9f034a2ecc4a') in 0.001608 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/ScrollRect/ScrollRectScale.cs using Guid(e9cac674d67385249b2805670e618c24) Importer(-1,00000000000000000000000000000000) -> (artifact id: '856b486005264bfee0bac0d280e7f91d') in 0.001726 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils/Processor/AssetPostprocessor.cs using Guid(e9ffdef169b1cbb4e9910671a9ee83bc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '416cf11cecb9ce72d95fc2491de50fa6') in 0.001635 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Networking/HttpOptions.cs using Guid(f950098ec72d448158b21e0c046f27cc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0aab8a0f6b8449b71e7ec1f99bf7604d') in 0.001615 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/TestEvent.cs using Guid(f9413c47b3a14a64e8810ce76d1a6032) Importer(-1,00000000000000000000000000000000) -> (artifact id: '243c5862dce3264a9494a13b34a30145') in 0.001628 seconds
    Start importing Packages/com.unity.timeline/Editor/UnityEditorInternals.cs using Guid(f9045505a91f4aee87d5768fffc7de5c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0d659550bdc6f971f42ce7316e0ddbb7') in 0.001579 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters/IStartPresenter.cs using Guid(f9677ab83665cd842a8d1baf1679e5c0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e0c82f20981f094a0fccfccf8b075a7a') in 0.001593 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TimelineTreeViewGUI.cs using Guid(f9d8c8b21846a654092a24f25aa41421) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cf5bc0441b6dd700696c3b2f8bf18276') in 0.001738 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/ExceptionHelper.cs using Guid(f999feb557b5489d983b6fc6989e3bf2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ea3db6c0722086a4be0d2b3c5b9ddcab') in 0.001618 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/GUISpace.cs using Guid(f9e9ce5a8dd0eb74fa5f90576a7fab4d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bf3710132d29b1d1408e35846de6e1d2') in 0.001638 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/EditorAssembliesProxy.cs using Guid(f96d0ea807c081145a1170ed1b6d71e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '000775cab4cab4d3f0cbf2b4d6b3eacc') in 0.001679 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/EditorPluginInterop.cs using Guid(f9bd02a3a916be64c9b47b1305149423) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3aaa6993caa33f1f71456874ad7c8695') in 0.001733 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_FontAssetUtilities.cs using Guid(0a017569bfe174e4890797b4d64cbabc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '948dd71c45749c9758275bb801a91e40') in 0.001820 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/CloudEditionWelcomeWindow.cs using Guid(0ad54f9e1bb701142b116d0d1ed98437) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2af766ecb957d22ddda902afd4b87846') in 0.001772 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/AsyncOperation/AsyncOperationExtensions.cs using Guid(0af5e184d59c048ffb210df99bef8e58) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9a35440df65ca63bf2158c0f9dc5da27') in 0.001706 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/AsyncOperation/IAsyncOperationAwaiter.cs using Guid(0ac92d9296701440fa364dac386c1c47) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb9012586c59f86faf05920882557d0b') in 0.001664 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UnityStyles.cs using Guid(0a3ad267026374439be70d4b4cd3d4f7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3dce1569471d164b2250d60afc51f477') in 0.002026 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/UIBehaviour.cs using Guid(0aaa057ce5566e940b18a0ccd0344693) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7b16bba068c079212faacc021da22a68') in 0.001644 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Avatar/GetAvatar.cs using Guid(0afb4c6d979970647841ee14a55b8d25) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bba0ef37173fe09569626731480b24db') in 0.001621 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Image/ImageFilledGenerateWork.cs using Guid(1a70a790a43cd0d4a96f75746841f764) Importer(-1,00000000000000000000000000000000) -> (artifact id: '180fd58b1d192535f34b614ee7c80fc8') in 0.001665 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/ScrollRect.cs using Guid(1aa08ab6e0800fa44ae55d278d1423e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '22b0c5951f62ac129307f0b01b46db1d') in 0.002714 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/ChangesModelTests.cs using Guid(1ac075bf7cbc97f4fbba27c78feb9c18) Importer(-1,00000000000000000000000000000000) -> (artifact id: '90c6ecc9b138840cad5736f5d04d3eab') in 0.002125 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/UnityTestProtocolStarter.cs using Guid(1ac58cb55fc8daf4abd3945a2bbbb0c5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '00c891c3c35a89ae6280f788cef5919c') in 0.001662 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/IErrorCallbacks.cs using Guid(1a06c562b0c5eb046bcb876a29f93c98) Importer(-1,00000000000000000000000000000000) -> (artifact id: '64d54221dedaadc9a5a7b46f180b4f22') in 0.001655 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/BridgeScriptForRetainingObjects.cs using Guid(1a26e19d51cbfac42a02631ad1f9e39e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7fb4f9f6d955f5054eb31c8dbbc0304f') in 0.001611 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/ExitCallbacks.cs using Guid(1adaa8dcc4fda3d4cb4d3c8e0cb65d12) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bbc7a20234dddf922ae05282c281def3') in 0.001685 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/ITestRunSettings.cs using Guid(2ae2ce6274819484fa8747a28cebdf3a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d7bbc343a5f7ca765c99f69110f3fdf') in 0.001632 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/MarkerTrack.cs using Guid(2a16748d9461eae46a725db9776d5390) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dd445f3b66626f2d3e12800820f03bc0') in 0.001608 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlayerLauncherBuildOptions.cs using Guid(2a0bd678385f98e4d8eabdfc07d62b4f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0952ea726cd7e28c1d757943354773c2') in 0.001671 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Scrollbar.cs using Guid(2a4db7a114972834c8e4117be1d82ba3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '50d72774014d4b99329ae33ab27b20ea') in 0.002079 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/EventSystem/InterceptedEventsPreviewTests.cs using Guid(2aff4fada0516c64a8537a20bfe1b699) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9ef0d0ab3e1d3d746e153aa5b187b5f0') in 0.017985 seconds
    Start importing Packages/com.unity.timeline/Runtime/TrackAsset.cs using Guid(3ad53269c7421084ab67f804591994e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '26509f7a5144bc1779db5e6811d59f00') in 0.002561 seconds
    Start importing Packages/com.unity.timeline/Editor/Attributes/ActiveInModeAttribute.cs using Guid(3a784fb721704576b3b4c3a7f3324264) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c19569fe5f2409362f4b2648fe72a5c2') in 0.001619 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/History/HistoryTab.cs using Guid(3a49359b59c12b74386ca6816923ec2c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '47792e438c6a2b39320472e964047e04') in 0.001805 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Changesets/DateFilter.cs using Guid(3a4d62c64067bca4cbbd6f7fcad2e190) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f8cfa8a3fe4fc60b16136cf6fc6a9c51') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/GuiEnabled.cs using Guid(3a4d828da4d125740924da08b5fbe1cb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f9b8ad37e89b95da6dc8d214dae902a') in 0.001593 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/DockEditorWindow.cs using Guid(3a6fba741cdd5fb4982a73a4d791754f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '72d7a0baab78b2c7552822ff7e054fe4') in 0.001614 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_Character.cs using Guid(4ac5b6a65aaeb59478e3b78660e9f134) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'de2ef4083a4ea1fb5d6350016ee7b3b1') in 0.001623 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_TextInfo.cs using Guid(4ae64f3f72004807a9f919f9c27af0db) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5945e89738e6ab4ea2b75ed223bfff09') in 0.001729 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/GetRelativePath.cs using Guid(4af85446b06bf694a966f280918beb31) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b29d5e5ce9ce279aab041be0b3857dc2') in 0.001593 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/ItemGui/ISelectable.cs using Guid(4acbfc0398bab674f922f693e58f4afc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6c7b84042e635a2c89a60c7bc123b75e') in 0.001609 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UserRoleManagement/IUserRoleRequest.cs using Guid(4a4f12b5466c418ab0e66bd23e0a0af2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '59640c126bb537e2458337ff01df6136') in 0.001620 seconds
    Start importing Packages/com.unity.timeline/Editor/Extensions/AnimationTrackExtensions.cs using Guid(5a31542ccf4e8584ca4f60843e9d02d0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '888e7a36a0a041d7f2509aaeda643701') in 0.001707 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Layout/HorizonalLayoutGroupTests.cs using Guid(5af3322745e78aa488fca5a2090f8755) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ee631710c423053307344e93820dae4d') in 0.001779 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/GetClientDiffInfos.cs using Guid(5ab43506dddfc244ab5b44585140c5a6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '105c062289ee6692fcf50d346b72845b') in 0.001629 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Sequence/RectangleZoom.cs using Guid(5aa8f57287fc17149bcd798be813180b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0e937ecbc97963ef8fe3d24f5c4ac638') in 0.001647 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/UsageUtility.cs using Guid(5a7aba2d3d458e04eb4210c0303fbf64) Importer(-1,00000000000000000000000000000000) -> (artifact id: '473bfab38052fd925343dcaa8c5b6944') in 0.001595 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/InputField/ContentValidation.cs using Guid(5a2e98b03511c6f43bc645238cd40857) Importer(-1,00000000000000000000000000000000) -> (artifact id: '06cf30a1246f8e09e4d54b11c427a7ab') in 0.001733 seconds
    Start importing Packages/com.unity.timeline/Editor/TimelineHelpers.cs using Guid(5a7f0d89a47f18c41b6ddf60dfae1bde) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2aa201a8431fac4b1e0373e49bb96892') in 0.002417 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_TextParsingUtilities.cs using Guid(6ad632cbcc87f634d9b86006cdffdaf5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f7160b2445224bb98e782957e2322895') in 0.001686 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/GridLayoutGroupEditor.cs using Guid(6a981cd1456bec84b86e1c66773f57f5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cfb7e727e75be0751acf43009a983afc') in 0.001635 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/OrderedTestSuiteModifier.cs using Guid(6a3af79041a1431ab3a2a9395a7ed2ae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c6e2d49150f3bc1e8ce7eb187148752') in 0.003061 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Networking/IHttpClient.cs using Guid(6aeac4511393d4b00b2c308463bd07f3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fe1944ffb9a110d360e9e67331d7c2fd') in 0.001663 seconds
    Start importing Packages/com.unity.timeline/Runtime/AssetUpgrade/ClipUpgrade.cs using Guid(6a4f0c91a28ece04198b200dd55145d0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '717e0ea76a5354044baf37320d22fe68') in 0.001626 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/PendingChangesSelection.cs using Guid(7a92174abe154af4b99e09e4b6cf31ee) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7750af6cbc901760ec1fe5ab56f1f408') in 0.001686 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/IIncomingChangesTab.cs using Guid(7a04ed4805f84fd4a8ceee51915ba39a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3e5c1380a3d40c0e6524ddf3522ae1ce') in 0.001635 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer/CheckinProgress.cs using Guid(7a0528634c1324f47b7e2e59266dfa4c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '87c6d089cfb0bd88090d44a780b713ff') in 0.001634 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Attributes/UnityCombinatorialStrategy.cs using Guid(7af6ac3e6b51b8d4aab04adc85b8de2f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e5a85af98219c6c702f68522485c9456') in 0.001702 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Selectable.cs using Guid(7a98125502f715b4b83cfb77b434e436) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7ede6ca109ce6f7bcd616b8afe478489') in 0.002539 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/VCSPlugin.cs using Guid(7aad121cec1867b4493b3b31bc5c8a26) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ea2e7a9989175e8947d88edb8e863057') in 0.001615 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/ISettingsBuilder.cs using Guid(8a13cbeb2099aca47bb456f49845f86c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '49872e7bbca632ef883d573331272b27') in 0.001631 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/GridLayoutGroup.cs using Guid(8a8695521f0d02e499659fee002a26c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '99910c31b799b2deac99c13ffa5541cf') in 0.001897 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ProjectStateManagement/ServiceFlagRequest.cs using Guid(8ab6db39cc89491bb901eb484cd94373) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6daef34a1da1cfed32438f14030bc724') in 0.001678 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Layout/VerticalLayoutGroupTests.cs using Guid(8a4b6301a5afaec4cb87d21383ceb0b3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6df2345d98aba7516a433ce224cec6e7') in 0.001782 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/CreatedOrganizationPanel.cs using Guid(8add2d9bdefea9d4ead4e1c5163c87c3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '80c8640b18ef163488912139cbbe913d') in 0.001654 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/TestEnumeratorWrapper.cs using Guid(9ad0b0c865b01af4ca1b414689e71259) Importer(-1,00000000000000000000000000000000) -> (artifact id: '194e8c024cadcec23ab568d35f6ccb26') in 0.001698 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/CurvesOwner/CurvesOwnerInspectorHelper.cs using Guid(9a371bcbba2084dd0a8ebc6826aa8794) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'db0fffb0ca9da1c9f10d717b3a6016c2') in 0.001725 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/AnimationOffsetMenu.cs using Guid(9ace5095cc37ed849b52109d2ee305d4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4edc36d94a674b418934ad37894faaeb') in 0.001642 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Drawers/TrackDrawer.cs using Guid(9a0f991b6c2f45b44b92e163f9969e8e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e92d94825508cf378d1c6cbc06f2218d') in 0.001640 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/PlasticSplitterGUILayout.cs using Guid(aaa080d8f7504a868c0c980890f9d5fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3fb32ec7b7cfdda53614ca043defe2fe') in 0.001625 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/ExitCallbacksDataHolder.cs using Guid(aab045daa0ad4b01843dcf44013d9653) Importer(-1,00000000000000000000000000000000) -> (artifact id: '00a751f898fc29bc34f466661a364825') in 0.001658 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_InputFieldEditor.cs using Guid(aa160f27c3fe4052a5850e21108811b6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '150dc7469a3f762b6b1e404a98b4e22a') in 0.001764 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMPro_EditorShaderUtilities.cs using Guid(aa76955fe5bb44f7915d91db8c7043c4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c025184f387b0aca6fb3d066583fa2d') in 0.001628 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Progress/DrawProgressForOperations.cs using Guid(aa1cd36edf652db46b5fa11c2ed355b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '68e4dfddf83754f70a133b77e9389eb4') in 0.001644 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/CallbackInitializer.cs using Guid(aa1c6b1a353ab464782fc1e7c051eb02) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c714193f9c2867eafe0db0856fcadc6c') in 0.001630 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Progress/ProgressControlsForDialogs.cs using Guid(aa3f399d17e1dcf4c9e417ffce5eb905) Importer(-1,00000000000000000000000000000000) -> (artifact id: '81c00e20ef1397c5fb95715092630fa8') in 0.001656 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/ResponseType.cs using Guid(ba319c71501487041bda92a854e8435e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c9d829ed3938eb70e37cf1c00da1e786') in 0.001601 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/DiffTreeView.cs using Guid(ba4e6e12f66973142a87299287cb34dc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f3507653fb843059484a29645d47d921') in 0.001857 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/TestMode.cs using Guid(cad095eccea17b741bc4cd264e7441cd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1cf539c1864958f04d551c96b4479167') in 0.001629 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_SelectionCaret.cs using Guid(ca819640f53b48919bf7774744f7f15e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7849cf2a39f5effb8bf56fa211f6fb55') in 0.001610 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/PlasticMenuItem.cs using Guid(ca17c170df6db5042b70adc65fbe770c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '54a5a5cb117760361f8d656018a5db88') in 0.001565 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UIElements/UIElementsExtensions.cs using Guid(daa34ff7d97bebd41866fd45e507c80e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5a19a15842884138bde8ccabfcf39cfb') in 0.001700 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/Discovery.cs using Guid(dab656c79e1985c40b31faebcda44442) Importer(-1,00000000000000000000000000000000) -> (artifact id: '19545b0044229c20427153eb137ea3bd') in 0.001993 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/AdapterListView.cs using Guid(daf8ab897cb58d144814920459a2e206) Importer(-1,00000000000000000000000000000000) -> (artifact id: '212b712a1afe89e87cd46f34817afecb') in 0.001670 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/CreateWorkspace/Dialogs/RepositoriesListHeaderState.cs using Guid(da6a50477d2d7ff4f81d1c21c58a5b0e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2d40911a3493576ec37dd2672ffe467b') in 0.001682 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/CloudCollabServiceIdentifier.cs using Guid(da9ace77b96f45fc9a84632f551d0aba) Importer(-1,00000000000000000000000000000000) -> (artifact id: '30210928338c9de1cf57fb1ef36b59d5') in 0.001623 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Util/PrivateFieldSetter.cs using Guid(ea944378afa086f438b3352ad7b0e835) Importer(-1,00000000000000000000000000000000) -> (artifact id: '70a766c2a3a4d864d6ef1a65bc216470') in 0.001653 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/AddDelete/AddDeleteItemModeReplace.cs using Guid(ea28dc637ae40484da709200d3328587) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd441455e62ca07e2c63ed0049c165df5') in 0.001631 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/PlasticNotification.cs using Guid(ea0c99d9630e5ca40ba541545beec9b8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c004a44a534e5c93f2939fe61b6c883c') in 0.001588 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Move/MoveItemModeReplace.cs using Guid(ea5e2240e8a7d9046a651557deec40b2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4d96d06edec59ac0b6b4ce285c5bd6f3') in 0.001687 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/ProjectGeneration/ProjectProperties.cs using Guid(fa7011e2ea1ff024083fea2179f3df08) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd88201df1a5b9946b561cc0486f9eed3') in 0.001588 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Help/TestingHelpData.cs using Guid(fae031d3fccb34244b789b0048117ee7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '46e7154469b3fa94c9acd85e3f297ffa') in 0.001792 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/ChangeCategoryTreeViewItem.cs using Guid(faf2afd8696f4604f82f46b06b357f06) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a3e6c69731679032c93f72fd124bf063') in 0.001667 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/ClipAction.cs using Guid(fa130a47ff26ad84f867961fc32334af) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f2ae216778b2571f7563fc090badc9c6') in 0.001618 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Testing/TestRunnerCallbacks.cs using Guid(fae6007c1ac2cc744b2891fd4d279c96) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8e5828334df9394a2b5b11ed5343aac7') in 0.001628 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/StadiaPlatformSetup.cs using Guid(fa19b42bd3dc35e40a618448bd330270) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6e09b449762448ddd5405f41fe6dbe08') in 0.001666 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/TabPageComponent.cs using Guid(0bb2ee71e160aed40a9fb96cc498006e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0aca4a1e94e01a30e0df789596700699') in 0.001615 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Util/ExceptionUtils.cs using Guid(0b2706df6fdff50448f84a3f6629b40f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ef99132e25922d0c05fa8a01797c6fd') in 0.001621 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/TestJobRunner.cs using Guid(0b677ddfd54046c498a20446baa4f932) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3ac6a62b49a25d6b4b8cfd503094d8c9') in 0.001789 seconds
    Start importing Packages/com.unity.timeline/Runtime/Properties/AssemblyInfo.cs using Guid(0bb74b1c097396c49b1691e6a938f814) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6a7c44187404991fd622012161239e86') in 0.001617 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Testing/TestRunnerApiListener.cs using Guid(0b59b40c84c6a5348a188c16b17c7b40) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cd428a0c484af79cab224176449c1144') in 0.001590 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Scopes/GUIGroupScope.cs using Guid(0bee8aba5e8a40446b7098666c5314d9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd34eeb59d5f12bd77b2f4e8a1dc75c26') in 0.001624 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Branch/BranchesListView.cs using Guid(1b909cb14b9a08c45b5d03f0b61feecb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd189861dccf4cc0209d2c0736899f3f3') in 0.001770 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/IFileIO.cs using Guid(1bdab5b8331b4506bf4eae379235c053) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e559939f406568803fedf287eeafed2c') in 0.001605 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/Menus/FloatingMenuItem.cs using Guid(1beb42c8af804da40a4ab5490b3d61d6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '732d3178c3c3603426fd23362010bc05') in 0.001643 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/PendingChangesTab.cs using Guid(1b2dfd8c552c2468ca523d8dbb93ea5d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8e5d92dd7476f4ed13735ee210f7ac76') in 0.002138 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/PluginSettings.cs using Guid(1bfe12aa306c0c74db4f4f1a1a0ae5ce) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd2706e6aad4e208e790f40f42cf0caaf') in 0.001680 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunnerWindowSettings.cs using Guid(2b301b727225f1941974d69e61a55620) Importer(-1,00000000000000000000000000000000) -> (artifact id: '55c85779ef105d376f56b1d77507a8cb') in 0.001627 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/ConfigurePartialWorkspace.cs using Guid(2b3223ee740687445a7e4bc793fa2aae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5617ef4c27d3aacec832cfc454054ab5') in 0.001623 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/AsyncOperation/IAsyncOperation.cs using Guid(2b323a35b931e431f963afd1779fdd53) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0af525f66be2375bd46c79e070eb54a8') in 0.001666 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/StyleNormalColorOverride.cs using Guid(2bd3ca1fde4b154448ef972b0f9d292e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0049814c512efc0ee2e8759fafd76e4a') in 0.001608 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Manipulator.cs using Guid(2bf68308f6cdff141ab98cd34174e4f1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c5d77edd6c9b0389b07ee5b1e77450d4') in 0.001659 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/ShowWindow.cs using Guid(2bdca37e8ede38949a186765fa1eefc6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '09de17d828a8b237b8cf081fcd89a5b1') in 0.001598 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/EnumerableApplyChangesToContextCommand.cs using Guid(3b4429eff9fcffb48b006e8edcc90338) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a8202d79716f759fedf94c1712fe6917') in 0.001692 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/QuaternionEqualityComparer.cs using Guid(3b28913f21577de429da928d6d05219f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dfbf960d68707771b2e41f6fb1aea1af') in 0.001721 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_Asset.cs using Guid(3bda1886f58f4e0ab1139400b160c3ee) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0ec5851f8a30ffca17750d89da5f1aa2') in 0.001594 seconds
    Start importing Packages/com.unity.timeline/Runtime/AssetUpgrade/AnimationTrackUpgrade.cs using Guid(3b0c53b13a1539949b3b212e049151d1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5d2656719f7156d895ba88d05f54e357') in 0.001725 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/CanvasScalerEditor.cs using Guid(3bce033ee26244e419b3bb3bba95a37d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9dbe749616d4f095f87637e72a3495c1') in 0.001764 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/ClipsActions.cs using Guid(4b721099b5d509d4093e516f59ad9ad6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '985f7ccb103cc2b2d31b3628a8276176') in 0.001949 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/Vector3EqualityComparer.cs using Guid(4bd2bc28ff24d5c488844851cb785db0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '10d840208cf365a10e370f64969b1914') in 0.001695 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/IEditorGameServiceEnabler.cs using Guid(4bf5535fd1c6d46de8893c106f2a4907) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c084bb5941a04c2068c43c877ca0838c') in 0.001633 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/KeyTraverser.cs using Guid(4b57f909f22642d469a39e9628535312) Importer(-1,00000000000000000000000000000000) -> (artifact id: '133c0f1a333e440fdda9cba23c70e3e9') in 0.001736 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/InputField/CharacterLimitValidation.cs using Guid(4b8be68229770db4ea3c78ab0d854325) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2985531ef803109c327cd2fa9621d659') in 0.001655 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/LogScope/LogScope.cs using Guid(4bbc17b35884fdf468e4b52ae4222882) Importer(-1,00000000000000000000000000000000) -> (artifact id: '40063dd49fe1f2ac88dda460445f5b92') in 0.001843 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Callbacks/RerunCallbackData.cs using Guid(5be0e972cb9434b7797b1d37dcd127c3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e8b0d61c3d5a19e1365305a91968b36b') in 0.001696 seconds
    Start importing Packages/com.unity.timeline/Editor/Extensions/TrackExtensions.cs using Guid(5b24618beecc3bf41acadfcf2246d772) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4c31902aa75ef6ff733de254b0c2904f') in 0.002031 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer/UpdateReport/UpdateReportListHeaderState.cs using Guid(5b37b989e50b35043bba89d7d660e31e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4f8c0c1607b138f21ed591574e4c22c3') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters/IChangesPresenter.cs using Guid(5bb70c046be8c33479b522f27fd43852) Importer(-1,00000000000000000000000000000000) -> (artifact id: '21619da1dd5ddf2204821138590046dc') in 0.001664 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/BoolSetting.cs using Guid(5be77ef41db4cc24a82cd1eca7456b5a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6d2f4dee4ede48914dbf3af8a7fb2178') in 0.001614 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/Vector3ComparerWithEqualsOperator.cs using Guid(5b994928117e3db418da69c821da7e19) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8e5aa6c6f968f13ee924dec7a906cddf') in 0.001675 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_Duration.cs using Guid(5b3bd7a976306c9449ba84e0591e8a0f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cd1de653391549941978dc97e5105453') in 0.001714 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_SpriteGlyph.cs using Guid(5b5c6a576605b3c4aab7d27193785f27) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8f3c60cf5a7d24c1c59871fc6861a9fe') in 0.001621 seconds
    Start importing Packages/com.unity.timeline/Editor/Audio/AudioClipPropertiesDrawer.cs using Guid(5b6cac4a98010394791c66942a33caf4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '63db14be513085ebc5dd2b7ba57ffcfb') in 0.001668 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/UnexpectedLogMessageException.cs using Guid(5b2eeca598284bd4abb4a15c30df1576) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a23459546e527a36215ee7231961e37e') in 0.001659 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/UnityWorkItemDataHolder.cs using Guid(5b3e90046c38f1d4dad2e0d5a79e871c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bde34e25af9048eabf3de8c3aaca7423') in 0.001663 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/History/HistoryListHeaderState.cs using Guid(5b6e8a80709e2264eb383ef6b40e181f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1a5ea27953c011b1048cbc3a7308514b') in 0.001700 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_SubMeshUI_Editor.cs using Guid(6b01141ed8f74d198965c86f25eb7040) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b59bfad63dccee1e73d02977c5e72b00') in 0.001642 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestSettings/TestSettings.cs using Guid(6b32b6725087a0d4bb1670818d26996e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b52f81e3815a0136d1bfbed209afac90') in 0.001834 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_EditorResourceManager.cs using Guid(6b259c4003a802847b9ada90744e34c5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ca63f6a54edf8d8c40c8a8451426ee12') in 0.001667 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/SignalEventDrawer.cs using Guid(6ba7805325c426c43b8e85b5be4eae36) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dc157047172405c0e7378f209930bb61') in 0.001638 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Snapping/IAttractable.cs using Guid(6bfec54ce89b0b642a65d44def023b99) Importer(-1,00000000000000000000000000000000) -> (artifact id: '498d19e32aa5b57bc9c16fe083693cf4') in 0.001612 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Tool/LaunchInstaller.cs using Guid(7b405b01c6be83742bc000fb416b4dbf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '23694122de4960ace4d6e5e53677bc5f') in 0.001605 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_Dropdown.cs using Guid(7b743370ac3e4ec2a1668f5455a8ef8a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1a22de7153cf065e8f983b43002bae2f') in 0.002167 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Animation/CoroutineTween.cs using Guid(7be84a49bb2cd7e4a9ed097ba22794d0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '16637c128cac1c64c2a344a451c92041') in 0.001757 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/ServiceFlagEndpoint.cs using Guid(7be8bf62aa4ad41f4888e0eda994a5bd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '289754297c2a5e261054ecb81d1e8e43') in 0.001647 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/MaskUtilities.cs using Guid(7bd96d76711152648a736c4d28d865f2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ec321da0e014c321a658695c7db49013') in 0.001779 seconds
    Start importing Packages/com.unity.timeline/Runtime/Audio/AudioTrack.cs using Guid(8b22792c3b570444eb18cb78c2af3a74) Importer(-1,00000000000000000000000000000000) -> (artifact id: '394634094a7d8920a5ff86299c118e73') in 0.001723 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/GlyphRectPropertyDrawer.cs using Guid(8bc2b083b068f3546a9509c805e0541c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '614becc55440c380cca4cca84fefe6d2') in 0.001612 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/TestChangesModel.cs using Guid(8b25b386ca61a6d4d97a654fd3e5b96d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1fc883c910b44532eb3addaf5797f470') in 0.001752 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/RunState.cs using Guid(8bb59cb2f66d156418ca1bd1e2703233) Importer(-1,00000000000000000000000000000000) -> (artifact id: '64e4ec9297df171debe455645404a301') in 0.001627 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/TestExtensions.cs using Guid(8bc74398aa3944646ade4ee78cd57484) Importer(-1,00000000000000000000000000000000) -> (artifact id: '471663c988b7253c1a05a073522ca2bd') in 0.001831 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CollabPlugin.cs using Guid(8b1d1407c22e5844698f18df6a9f1781) Importer(-1,00000000000000000000000000000000) -> (artifact id: '41fd5e63cc62f066c6d51b2a4760074d') in 0.001644 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Help/HelpPanel.cs using Guid(8bbed09c8363d9a4eb93c8bd2afb96eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8073fd16f6ac0589f45c534a4af77127') in 0.001650 seconds
    Start importing Packages/com.unity.timeline/Runtime/DiscreteTime.cs using Guid(8beed9aab74505d488e6befe54c3f6ef) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cb14bbbe0e8488fae587639701ee996e') in 0.001710 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/IncomingChangesTab.cs using Guid(9b917d42ad338ab4494088f574472998) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8265702eeb20e7bba102e5cd4f4d11d0') in 0.002021 seconds
    Start importing Packages/com.unity.timeline/Editor/Signals/TreeView/SignalReceiverItem.cs using Guid(9bc2b69915879416f8df18971dc98e2e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e8c4cad4dd8881a966008034a39294ca') in 0.001765 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Messages/EnterPlayMode.cs using Guid(9bd5a110ed89025499ddee8c7e73778e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '66eb352a918ebf53891f0ad53910ced1') in 0.001713 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/TimelineKeyboardNavigation.cs using Guid(9be6112c2b1c3ae44927680ba7b36e10) Importer(-1,00000000000000000000000000000000) -> (artifact id: '36712568fd52878860b53594bf462e88') in 0.001923 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Gluon/IncomingChangesNotifier.cs using Guid(9b17ac8ceb35dc74fbf646862e01a782) Importer(-1,00000000000000000000000000000000) -> (artifact id: '98be26d0997e9af06d0ec8421b60b4c7') in 0.001642 seconds
    Start importing Packages/com.unity.timeline/Runtime/Evaluation/InfiniteRuntimeClip.cs using Guid(9b5abcb38bac0c54794ad732a3fa0de3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bd0fb7096db1e36eab581bf0cafc1803') in 0.001620 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Inspector/InspectorAssetSelection.cs using Guid(9bef80072d106be4ea36de88adc0e985) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd08f8c9628cf65cd81f0b221a5e46dfc') in 0.001617 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Progress/DrawProgressForViews.cs using Guid(ab0090fd6aa8c604a828244d4ba93c84) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6bc9137d8fda9e2582ab95ca34714981') in 0.001633 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Discovery.cs using Guid(abe003ac6fee32e4892100a78f555011) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a73a4d4868a20bc72127d51951d5bdac') in 0.001674 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_StyleSheet.cs using Guid(ab2114bdc8544297b417dfefe9f1e410) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ed8f168287ef69479a4d31873b572c9') in 0.001657 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/VisualStudioInstallation.cs using Guid(bb86eea06f54fb24caa7046a8a764945) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ef84cafc1b77cc884d3193759cd7d3e5') in 0.001666 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/CloudEdition/Welcome/SignInPanel.cs using Guid(bba806fdb20eb5a4da6cc856323d6273) Importer(-1,00000000000000000000000000000000) -> (artifact id: '188f3b264f304e317933416de44f51d8') in 0.001712 seconds
    Start importing Packages/com.unity.timeline/Editor/Attributes/TimelineShortcutAttribute.cs using Guid(bbfc068399dbc814d96ebf991a1e5764) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7d5b1147c5a0001406abbb41ee6646e8') in 0.001619 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/HorizontalOrVerticalLayoutGroupEditor.cs using Guid(cb319974ad8ebd44aa1e1fbb02640b5b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3435beee82e6d8fa8996bdf92ee2dc7') in 0.001713 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/EditorGameServiceFlagEnabler.cs using Guid(cbd58a01e7dd4fd1b899ea8b6bf852c7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '887005ce7ebbf68a2329b77d73b4d94d') in 0.001699 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Drawers/AnimationTrackDrawer.cs using Guid(cb281723220c9964094e6c52e0ece792) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3035cb3c997eb7fda543241421ae42df') in 0.001693 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/InputModules/PointerInputModule.cs using Guid(cbab8835092323a4389f2dc7d8f6c781) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd1550b551ce28c8144c17d3862df82bf') in 0.001941 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/LayoutGroup.cs using Guid(cb7c939a806f03341b682c180dc13f08) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c85129b315b9c934d0137ad3bc49150b') in 0.001974 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/LoggedOutVisual.cs using Guid(cb8c202ea1794a4e84f56c4624798a5d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f63debbaa8aa3d098749acd1fbe7905b') in 0.001642 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/BeforeAfterTestCommandBase.cs using Guid(cbbca1d8a0434be4bbc7f165523763ac) Importer(-1,00000000000000000000000000000000) -> (artifact id: '54c5b4d0fe63043337e7635325aa32b2') in 0.001931 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/KnownAssemblies.cs using Guid(cbccb6292dce08a489e6e742243154e7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b98e63810f0b1e98245bf95ac0750122') in 0.001547 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/CreateSceneUtility.cs using Guid(db339ef553721e94999125c0b9f909dc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '35418bc14dc657262c876751dc604af7') in 0.001652 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/IEnumerableTestMethodCommand.cs using Guid(dbd43d8a3b8122d4e89b055f53382b11) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f3200c6e1286bdd8e3bc45d4ba19fb83') in 0.001680 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Tests/Editor/SanityTests.cs using Guid(db8bd236e67aa8f42be69a4e732686fa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '067af3cf446bfe152ba89d19cc1a3695') in 0.001620 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Help/DrawHelpPanel.cs using Guid(db1d9800cb39bae4299b611ea7d86b2d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5bc53bec9243dc11f3db08cd17a9b218') in 0.001687 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/EventHandle.cs using Guid(db7dd43fe1278a9459cd6036f096b91d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a93d625232ae12bce51b5fcbb7886c35') in 0.001590 seconds
    Start importing Packages/com.unity.ide.vscode/Editor/ProjectGeneration/FileIO.cs using Guid(eb221cf55b3544646b0c3b6bc790080f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '753a48d178fab924942c129f7e95b988') in 0.001591 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/ChangesTabPageView.cs using Guid(eb25fc80cc8f828459d0f6769416818d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '85a7a767f40c86424ce0f45c1ad00917') in 0.001830 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Branch/BranchListViewItem.cs using Guid(ebbbce5f7ed39ab45b6f43340727ba5e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd9dd49beebb1977ce58dee920d7d0cc4') in 0.001626 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/UtpMessageReporter.cs using Guid(ebcc5f899d9277642868aeda9a17cbaf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b1deb0776172b01bff863625cdce20ca') in 0.001659 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Filters/CategoryFilterExtended.cs using Guid(ebeedaa04bb53e24ba2e7fb6745e3fd3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '12a3722929676f4f231eee5dd1710bf2') in 0.001713 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/MarkerInspector.cs using Guid(fb461734117c80c43ab595d699f801eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '17b02ee8303c13fb013843bf0dd0d281') in 0.001627 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/RectMask2D/RectTransformPosition.cs using Guid(fb660d86885d89a499a31c6ab6f26269) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e8d34d62f5e11c03f055befceda3bdca') in 0.001652 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/PropertyDrawers/NavigationDrawer.cs using Guid(fb27f3049fe06c246803a4a4c5b7fda3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2632b35134554762ab43abfb0586043b') in 0.001707 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/TestSourceControlProvider.cs using Guid(fb18ae523e202db40a866e7813fa2c0c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a50ffddc866cc9b37994f38f9a940aaf') in 0.001772 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/AssemblyProvider/AssemblyLoadProxy.cs using Guid(fb593906b7b6d824087dcaebf6c082e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0fa09f496bcf2531739bd2073b08ff87') in 0.001670 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/PerformUndoTask.cs using Guid(fb1abebffd37bd4458c84e15a5d7ab04) Importer(-1,00000000000000000000000000000000) -> (artifact id: '087a8d0e71a3079a4e7de1870f49707d') in 0.001695 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/SolutionParser.cs using Guid(fbbb1ee655846b043baf6c3502b5ce49) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f672822f355e05e4c9a4b8f4c474c367') in 0.001621 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/PendingMergeLinks/MergeLinkListViewItem.cs using Guid(fb7decaf4f8be254dafddd860f82f560) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a20992bbcc164a6d9af7bc5fea45cddb') in 0.001634 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/RaycastSortingTests.cs using Guid(0ca2545d76d1fb34fa45a9f1e432d259) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c4edf8e03dc2e097f22de309d69ddbf7') in 0.001752 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Layout/CanvasScaler.cs using Guid(0cd44c1031e13a943bb63640046fad76) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8455f8b75e9e3b74e5015b5b66ed8b62') in 0.002013 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/LogScope/LogEvent.cs using Guid(0c56471f08a0f6846afc792f0b4205b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fa1ac7ce6db3b518330dcd8d5343f0d8') in 0.001693 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/Invoker.cs using Guid(0c379d496c819c14b8b5377d7830a59a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5a8ce28d4be6b1080e0158050c760b57') in 0.001668 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/Canvas/UISystemProfilerAddMarkerWithNullObjectDoesNotCrash.cs using Guid(0ca81982e37e893498abf804c12a22c7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3ed88e951490133fc7c8f94296232497') in 0.001636 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/Dialogs/LaunchCheckinConflictsDialog.cs using Guid(0caf9dda3147e224daf41ba5bd5cfaf0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4f74f65f45618dc3ceb35aa2e53059e7') in 0.001643 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Scopes/PropertyScope.cs using Guid(0ccfd55dae664bbcb54c8457acffdbf8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '48f1209c60b0957837b123477ca91341') in 0.001624 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ChangesGroupHeader.cs using Guid(1ce030b4d24aad64a92981d598c7cafd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9db52f603c0da064997145016902fa09') in 0.001642 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/AssemblyInfo.cs using Guid(1c147d10db452eb4b854a35f84472017) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e0f939b16fb5c2f2b626bf9d3fa273f1') in 0.001588 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Networking/HttpRequest.cs using Guid(1cf48cb6e032f49ad8e8a13d1e080b7c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e6caf50e717b726e95935b3aec5f4c3a') in 0.001745 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals/IVisuals.cs using Guid(1c95bf231e194e44b636d25d28145278) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e0c38903668247d5bc8d152de4e8dc17') in 0.001601 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ProgressView.cs using Guid(1c5685731ccadae4aa67597f51dd494d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2f83a05adf7d5e3256e8f31776e1dbd9') in 0.001648 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/ServiceActivationPopupWindow.cs using Guid(1c070de8a5e8744ceb684589f8dd0883) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4c69df9fd379e5e3c5a6272c19545bb3') in 0.001664 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/AssemblyProvider/IAssemblyWrapper.cs using Guid(1c5afe945b715e149a70113a4be7b32a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd598e2d52bdefb0af97b678cdfb01d0d') in 0.001717 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/TestLauncherBase.cs using Guid(1cddf785b0d07434d8e0607c97b09135) Importer(-1,00000000000000000000000000000000) -> (artifact id: '52f9ed1dbe80f2de1f63a0bfb733a618') in 0.001701 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/ItemGui/TimelineMarkerClusterGUI.cs using Guid(2c03ae9aa36a4fd44a983831f44654be) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f00f0e7794e42249bdeabfe06d9d62d7') in 0.001746 seconds
    Start importing Packages/com.unity.timeline/Editor/Items/ITimelineItem.cs using Guid(2c87ec8c97244cd47945ec90a99abe35) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5d75e51e32760f35cfbc61595ec724bf') in 0.001607 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu/AssetOperations.cs using Guid(2c8b452bcd72d8248a3297ff656f0a7a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6389d7ab57af56e1e06884dcc68a9579') in 0.001774 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/DiffTreeViewMenu.cs using Guid(2c9c0041347ae4e4cb794a3da850fa79) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e5aa7fd233fa81c280a88260c6341be5') in 0.001753 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PostbuildCleanupAttributeFinder.cs using Guid(2c2dfcbbb77359547bcaa7cdabd47ebb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eef435ea4257068a472ee3aa7d701786') in 0.001645 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/ItemGui/TimelineClipGUI.cs using Guid(3c01b61b3a6887c49a15276fd38be918) Importer(-1,00000000000000000000000000000000) -> (artifact id: '204660b64cb8cb7e5860382a061d4bd7') in 0.002240 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer/UpdateReport/UpdateReportDialog.cs using Guid(3cc230fb0050a994480d907e02d3508b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5bb0e66ca46182637984ad27269a4685') in 0.001745 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/Callbacks/PlayModeRunnerCallback.cs using Guid(3cf5cb9e1ef590c48b1f919f2a7bd895) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d602d9a32c1ba019393e0cd789ccab2') in 0.001694 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/BindingTreeViewDataSourceGUI.cs using Guid(3c09dc5cd0a70cf40856b7d406106ee1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3f2efd8b636b19ff1226604cab9fb1da') in 0.001693 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PrebuildSetupAttributeFinder.cs using Guid(3c4ccfb0896bcf44da13e152b267aa49) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f16f66c127e6e3c61ec6e65e030081ce') in 0.001659 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/Dialogs/LaunchDependenciesDialog.cs using Guid(3ccc9b689652f0b40b53c731af81f034) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5a91b5dc17aed36c7920507daa998697') in 0.001641 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/ITestSuiteModifier.cs using Guid(4c006cc4132f4e2d8b3e7208af3e208c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ae36505aeb3ac0562f4f4bc2aac58ba2') in 0.001649 seconds
    Start importing Packages/com.unity.timeline/Runtime/Events/IMarker.cs using Guid(4cb169caa67eddf4d83b39fd0917a945) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ae885226cd4221aad67797cb660312b7') in 0.001597 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/TypeUtility.cs using Guid(4c1821c1816c6fa44967b8ecb79ea7e4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f1610870db66e00c9fd8235ff235b043') in 0.001896 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/Modes/TimelineDisabledMode.cs using Guid(4c5eb52d37bb6714a98af73df7d9cf2c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '52e1077a120229595094a55f3e925ad6') in 0.001660 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Graphic/ToggleTestImageHook.cs using Guid(5c004b1354944164fb076276c289afc1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df6a80b407b3ba542c792f24f3a4c90f') in 0.001621 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Progress/DrawProgressForDialogs.cs using Guid(5c32dc56ff6d08947a329b5c4789c728) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a8a5976f774cdd910d545a63ae348a63') in 0.001625 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Mock/BuildWorkspaceTreeNode.cs using Guid(5cc436884e444884684e0ebe12817806) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ca8d3f0ec8d3fb71fefc20096a2e047a') in 0.001635 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/WorkItemFactory.cs using Guid(5c15bf0966eb95847a4260d830a30d30) Importer(-1,00000000000000000000000000000000) -> (artifact id: '199fb24e916bcaf11c8a7eb0c8f8a285') in 0.001685 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/MainModel.cs using Guid(5c791e3ea7c531a479fc05e4f6f8bb84) Importer(-1,00000000000000000000000000000000) -> (artifact id: '80383ca92be0ae0dd3062b7b7fb782ef') in 0.001763 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/AsyncOperation/AsyncOperation.cs using Guid(5cea1d53e23a746b687d901d17a42308) Importer(-1,00000000000000000000000000000000) -> (artifact id: '49058e14bb69d7535f397347e0a45292') in 0.001750 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/SolutionProjectEntry.cs using Guid(5c1b8a755d2c97640bbb207c43f4cf61) Importer(-1,00000000000000000000000000000000) -> (artifact id: '63ca3eac397049c3e03f8883eb1e5fab') in 0.001558 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/RiderTestRunner.cs using Guid(5c3b27069cb3ddf42ba1260eeefcdd1c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ee8d3ab9db3ca5618e753bc2f4a72043') in 0.001672 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_PreviewPlayMode.cs using Guid(5c9c9f62af2efb948a1974650039e2db) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e674b32d97be015263a832e8b1f0bd08') in 0.001650 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Settings/CollabSettingsManager.cs using Guid(6c9043bf0bb7d8d4aaaf35f58acdc121) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'acf222df434f4e704afc4c3056e727d1') in 0.001640 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Utils/EditModeReplaceUtils.cs using Guid(6ca745fb561cbf640b6e603f95662fa0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8279b778763f42509d213a9664c564ed') in 0.001658 seconds
    Start importing Packages/com.unity.timeline/DocCodeExamples/TimelineEditorExamples.cs using Guid(6cd9f16fc29247c8af731c6b3b0a990f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2172876110968193ecd08b8ef015eccc') in 0.001609 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/IncomingChangesTreeHeaderState.cs using Guid(6c8b04d6403125b4ca51861863f386ee) Importer(-1,00000000000000000000000000000000) -> (artifact id: '052948ca3cdc62099a5aef6abbb99d53') in 0.001711 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/PlatformSpecificSetup.cs using Guid(6cccd50ebf7384242bda4d7bcb282ebf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2b87a5e06de3b2d5f7d19385c10c8917') in 0.001755 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Scenario/AsyncToCoroutine.cs using Guid(6c1d51319285aaa429e2c9f02a3b031c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e79f0a0b9e27033f3918146f0cf91284') in 0.001722 seconds
    Start importing Packages/com.unity.timeline/Runtime/Attributes/TrackColorAttribute.cs using Guid(6c3d52cc5c46d7946a920e21901ff38e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3196dea0b95e14b0662769ab8ba86381') in 0.001612 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetsUtils/ProjectPath.cs using Guid(6cad902920d2d0e448b4a307b199d8fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9a44684b0d7b203b2f30b6c58909aaeb') in 0.001598 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Gluon/UpdateReport/UpdateReportDialog.cs using Guid(7c0160d91d8eec24bbb43873243d2343) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f6d43b6d4aebf8d623b5d2ce043eba32') in 0.001738 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CloudProjectDownloader/AutoConfigClientConf.cs using Guid(7c21251ff4b7d844292a388e81e47e59) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a45ab998d381cb43101f48e7da2f5078') in 0.001626 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetMenu/AssetMenuItems.cs using Guid(7c8a8e3e4456f9149905cf2c80aa41a9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '574f992e519ea60c01299a348319db9d') in 0.001722 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/MarkerModifier.cs using Guid(7cfaad4e53832d94c9421d2dd1ad82f7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2fb224baf43a7fedde8a56d8c4506594') in 0.001648 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Settings/CollabSettings.cs using Guid(7cfdb27dce6c21f4a8da81214650c743) Importer(-1,00000000000000000000000000000000) -> (artifact id: '07d11080a63323c514050acab8e07efb') in 0.001627 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/Errors/ErrorsListHeaderState.cs using Guid(8c069d7fb0d30cf499458f0d9c9fe035) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c707b6b00f3d6fcfb01ada5965a26927') in 0.001705 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/MetaPath.cs using Guid(8c0d4be4ea44a684d957cde781ecb6cc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6de59b002b041fb103be1829fad80112') in 0.001569 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/GUIDProvider.cs using Guid(8cfde1a59fb35574189691a9de1df93b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8396690397e2a707390c4ddb125f8eb9') in 0.001625 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs using Guid(8c7e8e301f8b4c30bbf9db502d637f0f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '52bf108f232821f0b1b04fb274c12530') in 0.001577 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/BindingTreeViewDataSource.cs using Guid(9c2177aaf0fde92439246adc2dc0bfa2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b733e37310ffe4296b9ccb755bb1daf3') in 0.001804 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/NoActiveCameraInSceneDoesNotCrashEditor.cs using Guid(9c21cfda3336137438c3001d40564be0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bf91453f1260a1e18989d45ae0454128') in 0.001670 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Callbacks/RerunCallbackInitializer.cs using Guid(9cb48d7d0e6784c81ad36cdbfe8e4b6b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '60e6078fd3746bb23a69f0ea1e184da5') in 0.001676 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetOverlays/Cache/BuildPathDictionary.cs using Guid(9c963b5d17c74314eb7105e71377cdb8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8fdf1a0bb8c9730b0d8b2f143bd8a64d') in 0.001619 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_SerializedPropertyHolder.cs using Guid(9c4a050f089abb04ebd4125e419f4548) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1b215d7a2bb1e680b75e840fc1531473') in 0.001598 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/DirectorNamedColorInspector.cs using Guid(9c8ceb9efacb4974bb3b7e2a87137b07) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f55a22fd4a2ce1724ce802b6bd8d5d53') in 0.001621 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Progress/ProgressControlsForMigration.cs using Guid(9cdff34864f9de54da0012a571b87f78) Importer(-1,00000000000000000000000000000000) -> (artifact id: '046a52d9aa8cf3711d5806c1ecb0d1e7') in 0.001662 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/PlasticDialog.cs using Guid(ac908610ab768459d9be962750408b43) Importer(-1,00000000000000000000000000000000) -> (artifact id: '867de53c6c2eccd5904a93efc6064f31') in 0.001793 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Graphic/NavigationTests.cs using Guid(aca0de4e74f6cdf41a449805f345a4f5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '066bb19e350380b6dbcafb24dd619cb7') in 0.001792 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Models/TestWindowCache.cs using Guid(acd046f16a9a499699c470bf320ab6be) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3cd0713f911a5c863f007e9a39bbb385') in 0.001629 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/IPrebuildSceneSetup.cs using Guid(acc16f0c684508f44813662a300c574b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f9f378b46aaaba4ce5291a0aaf8c9473') in 0.001651 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/CollabMigration/MigrateCollabProject.cs using Guid(ace6856390aa30340afb8eaf8a0168f5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e8e7ef5ee27a1c2763da93c68202b5a5') in 0.001713 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/EditModeLauncher.cs using Guid(ac68f5ae37c8957468562b8da42f9984) Importer(-1,00000000000000000000000000000000) -> (artifact id: '769fb511800ed0cf51c4b66f8da2cf00') in 0.001762 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Graphic/RawImageTest.cs using Guid(acfa3573efc38c844be021fdaa8cf8a6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '83e8eb0cb35b86ec54317b34f5fb48f0') in 0.001662 seconds
    Start importing Packages/com.unity.ide.vscode/Editor/VSCodeScriptEditor.cs using Guid(ac3f13489022aa34d861a0320a6917b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'baa803de5b5f9e118eadb7f4dd538a7e') in 0.001783 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters/IHistoryPresenter.cs using Guid(bcd18297c46e42342902ad58ec2ecf95) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a7da0734760eeb6972f6ce447b1cd2da') in 0.001617 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/SliderEditor.cs using Guid(bc98484caab3b6d4facbcff38be93380) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e6711c9f2e21ec7f55c52bbc2fa1fc96') in 0.001695 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/StartModel.cs using Guid(bc09d6ca0c1f48a98e7af0d10e1c8d16) Importer(-1,00000000000000000000000000000000) -> (artifact id: '64b006e00fa0715418bb84e6ffa2894e') in 0.001627 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Tool/BringWindowToFront.cs using Guid(bc5c1fa3d4519114cb21f3fedfe6039d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b48ab9ff5e534e2bd72ca51b84e43c6a') in 0.001637 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/TrackAction.cs using Guid(bcac94f4ceb0c8049bf47480708ca7e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '76f2a691d3255ac291f600feec892288') in 0.001615 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Welcome/MacOSConfigWorkaround.cs using Guid(bc1e10ffb13c5b548948d8c725368507) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b1edda2c025d55bd2e135ec0a82ea40d') in 0.001648 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/AssemblyInfo.cs using Guid(cc22cc13b69c1094c85e176c008b9ef8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9bea92fa61dffde9c53a77104ebdd532') in 0.001598 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Attributes/UnitySetUpAttribute.cs using Guid(cc6401f13df54ba44bfd7cdc93c7d64d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '24b2af966ddb062a4bd1329c86d7213f') in 0.001698 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Callbacks/EditModeRunnerCallback.cs using Guid(cc456ba93311a3a43ad896449fee9868) Importer(-1,00000000000000000000000000000000) -> (artifact id: '74c4ea048a2a6dcfeb2440b9ed42d194') in 0.001801 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer/IncomingChangesNotifier.cs using Guid(cc9b578c680471e41965738c85cbabbf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8bf248a5a672eb7cd08786def36fc98b') in 0.001628 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/SaveUndoIndexTask.cs using Guid(cc0ce06a7515c044bb8db4c75db84114) Importer(-1,00000000000000000000000000000000) -> (artifact id: '67568724397ac6ec2806c1bb5a193ae9') in 0.001667 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/SelfControllerEditor.cs using Guid(dcf00682bef4d264d84a5c92c8f5a40f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '295f223c35360c793686e2ba8189deba') in 0.001627 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/GraphicRaycaster.cs using Guid(dc42784cf147c0c48a680349fa168899) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8fbd2ae92da24670500808f72f25f406') in 0.001951 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/CanvasRenderer/ParentCanvasIsSane.cs using Guid(dcb49b07db5e5f64e876b498105314f1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'abed0c78994f579ca6dea97b65d00581') in 0.001649 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/Analytics/RunFinishedData.cs using Guid(dc781c79a6ac490f817bb70a01490d5c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8515c2911510fc4ead7ab26bdded2241') in 0.001683 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TimelineClipUnion.cs using Guid(dc99dfeec967f2644b25dd6bace59b7e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ce81a66e11ab9e9b5d7edd0d06fc632c') in 0.001691 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer/GenericProgress.cs using Guid(dc0cbec450c3bd54eb12276dcfdc27d3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0764c7c40dd55f24da5759d3cbc26349') in 0.001626 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/ProjectGeneration/FileIOProvider.cs using Guid(ec80b1fb8938b3b4ab442d10390c5315) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ae4c8409faf94d25b21bba029b683344') in 0.001589 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/CanvasSizeCorrectInAwakeAndStart.cs using Guid(ec35c13a8280a8d4e817bc4afd8a95de) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1cc74056df067c82beba88dc18306dda') in 0.001673 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/PrebuildSetupTask.cs using Guid(fc039194235714f48a39bd364885e744) Importer(-1,00000000000000000000000000000000) -> (artifact id: '779ca5113ece7d2be6acd0498544d064') in 0.001664 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Slider/SliderTests.cs using Guid(fc34cd6ea308f3940a729e1a44cd0e82) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b63140ca515d3c1e19d583424bec3113') in 0.001639 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/StacktraceFilter.cs using Guid(fc748d99f1f0d484a811a566fc7915ec) Importer(-1,00000000000000000000000000000000) -> (artifact id: '933855b705b6432082e059b9b8c4eaa4') in 0.001668 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_ColorGradientEditor.cs using Guid(fcc60c1d6bb544d9b712b652f418ff3a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ef841c8e4d11640b05114d5b1cfd5026') in 0.001702 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TimelineDragging.cs using Guid(fcd66bf74cbeb264aa99679c7df84427) Importer(-1,00000000000000000000000000000000) -> (artifact id: '688c4ffe1e7e43051d033ab2c2c43439') in 0.002252 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/UserRequestVisual.cs using Guid(fcb8d8a2f4e64356b2de28fd1f580e28) Importer(-1,00000000000000000000000000000000) -> (artifact id: '47476a74f65f993c6999535fce35ecdc') in 0.001713 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/NestedCanvas.cs using Guid(fc8d686a4c18b8d49bb1db4150de0459) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4d6ec6d5504c55cec78c9ba9638a821c') in 0.001701 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Utility/ReflectionMethodsCache.cs using Guid(fcae021c30eccf74790a4e816ba97c19) Importer(-1,00000000000000000000000000000000) -> (artifact id: '601e3512f45374187cf524c0059ecacd') in 0.001732 seconds
    Start importing Packages/com.unity.timeline/Runtime/Audio/AudioClipProperties.cs using Guid(0d60a406ab64c434e9d731914e11a51e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b1f5428f7f7ce50b91077ce635bd5ee2') in 0.001600 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/CallbacksDelegator.cs using Guid(0de03ebd74e2b474fa23d05ab42d0cd8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9d771c337d5362697b22f2df09cd224a') in 0.001735 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/TextEditor/TextEditorTests.cs using Guid(0dc62a5955cf04ec298a2c3ca4b2edf2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '66aa7cc9011e513a3962e733e2349df2') in 0.002253 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Dropdown.cs using Guid(0d0b652f32a2cc243917e4028fa0f046) Importer(-1,00000000000000000000000000000000) -> (artifact id: '350b5a6fd034ebccdc0f4d1cdea2150f') in 0.002497 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/OuterUnityTestActionCommand.cs using Guid(0d4fc309a0784294c8ab658b53b12320) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4fe176f8b6483b370a57005aa6615011') in 0.001696 seconds
    Start importing Packages/com.unity.ide.vscode/Editor/ProjectGeneration/AssemblyNameProvider.cs using Guid(1d93ffb668978f7488211a331977b73b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9950294e3dd4c5a05f8220215fd02987') in 0.001740 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/TimeIndicator.cs using Guid(1d446e57147ca9b4183edfbbfa9bf206) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9da933b7d689c2d8a6f98e79cb2ee512') in 0.001617 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/TestRunCanceledException.cs using Guid(1d45b9d3cf85bee4f99c1492fca8438a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f940c321da0cb48eb578fde2e12c37f') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Branch/Dialogs/RenameBranchDialog.cs using Guid(1de62e30afcba544e8e8da4b93a4fa39) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0653a8e4b824c7aa31588bccdd7a3f85') in 0.001737 seconds
    Start importing Packages/com.unity.timeline/Runtime/Playables/TimeControlPlayable.cs using Guid(1db879070d9a45f4c86cdf5e59616df5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a185f004b64bb189b19122cab1224777') in 0.001655 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UnityConfigurationChecker.cs using Guid(1dc96db8ece508c4696f7e89c2cd11e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ddb4d3c0f4fdd1e3f5e0d2f386d2595b') in 0.001637 seconds
    Start importing Packages/com.unity.timeline/Runtime/ILayerable.cs using Guid(1dc9fdfe61a6a8749a0f6b89b45e887d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3d503362bef2af93518bd252359e8404') in 0.001586 seconds
    Start importing Assets/GeneratePrimitive.cs using Guid(1d0ae808ac1c9224fbebe61c22af1321) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6b4d436e200155dd7b47e3f786224d14') in 0.001477 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Utilities/Threading.cs using Guid(1dfb36541d6f17a488b8de6d9993eaaf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c4587d7151e0232fa802b61dc1592d6c') in 0.001624 seconds
    Start importing Assets/Editor/GenerativePrimitiveInspector.cs using Guid(2d00ca71f441d4144b0d2dc70309d6ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3ea461bf72f1a6b89e8acb97b1d8fe90') in 0.001484 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/BetterTextField.cs using Guid(2d106d071d829dd488dd1682159c76f3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '26aa6a2eff23072bb0d01cc9e3a3c1e1') in 0.001665 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_InputField.cs using Guid(2da0c512f12947e489f739169773d7ca) Importer(-1,00000000000000000000000000000000) -> (artifact id: '076465ff6b5caa0fb3a8c963b7b9b414') in 0.003939 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/TestActionCommand.cs using Guid(2de8ba3b840049641897e0da7ce1d5cd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '95f8a3c24766c09f3bede038b0c9aa0a') in 0.001719 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/InputModules/TouchInputModule.cs using Guid(2d49b7c1bcd2e07499844da127be038d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e2258fcfe2d5fed48b2ffb5540a74418') in 0.001830 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/IncomingChanges/Developer/IsResolvedTests.cs using Guid(2debcda65933d1d44b61c4435e4a13ba) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fa3a7c5dfa5a238205426d49c81ffb99') in 0.001742 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/StatusBar.cs using Guid(2dae17e8419667e46a2a476dd2cd18e0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eb13dd195401b51e07ab20b8e2214e66') in 0.001760 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/PendingChanges/UnityPendingChangesTreeTests.cs using Guid(3d8029f2d5485ef4d97abedb1b68891e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cbc36920a7e7c6157e2285f1c0500520') in 0.001842 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/EventSystem/GraphicRaycasterWorldSpaceCanvasTests.cs using Guid(3d42c4854f9093e409cd90c00ef26de0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '740a83114cecf5cd8ee1be41c8449606') in 0.001707 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/EditmodeWorkItemFactory.cs using Guid(3dde15f260b0dd1469e60d16eaa795dc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '988fa1a488c33a86a74be64c02b61010') in 0.001639 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Util/ConcreteGraphic.cs using Guid(4d31e19fd539ac54c8d9151da43683e9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '09a304f713ced38bd9df43bd22f5c7b9') in 0.001649 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/TestStarter.cs using Guid(4d616d1a494edd144b262cf6cd5e5fda) Importer(-1,00000000000000000000000000000000) -> (artifact id: '01ae429df44621540e7cfb67bcb528f2') in 0.001684 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/AddDelete/IAddDeleteItemMode.cs using Guid(4db13e1060deaae48b30246ed63b7c9b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b84f9788bde49ef3c1aabc41bb318995') in 0.001628 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/MoveDirection.cs using Guid(4d2250412b81fe34abf39f246e274479) Importer(-1,00000000000000000000000000000000) -> (artifact id: '22d518164355f8fa24866156ddc96bcb') in 0.001996 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Presenters/TestHistoryView.cs using Guid(4d82f3cb1859dfe4fb3e5d83610c264c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '810614898152e10e988915b46fcd57ca') in 0.001675 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/OfflineVisual.cs using Guid(4d7cd2ae013f4e7cac107cf896a50eda) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0716268744ee01108d2c2e685cfc37bd') in 0.001637 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunnerWindow.cs using Guid(4dfcd3a631f61d248b7cc0b845d40345) Importer(-1,00000000000000000000000000000000) -> (artifact id: '70a535cb26b233e480523bc6cdf4aff5') in 0.001825 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/SessionSettings.cs using Guid(4d1e1d921eed0044e9fe0cd3ab6444ba) Importer(-1,00000000000000000000000000000000) -> (artifact id: '84def45e11941ffa5afbc589ecf7ab04') in 0.001561 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Messages/WaitForDomainReload.cs using Guid(5df3c21c5237c994db89660fbdfee07d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2a480fdf3d54d969e68d67d54ebb3b46') in 0.001716 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/MarkerActions.cs using Guid(5da77d4d078922b4c8466e9e35fb3f5e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2bda3b8aa8956042d2e939e17f08f926') in 0.001612 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Util/ImageHook.cs using Guid(5da88f348abcbd94585671a69c672781) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0d25f1917bc112435d8945e6b046b161') in 0.001630 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/AttributeFinderBase.cs using Guid(5d4de3d4682a8d641907cc75e4fb950e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '37eb9a1d29c22641c3303c9728836f03') in 0.001737 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Trim/TrimItemModeMix.cs using Guid(5ddd9f7d3cce6724696a33752ab2f5a4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fd4d4e1f26ac1f7be4425677e1523070') in 0.001691 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ChangeListElements/HistoryChangeListElement.cs using Guid(6d52c3973039b074697833c7052a6daa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '91591fec91c681e4e6459bc4b0dc520a') in 0.001666 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/EnumerableRetryTestCommand.cs using Guid(6de2f178a24cd2e48a0816cacd9a0583) Importer(-1,00000000000000000000000000000000) -> (artifact id: '96229cd3c9babdb92d31cffe871c3e19') in 0.001721 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_MeshRendererEditor.cs using Guid(6d437b997e074079b4b2f6e395394f4b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '60c8ffa5b9e387bd43b2885e8b2b5786') in 0.001650 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/EditModePCHelper.cs using Guid(6d16f2e78a356d34c9a32108929de932) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0209e866da6c88f17e420da439f1f519') in 0.001664 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Callbacks/WindowResultUpdater.cs using Guid(6d468ee3657be7a43a2ef2178ec14239) Importer(-1,00000000000000000000000000000000) -> (artifact id: '114543a843578bd333a27e7259c7f1c4') in 0.001704 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/WindowConstants.cs using Guid(6d768b1bb52e2c64ba818933dbdd8452) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4b5218366c5df4f7d1b04251f5587008') in 0.001623 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/ITestRunnerApiMapper.cs using Guid(6de79ae237e51554da96fd28f68b66a6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '48af1d01d8d812c7cc09858a840f331b') in 0.001654 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/Is.cs using Guid(6d5833966abeadb429de247e4316eef4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '70831b1a7cb0dc2e9b1419863246d87a') in 0.001649 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_DropdownEditor.cs using Guid(6dbcf248c987476181a37f01a1814975) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3690ca6a6c5bd9f3a088e9f762ae8f54') in 0.001633 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/GUIActionRunner.cs using Guid(6dbc54b503a79034d9c544e39451fd10) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4feb72df801a302c2014ede302f981ad') in 0.001603 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_MaterialManager.cs using Guid(6d9df2bc198c417db00037803568139c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4bdd7282256fe692fd815065b646c91b') in 0.001957 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/NUnitExtension/Attributes/ITestPlayerBuildModifier.cs using Guid(6d2f47eae5f447748892c46848956d5f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '50dbf4e68895ed5a4e1d8521f5950e47') in 0.001670 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/Adapters/ListAdapters/BaseListAdapter.cs using Guid(6d5f9c23c4be9e644ae25c47f8b2299d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4e95c56996dabd01c34abde0a8b7edb7') in 0.001679 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/RemotePlayerTestController.cs using Guid(7d36034e63ad8254b9b2f55280fcc040) Importer(-1,00000000000000000000000000000000) -> (artifact id: '77d8085d4b1a49d594896ddc16dade9c') in 0.001793 seconds
    Start importing Packages/com.unity.timeline/Editor/Extensions/AnimatedParameterExtensions.cs using Guid(7d3aa106cfe752241997b3759bf80163) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7fb7ad23dc78f8d8c2e37a0ca131ac10') in 0.001739 seconds
    Start importing Packages/com.unity.ugui/Runtime/Properties/AssemblyInfo.cs using Guid(7d7bd4bcc815cfb44b9990c29dabdb9f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a849d77f33d2d5e4d985ebecc6cbf652') in 0.001621 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/LogSavingCallbacks.cs using Guid(8d20eedbe40f0ce41a4c4f633f225de8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1598a657de954113b97370d56b4d9f4b') in 0.001653 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/ItemGui/TimelineMarkerGUI.cs using Guid(8d34348f8b97a334291f5cf31adc5d67) Importer(-1,00000000000000000000000000000000) -> (artifact id: '91811bf891f5e9b4a30e99376d4d47e7') in 0.001784 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/BackendHelpers/JsonHelper.cs using Guid(8d2aa84387bb4a82a112246221c3e06c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '30cd95876e8d78a76b2279225a7ce888') in 0.001622 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/IMainModel.cs using Guid(8d9ce712c947c534e9cd0e14d6bfc4ed) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9f593fdafbc0793a29b912c230764479') in 0.001672 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/IPlatformSetup.cs using Guid(9d614808f9add8a4f8e4860db2c7af0d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '030be4d3d3837131d186d81f812ba315') in 0.001664 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/AssemblyInfo.cs using Guid(9db19a04003fca7439552acd4de9baa1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7257ca245e7d4b56c64727eb320fb510') in 0.001622 seconds
    Start importing Packages/com.unity.textmeshpro/Tests/Runtime/TMP_RuntimeTests.cs using Guid(9de24983a2c6cbe4f925c3e98a79b804) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7fa00cf61b4346f480ed32245d66b78f') in 0.001804 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Scopes/LabelWidthScope.cs using Guid(9d095bb54df44c01a27e76a2b060a072) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b4f89638d94cffd1183bc9c3cc625f0d') in 0.001605 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Networking/ReadOnlyHttpRequest.cs using Guid(add5a79faa5e34f1f967b5783b3dc50c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c07ed4eaeb356c2c91aaa3d4f6e40e7f') in 0.001629 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/ChangeCategoryTreeViewItem.cs using Guid(ade7225274b3d4c32a9eb7e64f83c5a1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5369d2f49e6b40daf782c5bdf75bd42a') in 0.001618 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/SwitchPlatformSetup.cs using Guid(adf7bea9401c1834380d55601add6cfb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd10541195e0c55cc51d0b91347d6b838') in 0.001733 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRun/Tasks/FileCleanupVerifierTaskBase.cs using Guid(ad7bb166069f8414e9ad26606b305e66) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0426e4be8888b6b78c8c41defacf3a9b') in 0.001665 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UnityMenuItem.cs using Guid(ad0c4895dbf7aeb459c1d136884a7998) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fcb71228fdf08eea84ad0aacb9bbfd15') in 0.001601 seconds
    Start importing Assets/Editor/CubeInspector.cs using Guid(bd5280e74848eed46ad50a391f7af56a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6dd1e360f26c6a0b39c481aaab45d3a2') in 0.001472 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Tree/DrawTreeViewEmptyState.cs using Guid(bd26c4fb413ea6d4687ebc488ff8a8c4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '49924bcd65529eb514addb21227d0eb3') in 0.001752 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/Util/FileSystemUtil.cs using Guid(bdbd564a9fdad0b738e76d030cad1204) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c171153f46ba82a691bbe52651b331d') in 0.001629 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/UnityTestProtocol/TestStartedMessage.cs using Guid(bd3e81baa10021f4d877fa36382bab16) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4dff339ef9921146151223547b9e4172') in 0.001650 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/NewIncomingChanges.cs using Guid(cd17bd02643083b43bac72747b7641ff) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1cdffda2ea4b6ed65716fd7e9b555664') in 0.001620 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/EnumerableSetUpTearDownCommand.cs using Guid(dd85a35169d313840a0874aea1a28629) Importer(-1,00000000000000000000000000000000) -> (artifact id: '198f467afcf81acbb81af75d6b6d254c') in 0.001718 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/IChangesModel.cs using Guid(dd56ef3217ca6a64d8908f59a5213bc1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e06058c9a870cfb00e608db9d443a776') in 0.001714 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/NUnitExtension/Attributes/TestPlayerBuildModifierAttribute.cs using Guid(dd57b1176859fc84e93586103d3b5f73) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f9375030438c158ab09955536d97aecc') in 0.001682 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/DrawSplitter.cs using Guid(ddfa6de84251ce4448a66bad9e7d326e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4b3aaae2c5510d48aa5ea094af2a159a') in 0.001607 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_SubMesh_Editor.cs using Guid(dd2fe74169b54bf58fca17288513ef38) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cd99d1848dacd331ebc1ba04b8b12687') in 0.001621 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/RemotePlayerLogController.cs using Guid(edd2a1fe1acbbde43aad39862bb3f4a8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c6db27d1738cbdfcbcdf47dc5bb6273') in 0.001716 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Sequence/RectangleSelect.cs using Guid(edd4f4b395430604d935bcf0b14c7d42) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2ba7ee1da157c521e1d299e9adc36ed5') in 0.001643 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/AnimationTrackInspector.cs using Guid(edc553b1b3c8a25438b62783410b26ae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f14ec9282d33c452e35d4218b9743fd') in 0.002111 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Help/BuildFormattedHelp.cs using Guid(ed669a00ecaa3ff45b9d6eb52f4a478f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b49b3eb9d9616f9a40bbb2dd40236acf') in 0.001678 seconds
    Start importing Packages/com.unity.timeline/Runtime/Activation/ActivationPlayableAsset.cs using Guid(fde0d25a170598d46a0b9dc16b4527a5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9bb862d56468a805025332516e1f72ed') in 0.001645 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindow_HeaderGui.cs using Guid(fdd19c82588da3e498a0c98951efa6c4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '924db5d45a7e0e13964ee3abcc3382b5') in 0.001830 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/RemoteTestResultReciever.cs using Guid(fdb35ef8fc437e14fa4b6c74a0609e86) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f581733ecac0bd592d83400eab853bbb') in 0.001664 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/IGuiHelper.cs using Guid(fd57cf917f61bbb42b8f030436426ddd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1fed601d18e52a6317b5d3b0921c18fd') in 0.001643 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/TrackActions.cs using Guid(fda82b5ca7a4c5f40b497c4f5f4bd950) Importer(-1,00000000000000000000000000000000) -> (artifact id: '726be1976d5c5acc7f252fcff42e5b15') in 0.001954 seconds
    Start importing Packages/com.unity.timeline/Editor/CustomEditors/CustomTimelineEditorCache.cs using Guid(fd6ede1d2f47ab146b2ec0a3969a37cc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5e17ef196809be5ae9967990d8a97bd5') in 0.001724 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/History/HistoryListView.cs using Guid(0ee2845d0d4db9a4a9e8f4f6d0fa4e5e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '37006937869a807ac3e1c80ee9f84930') in 0.001771 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_ProjectTextSettings.cs using Guid(0e751e877ed14d71a6b8e63ac54949cf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f59e0a661529af42ddb44378d1ea8311') in 0.001611 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/DiffPanel.cs using Guid(0ee79162e06c6984a97600b7c0680611) Importer(-1,00000000000000000000000000000000) -> (artifact id: '168e71fdec3f02deb6999b3a74596061') in 0.001851 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/RuntimeTestLauncherBase.cs using Guid(0efb23ecb373b6d4bbe5217485785138) Importer(-1,00000000000000000000000000000000) -> (artifact id: '724a213af4fb7d1467eaf9c75b848b53') in 0.001762 seconds
    Start importing Assets/Icosahedron.cs using Guid(0e4c8424791d25b4a9bd39e6e7513df6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ca8649b26e1b849bda6867626fc205d9') in 0.001449 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/EditorVersion.cs using Guid(0e1e2d80d9c79b042ab42fdf0b5c0b65) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4b083678c206726120f3306142c484b1') in 0.001641 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/SettingsCommonHeaderUiHelper.cs using Guid(1e61bff36430426bafb001a07413313f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cf36c9f3ef488622b1d7a7abb5bc7b28') in 0.001734 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/InputModules/BaseInputModule.cs using Guid(1ea10891dd782154ca0fb67bce9e6f72) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ab5140949869f494b5bd6aa4203f62f3') in 0.001869 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Button/ButtonTests.cs using Guid(1ef2923b9c5521948a04299da53ae750) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cef0de3f60d0bd3b7b40ad1155ca43ab') in 0.001737 seconds
    Start importing Packages/com.unity.timeline/Editor/Items/ItemsGroup.cs using Guid(1ec4b8ec4b34f4344bac53c19288eaa2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ed61ae13a0deb8a46c9fba9fa9715d99') in 0.001643 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/CurveTreeViewNode.cs using Guid(1ec45eaf72174ca189827d7896952167) Importer(-1,00000000000000000000000000000000) -> (artifact id: '655b05673af196c934bbddfc4325942f') in 0.001613 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TrackGui/InlineCurveEditor.cs using Guid(1e96b886242ab404db69df796f7cd9b0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cfc60def3a8d9f6f510e67ab697bffa4') in 0.001907 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/IncomingChangesTreeView.cs using Guid(1e0aed0a10caba04583f2474f8279b27) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2ff09e00c9229a76c61a368beb42da55') in 0.001909 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/EditorEnumeratorTestWorkItem.cs using Guid(1ebc1994f9a3d5649a1201d3a84b38df) Importer(-1,00000000000000000000000000000000) -> (artifact id: '484ffaed64fed73aa19f735efae242a1') in 0.001781 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ProjectStateManagement/IServiceFlags.cs using Guid(1e7f68bf5f69490594d4add9d2562fa9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c51a8519745230080ec3a7d95e3bf4e9') in 0.001602 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/AssemblyProvider/AssemblyWrapper.cs using Guid(2e3b9bbf2c1a3cd4f88883ca32882ec6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fbcf58fdf27e7a4d4e403ab60a293619') in 0.001701 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Tool/FindTool.cs using Guid(2e0d1d689c88f76448cad390443d7ba3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '602f6bdf252700756a618e4a9faf0651') in 0.001623 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Progress/OperationProgressData.cs using Guid(3e858d866b71d5245b9b869476a487f1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fcf5801b7c61824abe4d52dac1659fb0') in 0.001652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/PendingMergeLinks/MergeLinksListView.cs using Guid(3ee6978573f6f410a9b799889ea0ad13) Importer(-1,00000000000000000000000000000000) -> (artifact id: '56d531c314502672410c21f463641cd3') in 0.001704 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/TimelineClipHandle.cs using Guid(3e29cdd1646803545b8fb18908666ec4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '36ac93b88cb425fb8dd260f057ef2497') in 0.001638 seconds
    Start importing Packages/com.unity.timeline/Runtime/TimelineAttributes.cs using Guid(3e99141cd5dbef844a4338bb87930b89) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a71f26a670598c9e1cb577371558e570') in 0.001752 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging/Deserializer.cs using Guid(3eda7a83649158546826efb3ffe6c1e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '763798232af9993bbbb16d2483962e56') in 0.001575 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Welcome/GetInstallerTmpFileName.cs using Guid(3e8b32f158e489044a2b257700530f05) Importer(-1,00000000000000000000000000000000) -> (artifact id: '279463c40ac4c5f65766ef757b8d271b') in 0.001627 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/SolutionGuidGenerator.cs using Guid(3e4e7fdc19414089a0fb43e43b1bdae1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8a6b95adc0ced1576b67dd42a67a15fe') in 0.001616 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/AccessTokenErrorUiHelper.cs using Guid(4ec562db73a1a9542b5e467840433378) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7de4021ab7e1b160ab9bcc8a804b53fb') in 0.001642 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/DiffSelection.cs using Guid(4ef5fb54cd29b40468eaf5a14e9845ed) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1279a0e587895fb19ba34810a9eb360d') in 0.001611 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Button.cs using Guid(4e29b1a8efbd4b44bb3f3716e73f07ff) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'def50d7f1e40a78a9b1e48fd054662d1') in 0.001733 seconds
    Start importing Assets/PrimitiveHelperMethods.cs using Guid(4e293a74cabd12c4d80fd1e3fad7fafc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f62709caa3517022ab4c52ab40fe80fd') in 0.001469 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging/Messenger.cs using Guid(5e249ae353801f043a6e4173410c6152) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3eb92e7023aca71b6deb6a613d457d9') in 0.001671 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Drawers/InfiniteTrackDrawer.cs using Guid(5ea6a8a826704f743b3b0ce3e9d3c9a9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '826b41c74ecb096fb45c6d65d208bdac') in 0.001722 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/AsyncOperation/AsyncOperationStatus.cs using Guid(5ea8d65945e9b4ae89e3b96631f6e71a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e6ce7e845e244321473baa574483ceff') in 0.001617 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/ActionContext.cs using Guid(5e79d50dea5c9c74d9297cce6cd6d053) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6e3c21f1a5971af11c7950dc63a1509c') in 0.001628 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_FontFeatureTable.cs using Guid(5ea9f573d4b800a49b9d83a1f61c0a88) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c3c2bf8930f875a92a66328ba2e4817d') in 0.001605 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/IAssemblyNameProvider.cs using Guid(5eea837708474d7e9c1cb4b2eca0213f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'af86c62b895ab4c8904100785b5b9b34') in 0.001630 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/Callbacks/TestResultRenderer.cs using Guid(5ebb87899ca30b743bb4274bc00c02b4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f2bfed407d0705e56f9f59d1c863b7b2') in 0.001733 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/MultipleDisplayUtilities.cs using Guid(5ebeb75bd91642048bb3f6c1939fde66) Importer(-1,00000000000000000000000000000000) -> (artifact id: '88e434df40629731e9837d1a7d0121c6') in 0.001681 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/IRowGUI.cs using Guid(5ecec8cdc3ff99e4a9c65635d7e6b043) Importer(-1,00000000000000000000000000000000) -> (artifact id: '718aed064b546837f31c23a2868cb4cb') in 0.001586 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/MeasureMaxWidth.cs using Guid(5eeef8c7e006fbe49ab66c960691f11e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3e2bffa51140aec1848e5abbeb76235b') in 0.001592 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/IconButton.cs using Guid(6ef4bd6847e224944b5d92f231935eb4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c32122614289b4646f80c2e66741c8a3') in 0.001658 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Sequence/TrackZoom.cs using Guid(6e7c80eefe2def5459e0b486b3ab96e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dff232cf47273b6c6ad9176df6c97de1') in 0.001614 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/TestAdaptor.cs using Guid(6e0e62db88935c74288c97c907243bd0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6e360bf6d2fea1f480394e19bcadfb5b') in 0.001777 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/DefaultCdnConfiguredEndpoint.cs using Guid(7e91ddb9a38e46f2b0669180e053a695) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5f62943fba9c4f2ea8e7b56ade44880c') in 0.001629 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Runner/PlaymodeWorkItemFactory.cs using Guid(7ef6801a8b664544aa9f2ab1bc1f8b60) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8d36bd6e10236b8bb3f06c63a3141dcf') in 0.001692 seconds
    Start importing Assets/IPrimitiveHelperMethods.cs using Guid(8ec172da353e76d4aafc7e3bf66f8af5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6da9b0fb00e759974539cbd227c6b82e') in 0.001421 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Image.cs using Guid(8e6c7ea7c059fb547b6723aaf225900b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b283f00895bc01868f9c13370e12b63c') in 0.001589 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Settings/CollabSettingsProvider.cs using Guid(8eccc858a5846464a908c64673d60cb1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f6db0f7017682954f3d32225a3f6e0ae') in 0.001592 seconds
    Start importing Packages/com.unity.ide.rider/Rider/Editor/Util/SerializableVersion.cs using Guid(8e1f00a9be2eb66438e2835fdf1ea11b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '09fddf74635bbea913028eb69eaeddb8') in 0.001623 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Common/ScriptableObjectSingleton.cs using Guid(9e9013c2188594044bd7c651ad8c9bf3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9794b150f47219ff764cd3020c079715') in 0.001674 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/AssetMenu/SelectedAssetGroupInfoTests.cs using Guid(9ee0fb324c7b1814792c151b444bf797) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3b1259df0988935f9ab0250db4e9b2f5') in 0.001995 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/TestStatus.cs using Guid(9ec94545c5b00344c9bd8e691f15d799) Importer(-1,00000000000000000000000000000000) -> (artifact id: '64840ee005029c8a9f50caf14fd6fd23') in 0.001639 seconds
    Start importing Packages/com.unity.timeline/Editor/CurveEditUtility.cs using Guid(9e2b7a65f0a52974193ed497d145b0bc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a22e88ceabe09998350b81d9b1b4d021') in 0.002153 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMPro_FontPlugin.cs using Guid(9edc9283e7d6409fab242fe8fb6a822c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5e7ca50e8c62621e2a3c5136dcb3f8dc') in 0.001716 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/BuiltInCurvePresets.cs using Guid(ae05f0dd1cf145e4e8e905c7971ee433) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fa8d9f0cd11b2dbf77c659150ff492aa') in 0.001643 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/XboxOnePlatformSetup.cs using Guid(aed7ab02155e43341a2dbcb7bc17c160) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7e6c6aa3d1cd71e5daa8c1bdc4998dc5') in 0.001713 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/AttributeHelper.cs using Guid(ae8ce3ffe04ac2c42945fd27e0291fc3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '512c6f41b413830137cb2fd1977bfa1d') in 0.001658 seconds
    Start importing Packages/com.unity.timeline/Runtime/Playables/DirectorControlPlayable.cs using Guid(be156cc527d606b4aaac403e9843186e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5aaf0bfec4415937debbd2d38f81e8a5') in 0.001786 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/ChangesModel.cs using Guid(be5614f7eb757aa4cb62354fceb307db) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4533b0f6441d89508ba1b9a9b1a7b696') in 0.001890 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Drawers/Layers/MarkersLayer.cs using Guid(bea62e1faac8f9a48a4cb919ea05cb6a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '60cd8e7cc63db5b6e9879e7675455f02') in 0.001712 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/NestedCanvasMaintainsCorrectSize.cs using Guid(be07f70ee67e6d74e851a9333719bbb6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '482a2e97a52d571c9dfcd4cb1f2438f2') in 0.001651 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Layout/AspectRatioFitterTests.cs using Guid(be1b04bc4d8a415469493848e6501020) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5343184645e129bb7004902c8e0e257a') in 0.001720 seconds
    Start importing Packages/com.unity.ugui/Tests/Editor/Canvas/AssertionFailureOnOutputVertexCount.cs using Guid(bede4033d9f359b41878c4cda6a910b3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ffd1e1b3ace38917862dcffa8d494a51') in 0.001649 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetOverlays/Cache/SearchLocks.cs using Guid(cef27b0c65987be4384e16c988465aca) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f16cee47180ec63f3119ad41481fe7c7') in 0.001677 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Developer/UpdateProgress.cs using Guid(ce652d891ad5ed540b0d6e474d00130c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '374505405e5acd76412b092aebc0c771') in 0.001625 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListTreeView/TestTreeViewItem.cs using Guid(ce567ddbf30368344bc7b80e20cac36e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aca9c46556087109b0e1e1a696534039') in 0.001763 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/IMask.cs using Guid(ceb629fc661813d40986b4abbefe72c6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '959f2d91b03b27bcddd1789609c05078') in 0.001608 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/GUI/TestListTreeView/TestListTreeViewDataSource.cs using Guid(ce87c287371edde43a4b5fcfdee7b9ef) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b084e1c257b03f54bef681e34f5d1390') in 0.001749 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/IAction.cs using Guid(de11c48878ba1b44b8b641af54dba8c1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a9b06d4e3fd456bc495a378729cdedf2') in 0.001713 seconds
    Start importing Packages/com.unity.timeline/Editor/Actions/Menus/TimelineContextMenu.cs using Guid(de86b4ed8106fd84a8bc2f5d69798d53) Importer(-1,00000000000000000000000000000000) -> (artifact id: '95c64b7007149be394e006cd9344a410') in 0.002048 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging/TcpListener.cs using Guid(ded625cf0d03fa94c9f939fd13ced18d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c9b67087e93e09d5d7e74dd56f400ca9') in 0.001608 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/EnumPopupSetting.cs using Guid(de396a7891b8b7f4f9649c3ccee67421) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b8260f80cd4e47d00f0729c48b0fe485') in 0.001603 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/TestRunner/Utils/TestListJob.cs using Guid(dec9066d4afefe444be0dad3f137730d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8a23c87a1e2cb14bea56a2d38477382b') in 0.001697 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/EditorDispatcher.cs using Guid(de4aea75bc204d14cb432cf1708548f1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6237a87ca17276133a3cab9cf0421e3c') in 0.001606 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Messaging/Message.cs using Guid(de1c9ea7b82c9904d9e5fba2ee70a998) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd077366236563ff47ba0aa5cb6ae73b9') in 0.001580 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Tool/ToolConstants.cs using Guid(de6e8913aefd69d4ca90a7216d225d3a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1c360fb9737c030eefdbcf840b7db9d5') in 0.001640 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/UnityPlasticGuiMessage.cs using Guid(ee61022c90cce0b49bb0e459b11ec2ee) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7189ac6885ff35e6e2ea42c0713b5b37') in 0.001670 seconds
    Start importing Packages/com.unity.ide.vscode/Editor/ProjectGeneration/StringUtils.cs using Guid(ee022071da7e4040bf2f949e15926ba1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '24b046cef709c84923f87f1ac3da2445') in 0.001588 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/IPropertyKeyDataSource.cs using Guid(ee83d5e1ad2ac4c9aa39e3a6f256062e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cc4bb7c37fd90ddf13ab8ed8293dbba6') in 0.001635 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/ExecutionSettings.cs using Guid(eea34a28297f9bc4c9f4c573bc8d5d1c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f66170d54405972972b2d2665e25ec87') in 0.001740 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/TurnOffPlastic/TurnOffPlasticWindow.cs using Guid(eee666f4a91eb91429a8dcceffd2f922) Importer(-1,00000000000000000000000000000000) -> (artifact id: '31728ca9adfd396b8301489bb46cb2c4') in 0.001693 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/ToolConfig.cs using Guid(ee776820547bd654980004e8471df8e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8422282ee6b2658c62473dc373dd76a6') in 0.001620 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Move/MoveItemModeRipple.cs using Guid(eebde5009793ce948bf5d4c4435b89b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '20b39097cc9081d992b8731361d1b523') in 0.001846 seconds
    Start importing Packages/com.unity.ugui/Editor/UI/PropertyDrawers/FontDataDrawer.cs using Guid(fea12beeeb5a7a448b5e60f50e40975d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd2a1d16f9153eccb8ece6d469cb548e1') in 0.002131 seconds
    Start importing Packages/com.unity.timeline/Runtime/Playables/BasicScriptPlayable.cs using Guid(fe03a7b0ba57a4d488b6c327ae16c335) Importer(-1,00000000000000000000000000000000) -> (artifact id: '799914047e62143ffad972cd60e57b8b') in 0.001679 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Networking/HttpServiceConfig.cs using Guid(fe144a719a1d44d01a344c89997293ce) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cdff9f3c5661be5539de052047e2bf6b') in 0.001621 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_ShaderUtilities.cs using Guid(fea49a0730244a98bf1087f7ca9410a8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '41d6f5c1ae8343458b967de4b05750bb') in 0.001951 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Image.cs using Guid(fe87c0e1cc204ed48ad3b37840f39efc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1921dfca50268d170bbc272be3dddf26') in 0.003179 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/AssemblyProvider/IScriptingRuntimeProxy.cs using Guid(fe4aef60e4ace544c8430da8ef8acba2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aa545a77794e35661cfd7a1a254168e6') in 0.001698 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Attributes/UnityTestAttribute.cs using Guid(fedb0f9e5006b1943abae52f52f08a1a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '13c30292c7acb785a1b0012057ef9e2d') in 0.001787 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/Message/DrawDialogIcon.cs using Guid(fecc10e44f8b64a48a83531ef9c23df0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e8f1ddd4a111f44a244c9e5c8b5fc7f8') in 0.001642 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/DrawUserIcon.cs using Guid(0f222cc01be81b842b1333c92fb7355c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6af64ed0b6e05989a3cf56ffb14dc4f9') in 0.001601 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/UI/FindEditorWindow.cs using Guid(0f5401cd5ff8fc4409bf9540072b14bc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c7b491fd9f3b92ce39b26cbc9f08f565') in 0.001615 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/AnimatedParameterCache.cs using Guid(1fe0f539450e54dbc85bfb2fa6b466fb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '924c5ed7f16fd2280f121a71caa5aec1') in 0.001681 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/TestHelpers.cs using Guid(1f922ccdce989b741a2eb502779aca3e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3893afef862cbcf95213cd574f1bf27c') in 0.001617 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/IncomingChanges/Developer/MergetTreeResultMock.cs using Guid(1ff85a1e2a86ce44388878f7ca1dd41c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f5101b95c7bcbf148d35b58529c7c8be') in 0.001781 seconds
    Start importing Packages/com.unity.timeline/Runtime/Utilities/TimelineUndo.cs using Guid(1f2a7e0d1b6bbba408a41e206945c23c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'de8b53d3579b13d16b407eabb4917d9e') in 0.001661 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/PropertyCollector.cs using Guid(1f3a562675833b4448299e4f627b0cec) Importer(-1,00000000000000000000000000000000) -> (artifact id: '21177789174491123ea56e5b82e2bd7f') in 0.001772 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/SpacePartitioner.cs using Guid(2fa2cf7de51b0d34d9dce3747b72e49d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '534f6353ca596e439ad1ba078158e51b') in 0.001666 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/ServiceActivationConfirmationVisual.cs using Guid(2f18aa27fc9434347ad79a2726f64fc5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1e80f9b3eca83666bf8e36edaab4c3cf') in 0.001711 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ErrorPageView.cs using Guid(2faa49cc094a0db47aeb66c4b57db5fc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '646ee6b008063bd679416d717f57da77') in 0.001615 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/OutOfOrderExpectedLogMessageException.cs using Guid(2fcdb9402e0a4427bd5bd01f71ecf6d5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '11f7033fba9743cf27e0c80711a6a88a') in 0.001650 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/ToggleGroup.cs using Guid(2fafe2cfe61f6974895a912c3755e8f1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd94fbf4412a2416308ffe4e8c0b00381') in 0.001740 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/SliderToggleUiHelper.cs using Guid(3fc1d3bc5abf4373a2790806fb95828b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bfe1a3819cd0967b325ecdc623865351') in 0.001659 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/AssetOverlays/Cache/AssetStatusCache.cs using Guid(3f227b28cf424364489edd67fce697bc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0a241f032f5cb7e35c6d72a3ccaf8659') in 0.001661 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/EventTriggerType.cs using Guid(3fa274f26b1574c40b949e114327022e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0b9918c492439b29e3f1e5a658b32818') in 0.001632 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/IChangesView.cs using Guid(3f23fc42896142749a24deb3b18150e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4b3c04288f263c8d33a60f0ed402446c') in 0.001678 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/Move/IMoveItemMode.cs using Guid(3ff3d24ea34f9f74cb138e435f5f491e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c41cfda2e89d14b0cb96b87766a3d2a0') in 0.001629 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/Modes/TimelineReadOnlyMode.cs using Guid(3f8643c1f8dd449e85b548a14edbea2e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '63c8b600e826f2ac330b9c53b9a2d71b') in 0.001673 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/RunData.cs using Guid(3f8c1075884df0249b80e23a0598f9c1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '11c87219b30a15ece35f193b0a554692') in 0.001629 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Diff/ClientDiffTreeViewItem.cs using Guid(3fdd86a000d1ef04094416eefed53087) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ad076dfb90b3e6336a26896da5ce2e5f') in 0.001644 seconds
    Start importing Packages/com.unity.timeline/Runtime/Audio/AudioPlayableAsset.cs using Guid(4f10dd60657c6004587f237a7e90f8e4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb92b69f45abadd17a4cd4f627e671dc') in 0.001685 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/ITestResultAdaptor.cs using Guid(4f90cfe4bf5cfb44f84a5b11387f2a42) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1633738b6e36ee7b9e2177dfd8e1b63e') in 0.001718 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/ProjectDownloader/ParseArgumentsTest.cs using Guid(4f91902dd112b67448af5d5aced09a31) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a1ff05e59619c572727052f4c6f8df12') in 0.001636 seconds
    Start importing Packages/com.unity.ugui/Runtime/EventSystem/InputModules/StandaloneInputModule.cs using Guid(4f231c4fb786f3946a6b90b886c48677) Importer(-1,00000000000000000000000000000000) -> (artifact id: '22426150e257eb860a511aad771c73be') in 0.002136 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/ActionDelegator.cs using Guid(4f939b9e23a0946439b812551e07ac81) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5a318cd4082446075f13ce8755aaac73') in 0.001672 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Developer/IncomingChangesTab.cs using Guid(4f04b21b06239da4f95a5a9753647440) Importer(-1,00000000000000000000000000000000) -> (artifact id: '81b3c2865df013a80a4376703a088c4d') in 0.002110 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/ProjectBindVisual.cs using Guid(4fb7c683178ca47069d0954cd1a74e34) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c613173fb6a88fc32511ea3dca8b94e7') in 0.001702 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_TextUtilities.cs using Guid(4f0ca6874aa74540bb3d4fe5a0f86bcc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7399e39fbf5bc31825440eb7833a5454') in 0.002752 seconds
    Start importing Packages/com.unity.timeline/Editor/Activation/ActivationTrackEditor.cs using Guid(4fbcc9b1f6ace8c4f8724a88dccca5f8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a8e0ab6cbaa13aa9923e10855eb76ed2') in 0.001630 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/InsufficientPermissionVisual.cs using Guid(4f7d681cb68f451ea3be98074aa8d732) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd2fbe1fee48a02da39438ceacca76b6c') in 0.001671 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Button/TestButton.cs using Guid(4f5ed95515938d14189b094f8654d0bd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2718e05cc69dfbed54970d7d5a09aa90') in 0.001633 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Configuration/MissingEncryptionPasswordPromptHandler.cs using Guid(4f6e4f3809c687045b21461609e2f78b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '60c6b9be5adbeeaa145679c1fa91fc25') in 0.001633 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/StyleManager.cs using Guid(5f31f28cc64c91042976555c016ffd5f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f034634d78046387fb62cec504c5d7fa') in 0.001645 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Text.cs using Guid(5f7201a12d95ffc409449d95f23cf332) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7638fd7a7fb0fba85e83fda4211f4386') in 0.002118 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Utilities/MenuUtilities.cs using Guid(5f83c607c6ee0cc4ca8ad15cb879dee9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '755bbaae47bd06a048832aad20866bee') in 0.001626 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/IStateSerializer.cs using Guid(5f875a14565308a40a5262d2504da705) Importer(-1,00000000000000000000000000000000) -> (artifact id: '89e33c7f20376e290085ebd554d7a78f') in 0.001650 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/ItemGui/TimelineItemGUI.cs using Guid(6f515f8ecd3b6a546b90abaae2553f99) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3211beac83d7aadfe691152f5a786fb3') in 0.001685 seconds
    Start importing Packages/com.unity.ugui/Editor/EventSystem/EventSystemEditor.cs using Guid(6f72aa6eab9392548b9e9d92eb6b2ef8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '114881ec4083b2a42c600a4947fbe529') in 0.001627 seconds
    Start importing Packages/com.unity.timeline/Editor/Window/TimelineWindowTimeControl.cs using Guid(6f25fb081e85cb743b272c2f7fbc2f6b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '336811e3d74e0d7e2e28f8b4d4c6d1bc') in 0.001806 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/UnityIncomingChangesTree.cs using Guid(6fb9548ec1290b943b7beca241c81e7d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '17f69b7ce2a99229b091d43b589bf3ce') in 0.001715 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/FileUtility.cs using Guid(6f1dc05fb6e7d3e4f89ae9ca482735be) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6f380345ad641945aae38d0bfce0e518') in 0.001640 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Editor/TMP_PostBuildProcessHandler.cs using Guid(6fdea2af3daa40fe8f88e5e9cfc17abb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9be7f6024811868f66c3150904221fc4') in 0.001611 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/ChangeListElements/ChangeListElement.cs using Guid(7f900b7b74696ee47878c9d599ecca54) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4f82e1bacce356ef4198e3088510c742') in 0.001680 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/DisplayNameHelper.cs using Guid(7fc2147e42d71644aad0eaf9a3526249) Importer(-1,00000000000000000000000000000000) -> (artifact id: '342e796d4ed4a1f0064b91f5a28bcd4c') in 0.001618 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/BeforeAfterTestCommandState.cs using Guid(7f65567c9026afb4db5de3355accc636) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'de76f769decc5c2f8d7649895899553c') in 0.001741 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/Changesets/ChangesetsListHeaderState.cs using Guid(7ff9581aa143f4d41b4e351881b8f459) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6c335473698967d85e58c5437ba29a59') in 0.001672 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/IncomingChanges/Gluon/IncomingChangesTreeView.cs using Guid(7f2f2eb277e02054cbc5ccee904b593b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4821742412e466403ca4eafe2e58524d') in 0.001926 seconds
    Start importing Packages/com.unity.timeline/Runtime/Evaluation/IntervalTree.cs using Guid(8f74c99a65464bb4b86ccb314ee95a7f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2bb545b3bf666b26bbfb8c1cf6eb3c3f') in 0.001787 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMPro_Private.cs using Guid(8f8b248abe6b4dcebd6cdd0d754717f4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c27196a015393c9d62924eba95031d2') in 0.006531 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/Api/ICallbacksDelegator.cs using Guid(8f8f74fe8e363da42875d9cab025d3b2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e96a73c05492e92b406f1b8a78fd27b6') in 0.001653 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/Culling/ClipperRegistry.cs using Guid(9f1026265f8e3d54fb6e9f082c43debf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '31e4a4a0f5f9692e91ab7d83fb2d4d0c') in 0.001683 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/ProjectGeneration/ProjectGeneration.cs using Guid(9f3705b95d031e84c82f140d8e980867) Importer(-1,00000000000000000000000000000000) -> (artifact id: '36b7130c133164547fdec9b9aca2fcb1') in 0.002340 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/IMainView.cs using Guid(9f48b2bb8da58264985e72257811c8fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '611c26813d89a1f35b0c1fc9dc25e14d') in 0.001647 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/Collaborate/Presenters/HistoryPresenterTests.cs using Guid(9f5d8073410f83d479361cd2b45bcf60) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7d38cc710cb814dc51b29b0ac29be9bb') in 0.001768 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/FloatEqualityComparer.cs using Guid(af5042802f06c804c8abddd544b77a4a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4d8e9baf27fe58715128b3d77faf86c0') in 0.001695 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/ITextPreProcessor.cs using Guid(afc31ad767318c9488de260c166cd21d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ef1d44096ffd6e5f202a1ef4cd02beff') in 0.001606 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/Scopes/GUIViewportScope.cs using Guid(af84cf39b8fa0654badd9278cbd00d77) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eed47caaf37ec05723b84493f94342db') in 0.001649 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/Editor/PlasticSCM/Views/Diff/UnityDiffTreeTests.cs using Guid(af45769ecaeccf943862f37957de94e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '20213cdb1d4470743cd53be813d996c5') in 0.001892 seconds
    Start importing Packages/com.unity.timeline/Runtime/Playables/TimeNotificationBehaviour.cs using Guid(afeb55855d7a63b45ba6f8bd97599202) Importer(-1,00000000000000000000000000000000) -> (artifact id: '40de705bf80ce7d46f5919252fd167a0') in 0.001824 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Solution.cs using Guid(af4c2c762e1d8e949a6bc458973df6e7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '523a8c72db5f2f97dce41c2b856d9044') in 0.001556 seconds
    Start importing Packages/com.unity.timeline/Editor/Animation/AnimationClipActions.cs using Guid(bf22284ca28e7ef4490033b61e9b52cd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '93891a42ca658f0dd421154a279212bf') in 0.001688 seconds
    Start importing Assets/Pyramid.cs using Guid(bfe31bc5f35355b4a95a2d09f5aeb657) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd0981f5f546b6c2d0473f968497d2283') in 0.002230 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/DefaultControls.cs using Guid(bf87e20fb5440ec498f441167b5291f8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '69de4c4ae067b96c691b05973536d41c') in 0.002366 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/CanvasUpdateRegistry.cs using Guid(bfb788a43e03363419155b8af77da971) Importer(-1,00000000000000000000000000000000) -> (artifact id: '589130cc2112a3b91fc654ded7b74137') in 0.001896 seconds
    Start importing Packages/com.unity.timeline/Runtime/TimelineAsset.cs using Guid(bfda56da833e2384a9677cd3c976a436) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c77cda91b65b0c5d08c05d28231ff6ae') in 0.001967 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/EditorGameServiceRemoteConfiguration.cs using Guid(bf8f2b8e3bc44b35aab99205aabf641b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4e6df48f9b7af870a130a12c3f38ab72') in 0.001740 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/UiConstants.cs using Guid(cf677bf6afd8cad46b28db4b484c0106) Importer(-1,00000000000000000000000000000000) -> (artifact id: '93a0fce7b263aca5260bd4822ece8e83') in 0.001603 seconds
    Start importing Packages/com.unity.ugui/Runtime/UI/Core/VertexModifiers/Shadow.cs using Guid(cfabb0440166ab443bba8876756fdfa9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b51821ab6b9341b4a16a59bf4885303f') in 0.001715 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/SwitchModeConfirmationDialog.cs using Guid(cf7c1a153f50c6548bfff5dfd2ef5dff) Importer(-1,00000000000000000000000000000000) -> (artifact id: '210acc85a94320dc2b1734ca0ad6a96f') in 0.001649 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_PackageResourceImporter.cs using Guid(cf1fe50a641faac4691bf49eb32ce333) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd8908dc58b18a89064dce1226a0f9067') in 0.002328 seconds
    Start importing Packages/com.unity.timeline/Editor/Manipulators/EditMode.cs using Guid(dfd084fea478f3148b7de3d83bab1d8c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ee45bbfc1cdae3d02a4457db68793de9') in 0.001861 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/TestRunner/Callbacks/TestResultRendererCallback.cs using Guid(dfc336f10b83bd74eaded16a658275c7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bd346122ebf5328a34e9eea7fb9915be') in 0.001678 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Views/PendingChanges/Dialogs/PendingChangesOptionsDialog.cs using Guid(dfe63d839190b4d8392b6d6ac6edeae8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '34eb243b11f05378bb27b935b1696356') in 0.001948 seconds
    Start importing Packages/com.unity.timeline/Editor/inspectors/ClipInspector/ClipInspector.cs using Guid(dff73c4907c95264c8fc095a81f9d51e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '815d55c9e0f748e4525e812d4c5a8018') in 0.002362 seconds
    Start importing Packages/com.unity.ugui/Tests/Runtime/Canvas/CanvasSizeCorrectInAwakeAndStartScript.cs using Guid(df1ba932d4ce4534e97a0f10c85cd3c9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '374e5c08d521db17115d8c5e08f27ac5') in 0.001651 seconds
    Start importing Packages/com.unity.timeline/Editor/State/WindowState.cs using Guid(df8df80bb65e9ec4280229a9921c4f3c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '633c74bf18d6a096300e78ea5895fe0d') in 0.002407 seconds
    Start importing Packages/com.unity.timeline/Editor/Undo/UndoScope.cs using Guid(ef85e74dfd3749279eff9e7fbfbaf3f8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8229831b567a6420423c9cabbfe15871') in 0.001642 seconds
    Start importing Packages/com.unity.test-framework/UnityEditor.TestRunner/CommandLineTest/ResultsSavingCallbacks.cs using Guid(ef563c5a6ecf64d4193dc144cb7d472a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8c005a00a3c192f0980036ab4df2f938') in 0.001654 seconds
    Start importing Packages/com.unity.timeline/Editor/treeview/Drawers/Layers/ItemsLayer.cs using Guid(ef97f39912c138b4cabdccedfb24093b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'faa2edb9dc61a834f68bd131bed5569b') in 0.001721 seconds
    Start importing Packages/com.unity.textmeshpro/Scripts/Runtime/TMPro_MeshUtilities.cs using Guid(effb76e1937b45ff8adf45e51a4c08cf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ceeb067f668ccdc1bc1ba838983ba70c') in 0.001772 seconds
    Start importing Packages/com.unity.timeline/Editor/Recording/TimelineRecording.cs using Guid(ef4c81c9368d5a340b14c2fec1cad345) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b474f63a0336afcef583763ed7eadf71') in 0.002029 seconds
    Start importing Packages/com.unity.timeline/Editor/Utilities/BindingUtility.cs using Guid(ef5fa6e2005defb4ab5142723827b58e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3471f86b80ae1a4e08f947d73122a8a5') in 0.001625 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/VersionPair.cs using Guid(ffe1bdf971d321f4db593c4c6ebd6e47) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3d36674e973feb2607056f8ca2d81428') in 0.001562 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Assertions/UnityTestTimeoutException.cs using Guid(ffb335140c799c4408411d81789fb05c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3698a8fad2c0d5100d9d135c74e9c6da') in 0.001641 seconds
    Start importing Packages/com.unity.test-framework/UnityEngine.TestRunner/Utils/IPostBuildCleanup.cs using Guid(ff67c526455160f4690a44f74dee4cbe) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bfcb95ce1c915c30bff93af1000943e1') in 0.001678 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/UserInterface/WindowCache.cs using Guid(ffe70aba2e7074048aca5de573b64a59) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4165931ae751b98a3a7f92da0d802d4a') in 0.001650 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/IActivationPopupVisual.cs using Guid(ff68a28afeaf447dcb9d19423501dafd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2bee6549627549d2b63d00229768c158') in 0.001623 seconds
    Start importing Packages/com.unity.modules.ui/package.ModuleCompilationTrigger using Guid(51fa60bb2bd1e5bc74e8cc95a7bfd5b7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '15a9a323fb3409a049cc19b7d7707e4c') in 0.000610 seconds
    Start importing Packages/com.unity.modules.unityanalytics/package.ModuleCompilationTrigger using Guid(71136fc5cf34f2cc10be0e33c0b08019) Importer(-1,00000000000000000000000000000000) -> (artifact id: '233181bdcc37fc43818fea71040cf2e5') in 0.000591 seconds
    Start importing Packages/com.unity.modules.tilemap/package.ModuleCompilationTrigger using Guid(a1c42005fe7c5d78585a77ce396a5eea) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2f7bc789f23b8c603e5877690c138761') in 0.000588 seconds
    Start importing Packages/com.unity.modules.assetbundle/package.ModuleCompilationTrigger using Guid(222fc39b0c85d800342910da2cd64781) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bd085e1f3352f7453b100c432090a422') in 0.000576 seconds
    Start importing Packages/com.unity.modules.unitywebrequest/package.ModuleCompilationTrigger using Guid(d2ec2d1228c8e67cdd913cb5609176a2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f692890d03c515e717c950d6f0e4b641') in 0.000591 seconds
    Start importing Packages/com.unity.modules.ai/package.ModuleCompilationTrigger using Guid(e2d09a26ce46dc617b54e49a534ace20) Importer(-1,00000000000000000000000000000000) -> (artifact id: '28b1a582b59d1148a47104f07ee252c6') in 0.000565 seconds
    Start importing Packages/com.unity.modules.terrain/package.ModuleCompilationTrigger using Guid(23032f4383e95e772bce465c5896d0fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd2b9188e97cd49fd3d11661384402556') in 0.000580 seconds
    Start importing Packages/com.unity.modules.imageconversion/package.ModuleCompilationTrigger using Guid(830a36a23cf3ab1e61fa47940a6dc35e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a6cc122762934da9d2903ee398cfe74b') in 0.000579 seconds
    Start importing Packages/com.unity.modules.unitywebrequesttexture/package.ModuleCompilationTrigger using Guid(a31a332ce3485f00f7df8d987302a29c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8cddc35c677752299a370a9e63be43d5') in 0.000594 seconds
    Start importing Packages/com.unity.modules.audio/package.ModuleCompilationTrigger using Guid(042dc296246916648e55a43d0eeb2036) Importer(-1,00000000000000000000000000000000) -> (artifact id: '712e786aeb09eb8fbaace385cb725bed') in 0.000576 seconds
    Start importing Packages/com.unity.modules.unitywebrequestaudio/package.ModuleCompilationTrigger using Guid(553737203d61a8109f9544a97201e1aa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0646ab625eb466836f5c06d231ec18d3') in 0.000599 seconds
    Start importing Packages/com.unity.modules.vr/package.ModuleCompilationTrigger using Guid(b5bd8fa6f4c55ab6f09322b86d18b0e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d98ad15741826f82d0add3a310f383f') in 0.000594 seconds
    Start importing Packages/com.unity.modules.vehicles/package.ModuleCompilationTrigger using Guid(e5c46c19ce0ce2e0103aa6f82df1043a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '35c68149aa86100e095b29a06c0efa9c') in 0.000588 seconds
    Start importing Packages/com.unity.modules.unitywebrequestassetbundle/package.ModuleCompilationTrigger using Guid(7610600f5c83e01041a6fe849d39279f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c3a35b2eed05b01d62b80fdb571dae70') in 0.000606 seconds
    Start importing Packages/com.unity.modules.jsonserialize/package.ModuleCompilationTrigger using Guid(e6a135e3ea9cb46795d1b0e05ac3e1e5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '951655acc14453fc1225a43007b858c0') in 0.000577 seconds
    Start importing Packages/com.unity.modules.video/package.ModuleCompilationTrigger using Guid(f62135e79edb837b2d2ee3c524da864c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0cd401e91838179a067460020ef2c19e') in 0.000606 seconds
    Start importing Packages/com.unity.modules.particlesystem/package.ModuleCompilationTrigger using Guid(17f093324b67f5bd57e55b546736750e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'feedeb3616d1f095da51218615d5c944') in 0.000588 seconds
    Start importing Packages/com.unity.modules.xr/package.ModuleCompilationTrigger using Guid(c7a8b0317f4e68556d7509828e9e211e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c233deadff4c7632917a2481d6e8d3a8') in 0.000608 seconds
    Start importing Packages/com.unity.modules.cloth/package.ModuleCompilationTrigger using Guid(082fbee38a82835433261a5e9c00e267) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0677fb1ee42cc6900f071c96ae36d6fc') in 0.000584 seconds
    Start importing Packages/com.unity.modules.androidjni/package.ModuleCompilationTrigger using Guid(c82e859b16636ddd2ca4a1f63fd34938) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd45193fddc780bde9df751160919e1c4') in 0.000954 seconds
    Start importing Packages/com.unity.modules.director/package.ModuleCompilationTrigger using Guid(c88e90bad18cceb5d182d0c805883056) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2c54ea8a8f40d3d71b04ba4deadba464') in 0.000581 seconds
    Start importing Packages/com.unity.modules.wind/package.ModuleCompilationTrigger using Guid(2adec19fac7df68adf1fd6eb83197bb1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd5ac72354ab70bf897ae16f3fb3340b0') in 0.000594 seconds
    Start importing Packages/com.unity.modules.uielements/package.ModuleCompilationTrigger using Guid(8a752aaaadd2410dd9a84e01c1bace9f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '77c99fa29ba04acae1919afcdf9d1a63') in 0.000587 seconds
    Start importing Packages/com.unity.modules.uielementsnative/package.ModuleCompilationTrigger using Guid(8a1b58db370eafcb946dbce44ce054ae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9cad3b09f006a9a1d996f970ac6dac10') in 0.000593 seconds
    Start importing Packages/com.unity.modules.umbra/package.ModuleCompilationTrigger using Guid(1b6246f2248883964991eac9e9b4817c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a21b4c34da2593ad4a1c487f0b7db2de') in 0.000590 seconds
    Start importing Packages/com.unity.modules.terrainphysics/package.ModuleCompilationTrigger using Guid(cbb1a39d56ce4d9ac1a46ac505893fa7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a56fd742ee6a577e8b156613923aa1e2') in 0.000604 seconds
    Start importing Packages/com.unity.modules.animation/package.ModuleCompilationTrigger using Guid(db8e609a39b9b231fccc54e5fa4cbd1b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5a105a848cf389ccc568532561047c79') in 0.000567 seconds
    Start importing Packages/com.unity.modules.physics/package.ModuleCompilationTrigger using Guid(5c1ee4056d0ac7ad3c5a16597fcaa38a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '55ce240697dc4c805dc67c05aaceddee') in 0.000584 seconds
    Start importing Packages/com.unity.modules.subsystems/package.ModuleCompilationTrigger using Guid(8d4bc6bfa28760b29f13174d6b6ea710) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cf936355f517aebf14b6acb1667e0180') in 0.000583 seconds
    Start importing Packages/com.unity.modules.screencapture/package.ModuleCompilationTrigger using Guid(cd561f5f687aed43bf280c27a84f79e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9c389ea173fb8e203b43643d1a99f10b') in 0.000588 seconds
    Start importing Packages/com.unity.modules.unitywebrequestwww/package.ModuleCompilationTrigger using Guid(ae87256f29d9c8b50490f4caf75b2c41) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cebeb26deaab9eddd6d2bcb65d7f3e48') in 0.000591 seconds
    Start importing Packages/com.unity.modules.imgui/package.ModuleCompilationTrigger using Guid(be13c398521e3c1ad21fb9da30ab2ab6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9fd2edc8685e6e9b743aafa88e336459') in 0.000578 seconds
    Start importing Packages/com.unity.modules.physics2d/package.ModuleCompilationTrigger using Guid(fe6a6957b37b61417b457a1e0541791d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '77e3fbdbb86819130c904783d4b52e14') in 0.000575 seconds
    Registering precompiled user dll's ...
    Registered in 0.005828 seconds.
    [ScriptCompilation] Recompiling all scripts because: InitialRefresh: Cached user assemblies were invalid
    [API Updater] Processing imported assemblies took 102 ms (0/0 assembly(ies)).
    Assembly Updater Post Process Assets time: 0.106839s
    [ScriptCompilation] Recompiling all scripts because: Assembly Definition File(s) changed
    - Starting script compilation
    - Starting compile Library/ScriptAssemblies/UnityEngine.TestRunner.dll
    - Starting compile Library/ScriptAssemblies/UnityEngine.UI.dll
    Deleting stamp file at Library/ScriptAssemblies/BuiltinAssemblies.stamp
    - Finished compile Library/ScriptAssemblies/UnityEngine.TestRunner.dll in 0.465802 seconds
    - Starting compile Library/ScriptAssemblies/UnityEditor.TestRunner.dll
    - Finished compile Library/ScriptAssemblies/UnityEngine.UI.dll in 0.55476 seconds
    - Finished compile Library/ScriptAssemblies/UnityEditor.TestRunner.dll in 2.510126 seconds
    - Starting compile Library/ScriptAssemblies/UnityEditor.UI.dll
    - Finished compile Library/ScriptAssemblies/UnityEditor.UI.dll in 0.407494 seconds
    - Starting compile Library/ScriptAssemblies/Unity.Services.Core.Editor.dll
    - Starting compile Library/ScriptAssemblies/Unity.VSCode.Editor.dll
    - Starting compile Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll
    - Starting compile Library/ScriptAssemblies/Unity.Timeline.dll
    - Starting compile Library/ScriptAssemblies/Unity.TextMeshPro.dll
    - Starting compile Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll
    - Starting compile Library/ScriptAssemblies/Unity.Rider.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.Services.Core.Editor.dll in 0.674576 seconds
    - Finished compile Library/ScriptAssemblies/Unity.VSCode.Editor.dll in 0.713596 seconds
    - Finished compile Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll in 0.81047 seconds
    - Finished compile Library/ScriptAssemblies/Unity.Rider.Editor.dll in 0.761104 seconds
    - Finished compile Library/ScriptAssemblies/Unity.Timeline.dll in 0.833657 seconds
    - Starting compile Library/ScriptAssemblies/Unity.Timeline.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll in 1.07761 seconds
    - Starting compile Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.TextMeshPro.dll in 1.939328 seconds
    - Starting compile Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll
    - Finished compile Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll in 1.086967 seconds
    - Finished compile Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll in 0.541284 seconds
    - Finished compile Library/ScriptAssemblies/Unity.Timeline.Editor.dll in 1.740513 seconds
    - Starting compile Library/ScriptAssemblies/Assembly-CSharp.dll
    - Finished compile Library/ScriptAssemblies/Assembly-CSharp.dll in 0.471429 seconds
    - Starting compile Library/ScriptAssemblies/Assembly-CSharp-Editor.dll
    - Finished compile Library/ScriptAssemblies/Assembly-CSharp-Editor.dll in 0.292911 seconds
    - Finished script compilation in 6.901861 seconds
    AssetDatabase: script compilation time: 7.114815s
    Begin MonoManager ReloadAssembly
    Native extension for LinuxStandalone target not found
    Refreshing native plugins compatible for Editor in 0.54 ms, found 0 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Mono: successfully reloaded assembly
    - Completed reload, in 1.589 seconds
    Domain Reload Profiling:
    ReloadAssembly (1590ms)
    BeginReloadAssembly (177ms)
    ExecutionOrderSort (0ms)
    DisableScriptedObjects (8ms)
    BackupInstance (0ms)
    ReleaseScriptingObjects (0ms)
    CreateAndSetChildDomain (30ms)
    EndReloadAssembly (1327ms)
    LoadAssemblies (251ms)
    RebuildTransferFunctionScriptingTraits (0ms)
    SetupTypeCache (400ms)
    ReleaseScriptCaches (1ms)
    RebuildScriptCaches (64ms)
    SetupLoadedEditorAssemblies (456ms)
    LogAssemblyErrors (0ms)
    InitializePlatformSupportModulesInManaged (6ms)
    SetLoadedEditorAssemblies (1ms)
    RefreshPlugins (1ms)
    BeforeProcessingInitializeOnLoad (69ms)
    ProcessInitializeOnLoadAttributes (362ms)
    ProcessInitializeOnLoadMethodAttributes (11ms)
    AfterProcessingInitializeOnLoad (6ms)
    EditorAssembliesLoaded (0ms)
    ExecutionOrderSort2 (0ms)
    AwakeInstancesAfterBackupRestoration (10ms)
    Platform modules already initialized, skipping
    Loading style catalogs (6)
    StyleSheets/Extensions/base/common.uss
    UIPackageResources/StyleSheets/Default/Variables/Public/common.uss
    StyleSheets/Northstar/common.uss
    StyleSheets/Extensions/fonts/inter.uss
    StyleSheets/Extensions/base/dark.uss
    UIPackageResources/StyleSheets/Default/Northstar/Palette/dark.uss
    Refreshing native plugins compatible for Editor in 0.38 ms, found 0 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    RefreshInfo: InitialScriptRefreshV2(NoUpdateAssetOptions) scanfilter: ... 1 filters
    RefreshProfiler: Total: 14829.916ms
    InvokeBeforeRefreshCallbacks: 0.509ms
    ApplyChangesToAssetFolders: 0.085ms
    Scan: 774.206ms
    OnSourceAssetsModified: 23.174ms
    InitializeImportedAssetsSnapshot: 0.147ms
    GetAllGuidsForCategorization: 0.285ms
    CategorizeAssets: 50.744ms
    ImportAndPostprocessOutOfDateAssets: 13949.677ms (2554.467ms without children)
    ImportManagerImport: 3633.406ms (37.613ms without children)
    ImportInProcess: 3587.308ms
    UpdateCategorizedAssets: 8.485ms
    CompileScripts: 7222.250ms
    PostProcessAllAssets: 528.813ms
    ReloadImportedAssets: 0.618ms
    EnsureUptoDateAssetsAreRegisteredWithGuidPM: 0.137ms
    InitializingProgressBar: 0.003ms
    PostProcessAllAssetNotificationsAddChangedAssets: 0.247ms
    RestoreLoadedAssetsState: 0.051ms
    UpdateImportedAssetsSnapshot: 9.684ms
    ReloadSourceAssets: 0.281ms
    UnloadImportedAssets: 0.005ms
    Hotreload: 1.986ms
    FixTempGuids: 0.006ms
    GatherAllCurrentPrimaryArtifactRevisions: 0.000ms
    UnloadStreamsBegin: 0.109ms
    LoadedImportedAssetsSnapshotReleaseGCHandles: 0.518ms
    GetLoadedSourceAssetsSnapshot: 0.666ms
    PersistCurrentRevisions: 3.639ms
    UnloadStreamsEnd: 11.846ms
    GenerateScriptTypeHashes: 0.003ms
    Untracked: 12.033ms
    Application.AssetDatabase Initial Script Refresh End
    Application.AssetDatabase.Refresh Start
    Start importing Library/BuildPlayer.prefs using Guid(00000000000000005000000000000000) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ea10ba2dcd0834bb1421c62fe5757b55') in 0.006493 seconds
    Start importing Assets/Scenes/Primitive Generator.unity using Guid(8c89018295c96e643932899835143346) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2e57694be14b579ce9ba07e6104d1ab9') in 0.000530 seconds
    Start importing Assets/Scenes/SampleScene.unity using Guid(9fc0d4010bbf28b4594072e72b8655ab) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ab1883a9629cbcba1b876563a3429d9a') in 0.000505 seconds
    Start importing Packages/com.unity.textmeshpro/Package Resources/TMP Examples & Extras.unitypackage using Guid(bc00e25696e4132499f56528d3fed2e3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a862558242d3c76e2880198b9689b454') in 0.001408 seconds
    Start importing Packages/com.unity.textmeshpro/Package Resources/TMP Essential Resources.unitypackage using Guid(ce4ff17ca867d2b48b5c8a4181611901) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a4a0110dbc211ab813acf7e96b159a71') in 0.000668 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/Unity.Services.Core.Editor.api using Guid(24b38a646859243c4a35b882459da8a9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7d5195e1192c9fdf33af88f6c2c36b41') in 0.000653 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/VSWhere/vswhere.exe using Guid(585c3fb85b32bd64e8814074e754163e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e46fb307536ef49e48e8c26097047caf') in 0.000635 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/COMIntegration/Release/COMIntegration.exe using Guid(cb67edc1800c2ec4ba8dfb1cf0dfc84a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b288604f389ae1ad2846331b396bdf94') in 0.000639 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents/Info.plist using Guid(29239d79a3471495e9d270601006dad7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f6d91e16a047b7149878070e2144dcd5') in 0.000726 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents/_CodeSignature/CodeResources using Guid(3379e8bd711774041a330f218af69b7a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8acb343e319446e8a4d87b6b138b0a78') in 0.000746 seconds
    Start importing Packages/com.unity.ide.visualstudio/Editor/Plugins/AppleEventIntegration.bundle/Contents/MacOS/AppleEventIntegration using Guid(9c3599bc139404df2955d3ffd39d60d6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a922de17adf31f55ca20faaa2a9c8aa3') in 0.000740 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/step2@2x.png using Guid(0029170d14ce6c04c9f45c22cdae5559) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b51625d2e7356be5a0d641761e4bf9f8') in 0.005423 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconlockedremoteoverlay.png using Guid(1046ed65e6aaffb4391378f6d08d6c14) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e65a06336eb46bd8d36d5e947b244dd9') in 0.002839 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconoutofsyncoverlay.png using Guid(1079db1f4b377fb45aa245fd791993f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '573041ca55e6dc02ff96974865549f1b') in 0.002817 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconplastic.png using Guid(3042b019b052942a1baf7aa49d7ca6bb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c034805d5bbdb3bd5153e97de10d12a5') in 0.005552 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_buttonssosigninemail.png using Guid(3086d66a563317b40a20a20da2c64ac0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1326056e7f67a00093797ba438b2c635') in 0.002946 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconconflictresolvedoverlay@2x.png using Guid(309b1d5a294fd6c43ae9cf77656c1852) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6f42b1c2fbdb0767d31958d23fb643ea') in 0.003080 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineCollapseMarkerButtonDisabled.png using Guid(40947ddc2dd4f0d499a92d0f3675c4e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ec048e33c11208bfaf04fdb1a1603852') in 0.002658 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconprivateoverlay@2x.png using Guid(40685941c1361aa4a957b61174bce3f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5bf39ab465e9408aebd0f0854f8635d1') in 0.003009 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineStartPlayback.png using Guid(5060c9f9eb2f7ee4695b638a21d8fe01) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fac1d9523cc94d148ac87205e1997d17') in 0.002924 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-progress-dark.png using Guid(60706f973daf4764e81c846ce1a8e183) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'be45085df6c4c17829f5f757ab1b320e') in 0.002643 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackRecordButtonDisabled@2x.png using Guid(6091f9516d23100479c03bca26138bc8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9f4d459e0416593621bcf05aeb4d25bc') in 0.003894 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_cloudbuhochristmas.png using Guid(70632ddfe8e71b04b8f90ef7e29a9e98) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4356726d08d3bd7c7e6311b8d50c193e') in 0.017902 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelinePlayRange.png using Guid(70e3f118652b9094885689730ad3a47b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9656fb6b2c8f4907d0193e115a05e0a4') in 0.002887 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/icondeletedremote@2x.png using Guid(70e3ce8ad01f39248a3ea97a35bcf238) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9b7ad462a6d2e671780e568d957eb39b') in 0.003028 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-done-dark.png using Guid(80c31f397a3ab184bae2f0d4b3dc5c1d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bb4581864619eca535a9476e73eed3a4') in 0.002623 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-error-dark@2x.png using Guid(a0fdac62174ca014b94a537688fc684d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fec0eaf8d7ec8413d00cf8d29d569f46') in 0.002731 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_colorbuhoshe.png using Guid(a04ecc9d5e12d5d449077414eb86635e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a228553c48ef9a91d9aa9e3a654acc40') in 0.017208 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineConnector.png using Guid(a04f1625bf500f64e97445265dfbcc93) Importer(-1,00000000000000000000000000000000) -> (artifact id: '06ef0793416d5807797381d914183598') in 0.002862 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineHold.png using Guid(a09fd8b5d9396c24a96a6de50cddc3b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '64b9119b2d9d858d8afa22338fa0c1cf') in 0.002904 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-error-light.png using Guid(b08f8cbc53d0bfb45bd2fd1f676d3554) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ecf7b20255e3e6e675cdb1d0de2b1ae0') in 0.002644 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/loading-dark@2x.png using Guid(d021820613d286f48915c2de657245d5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '19902a1982c3428cd6589a8ff3bd1d78') in 0.002919 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/moved-file-dark@2x.png using Guid(d0c9bfe4ae0d68a4f945b3a8d983af01) Importer(-1,00000000000000000000000000000000) -> (artifact id: '95c21c34140092e88ab309adc9fe496f') in 0.002732 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignRight_Light.psd using Guid(e05ace3bd15740cda0bad60d89092a5b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e90f5e695dd0d7ab38ebf34345a75d0d') in 0.002946 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhoshechristmas.png using Guid(f008857e434b98b4eaabda1fd6af3059) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7a073dfcc068f14d7c828d2b063ec7b9') in 0.017151 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackCurvesButtonDisabled.png using Guid(f0f8ff8921b22a74a8c79d955ace248d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd721cf0a940aabb8927cf0659ffd8fe1') in 0.002659 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/buttonssosigningoogle.png using Guid(f09eae8c0ea04254b90c5386a034a225) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0ab20d7e390a6bbe9613e6fb734dcda7') in 0.002875 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-error-dark@2x.png using Guid(0159d5999f4dc4545848ed42cd775ec4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fc375f0e06aedf27f5b2544e6ae7aa5c') in 0.002754 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconadded.png using Guid(1196e728cbc6c25429f25431acabb4d1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e5c4bf77c293fb04630ba7831fb5a017') in 0.003062 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-progress-dark@2x.png using Guid(116a8defb66aa304d97c1fd15f044486) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5b1f70adae1211ca15c79a6a7a5d0265') in 0.002755 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconplasticview@2x.png using Guid(3168140d6f409d0448447f18568d9482) Importer(-1,00000000000000000000000000000000) -> (artifact id: '920c792e6cdcdfbf9f7353ee33766cf5') in 0.003428 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineIconClipIn.png using Guid(4171b549947246b4f9579419d5698a7e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '41102796bf688c6b42d716dad45bc48a') in 0.002878 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignMiddle.psd using Guid(41b96614b2e6494ba995ddcd252d11ae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6812e9b2b098b61215a7011b237e45c7') in 0.002902 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeRippleOFF.png using Guid(411e6f19c19fa0546af83aeb59c2ed4b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c9bfa5519a88e65cad141f8e1d7d8fba') in 0.002711 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineDisabledBackground.png using Guid(412f73153f3a3c549b67b2a847741145) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2955562a5414b43080d7d2231b01aba5') in 0.003314 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyconflict.png using Guid(51582ae5ea51fa14996791a550f89473) Importer(-1,00000000000000000000000000000000) -> (artifact id: '97d0c4c576b8e62b6b01187fd7efff41') in 0.002823 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMuteButtonEnabled@2x.png using Guid(512aaee9b220348408a2e518f98d6e14) Importer(-1,00000000000000000000000000000000) -> (artifact id: '230e935640f1d347323a5cda9ebf5b91') in 0.002782 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconplasticview.png using Guid(519d97e745e55f041b609f3666cbc037) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c6ab1e6ab4e2450a1b6a5f2d2d8ce3bf') in 0.003071 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackAvatarButtonEnabled@2x.png using Guid(51bf5f55a8a01e546bf6092b54fdae20) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6913a5c0877360bf5dc9fb78281f09d4') in 0.002760 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMarkerButtonEnabled@2x.png using Guid(6192986415256ca47a97a97507406f5e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8da0d10be514a857c5d7c44d9412e3cf') in 0.002771 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineContinue.png using Guid(61c21f74972ba8246b3ea400a9231841) Importer(-1,00000000000000000000000000000000) -> (artifact id: '18d0fca06ac51cef5b81b6ffc177f961') in 0.002898 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconmergeconflictoverlay@2x.png using Guid(619a2a078bfb5c84494b1e0b64f983a3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4801ca66f8b3f4d33112c070cd56f378') in 0.002999 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconbranch.png using Guid(612c5e166a121e3449dad067fbdc37a4) Importer(-1,00000000000000000000000000000000) -> (artifact id: '829f9f1742f791e8c670317603042cd4') in 0.002844 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconlockedlocaloverlay.png using Guid(71c45f80bffdb9145ad2c456254c862e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '58c8c002779f67fcf414aa08310d27e5') in 0.002811 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/clear-light.png using Guid(713aeedbd53e6b848a68d0755e7a2c74) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2d6182320e75307915cc690fdd33cad7') in 0.002644 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMuteButtonEnabled.png using Guid(81e8b4a4bcbf7a14898e2658fd827642) Importer(-1,00000000000000000000000000000000) -> (artifact id: '42c74c8975c7719f1d1966b994694a49') in 0.002637 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignCenter.psd using Guid(81ed8c76d2bc4a4c95d092c98af4e58f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5d441bcfde63e86d8dba4a1474a76dcc') in 0.002932 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonDisabled.png using Guid(91746a504b59769439bb2749c314d231) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fd821d38dd41f73deb86acc81d27e8d0') in 0.002662 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconemptygravatar.png using Guid(91976e8b9ce0f0341838727acd55621c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c021fdb26efc82d10c227bc758abd617') in 0.003610 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeReplaceOFF.png using Guid(912fd71cbf4cbe140b4f240bedbc1f3e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6be6967af30255b51a96d306192ed432') in 0.002647 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineDigIn.png using Guid(b1d064d6d80829f4eb370f679384ea1f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1beda143238fd93273652638358e6a47') in 0.002685 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineMarkerItem.png using Guid(c133595e3c100774496e03e66fa69259) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bcb73cb78c412ec70947f60d2e5529a1') in 0.002885 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMarkerButtonEnabled.png using Guid(d18286874382ef042bbbdab5f71329c1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ff8b16fb60536de077ba5ca17c381c17') in 0.002669 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconconflicted.png using Guid(d1c88f142eee55b4eb2b2cfd7b3624ce) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a76bad6a065120f19250ea08b0f45e83') in 0.002790 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMarkerButtonEnabled.png using Guid(d1eccbb425fdacc4ba53ce4223f4ea30) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3dfff7930dd196da5af9a238030b25d4') in 0.002670 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineAutokey_active.png using Guid(e17ee60887efdd04389991a15ee0c578) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e81dbea4168b097044c35b1958fcd95a') in 0.002903 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/merge-conflicts-dark.png using Guid(f15453c5e25703942b480f17a40794f5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '93f8863eae12f2ddb61565fdcca40b83') in 0.002652 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/deleted-file-light@2x.png using Guid(f1c735dde115d4f4c9ff5c633f07fbb8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b5e1ae1b4b1c7b79ae178f3158036d86') in 0.002738 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineMarkerItemCollapsed.png using Guid(f179d9a3cccffb04ba2e27f681e9b147) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5cb4ba89e6fdfcf589e3939d168e4dee') in 0.002872 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconaddedlocal@2x.png using Guid(02800fb9cff14da47a04572790384d8b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2374f1b6bc91f16c466ebc875a069823') in 0.003125 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-warning-light@2x.png using Guid(02fa233a818899d48a2d3e68a68b23b6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '905c32ef8a4b855f87624189e8545ae9') in 0.002755 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignLeft_Light.psd using Guid(12736c98af174f91827a26b66d2b01b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '58d31584503e80d45f814036183b7add') in 0.002887 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconmergelink.png using Guid(120bf54dff785a0429b068b814e9c12a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b5f70b6fa9725607a98b8004afd168b9') in 0.003123 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineDigIn.png using Guid(22c3c381bd3cd4a40a8541103023e1ef) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c59c8f62fb850b1d4f977994760e1ae') in 0.002646 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineIconClipOut.png using Guid(32f7e3598d6414c489127629e29af3f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6b9ec008ecc188a58ee3eb0db6f8fdb7') in 0.002859 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/ok.png using Guid(3238dca1e9ea9fb4aa64b28298ba6dbd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd4d631c78bde361a8fffaf4f77cf1423') in 0.003048 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconfschanged.png using Guid(42d45b97073618b42bfcfc22740c4bc7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8db1c126ab76dd0173f569ab2aa2560c') in 0.003063 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMuteButtonDisabled.png using Guid(5216b1b48296ef345ad2d2ec43105bf0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c13cad4e8dbbe2b87d7f24cf86b52b88') in 0.002660 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/merge-light@2x.png using Guid(52c8930beb5f2774ebec26a86c7e9713) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a62515049817c0fa0a045c85ba8a128a') in 0.002757 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonDisabled.png using Guid(52ee3ba2abc3da14a95cdf64d32ae0ae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '32ecc688e2734ed40e606eda17057fbb') in 0.002649 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/more-vert-light.png using Guid(6232fff3dd732c24b810a139724ea7cf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ea7bb1a662d7cc01f7583a6214336203') in 0.002632 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_icondeletedremote@2x.png using Guid(626b9cddb29049e4cac50cd87b419945) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cf1795d6f228a66e56c8e7018a500c75') in 0.003026 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineOutline.png using Guid(829511f8e35bf3a40be037a1050f801c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'edb888fb4a80d09676d27ee565763fc7') in 0.003019 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineStartPlayback.png using Guid(824c4beb0ca6c934bbc7a26919302236) Importer(-1,00000000000000000000000000000000) -> (artifact id: '196658d51461dcf098660ac106b1ef2e') in 0.002877 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignJustified.psd using Guid(92027f7f8cfc4feaa477da0dc38d3d46) Importer(-1,00000000000000000000000000000000) -> (artifact id: '54935340523616396c563c734a59070a') in 0.002882 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_icondeletedlocaloverlay@2x.png using Guid(92b204cca46037444ab18ba6701f86f7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '76a984da26db07acd326d5d22aece03d') in 0.003003 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineAutokey.png using Guid(92b5e4310629b264dad0fb2cc196d818) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3246ca6cc166afbfe8579b9b49c7de99') in 0.002871 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignLeft.psd using Guid(9288066c33474b94b6ee5465f4df1cc0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e7f2aa8faee90672cb863b0007e9f3f7') in 0.002905 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/choose-remote-dark@2x.png using Guid(a26232d4d188e4440897131ed223d505) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3894b7dcd146c80fc7f65623d5a35d3d') in 0.002744 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/notondisk.png using Guid(b205f4b28f59dda49af458b35d8a3ff3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a36032f72cb66274da1ffd10a44929f7') in 0.003088 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/added-file-dark@2x.png using Guid(c223e0c507e2c6549a2cb97441b62cbe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '693ae0a5bac8a4df57dc7732d2a5de50') in 0.002768 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineEndPlayback.png using Guid(c285802d9d414814fad592b90b223f15) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd3e123be51a23668b13db843359d3c8a') in 0.002884 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonEnabled.png using Guid(c207dcd389fb689489f5266468cd4609) Importer(-1,00000000000000000000000000000000) -> (artifact id: '401962fce83cbfba100146b2fe97a737') in 0.002647 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignMidLine.psd using Guid(c2f7f6a88b4c4f20a53deb72f3d9144c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '205540267b03b2a6d9ad5f9544204138') in 0.002952 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-warning-dark.png using Guid(c2d8bb87691276f4d93f1b74330d1d90) Importer(-1,00000000000000000000000000000000) -> (artifact id: '393d1d7c419f48485a7080a5e055b93c') in 0.002628 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-available-changes-light.png using Guid(c27f4e1f2b76b2f45b48df65c02ba338) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd3ac5fc40ded68a3af4a27fc96b25f84') in 0.002646 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/buttonssosigninemail.png using Guid(d24e7e0b75e1a244bb9687d6fd4315ef) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd81ab5e771be5979692a5a42db1195df') in 0.002874 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/icondeletedlocaloverlay.png using Guid(e251dfd24b5610d4d8ea65a237cc9d97) Importer(-1,00000000000000000000000000000000) -> (artifact id: '22f838ac17f0f8d80020740a6bdbd9c4') in 0.002799 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe1.png using Guid(f2901efd8bb16bc408ad37f017fbf9bc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2821814fc2684279d1f6db85ea0dbb94') in 0.016577 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineDisabledBackground.png using Guid(0304baf8d224f3e47b22d872c8dcd412) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3f97dcb2c42ab7c6a4273e00c461281e') in 0.003817 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/conflicted-file-light@2x.png using Guid(0365b40fda51ad5499dfe50b036adb1b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df4402da9fa12692a24fc1144214f48d') in 0.002809 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineCollapseMarkerButtonEnabled.png using Guid(0367ce1ebbbb18940b79eed63a0315d5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e2c54575fbd5bcaa5e32333b31e0264f') in 0.002695 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconmergeconflictoverlay.png using Guid(0397bb00c9c158d4fa9ce21ec390489d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3ebd1e7ebadf8305d5840dc120596381') in 0.002787 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineDisplay.png using Guid(03ae22b9de3989144a9bebf8972b4fad) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cc6e2eb2445d6309b124aca2d12a6ff3') in 0.002733 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconclosebutton.png using Guid(13527793884104b46b7446fd7464c3ed) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cb4d2fd80155a18473d1e9da46070652') in 0.003445 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_expertbuho.png using Guid(13e7e6fe43a8aa049bcd610bbc1f5ff8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '76324141ffab2ac50466798d513dfb3c') in 0.017009 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/revert-asset-dark.png using Guid(23933ab6b291bc54ba1b99b5fcb9ec80) Importer(-1,00000000000000000000000000000000) -> (artifact id: '65a8d62fd76f44aa55ee5af7e972c4af') in 0.002659 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyconflict@2x.png using Guid(23743f0c0ed1e6546808a5d645c2a6a5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7cdff34a83fc25606994c011f3f73965') in 0.003183 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_icondeletedremote.png using Guid(23e66f7264c74424889342127f229577) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3feeecc761425d34428a636a17e7e7f2') in 0.002786 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineClipFG.png using Guid(33b1871a2d09cfa459a93f4e8feb5c41) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7d2fadc0340a27d17f9539b7e0479932') in 0.002813 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/edited-file-light.png using Guid(33c1613cec3e57243baaa6b3dba6fec5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '24a946f0cfd9fffffabdcce836d7fb91') in 0.002636 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMarkerButtonDisabled.png using Guid(33a52b41b4de5874ca7da1da32067e39) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0388d7249cdc91abf0e4f0f9023f7978') in 0.002678 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/clear-dark.png using Guid(432426364f0e2474b9817a7e5b9dd1c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5bc74bc76150da5ecca106a0966d137e') in 0.002619 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuho1.png using Guid(43ad51e043491b94d8f6c62d55ac5ede) Importer(-1,00000000000000000000000000000000) -> (artifact id: '08a95b4bef935cffa3b76a14dd8a81e0') in 0.016145 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonEnabled@2x.png using Guid(43ed4593c5ddda0439fcc1bdaf8309fe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '10507337dc6d6875977fe58089099f62') in 0.002772 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelinePlayRange.png using Guid(43eeff8a446b32242a4fb1a5c1bd7b8e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '79cda82326743aff808074f3f6b70593') in 0.002890 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconoutofsync.png using Guid(636d03a8834e3ed4cac3a1cb4b82deaf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '721d2c77163ea372767799afd71c48c7') in 0.002800 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconaddedoverlay.png using Guid(73d124bf77e463c45942d14136745d9f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8fd9564294f79910699089bdb328c1e2') in 0.002823 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineSelector.png using Guid(73f5ebb64da7b2a40ab6bffac80f1a61) Importer(-1,00000000000000000000000000000000) -> (artifact id: '969c4575881d1e8a201fbdd3910bcb97') in 0.002669 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_expertbuhoshe.png using Guid(8325d4ef0a6eb3d43952aff8a06d9f45) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e8253a8f358da726738ca6687f83e690') in 0.016634 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-light@2x.png using Guid(837c493ae228aaf4d977e9138707008d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1cd51e42334d8e06f8754387bbab6717') in 0.002775 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackCurvesButtonDisabled@2x.png using Guid(a383d8b1327c9254896ad76d6efaf357) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fad5cb4e0fe29bec3480be7a74190ac3') in 0.002778 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/icondeletedlocaloverlay@2x.png using Guid(a3e491f99ea3ad74f8731ca93e84c497) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4c0b2d193ccce41244cc814b232ddbc2') in 0.003022 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMarkerButtonDisabled.png using Guid(b3644a971cca0bd4eb357cb9aca4dde1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0271c7c214ec1b5c44025aae6d88a8d7') in 0.002655 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMarkerButtonEnabled@2x.png using Guid(c35a22ede3f5feb488bf69587ddc36ed) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cafc8d911fe1a65df8a35d3c50a80070') in 0.002785 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelinePingPong.png using Guid(d3b5c4f7d6b94f64085b3713bffa680e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '16a3d57747ac252e48c6dd044b937fd2') in 0.002880 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/SectionHeader_Light.psd using Guid(e3b0f810fdea84e40ab4ba20f256f7e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3f28e8c9c0f7762d0ce3690bf53ca6f9') in 0.002920 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/moved-file-dark.png using Guid(e3ea510ab0d9de74d825181746b18285) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1a51f333bf1f04cbb447e423ab9e7280') in 0.002629 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas1.png using Guid(e36d1a38d7aa309409e80bf66a089330) Importer(-1,00000000000000000000000000000000) -> (artifact id: '98fc2e77cccea9c5b263e72b04ed9349') in 0.017478 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyincoming.png using Guid(f31d2c855644aad4cb2030bce12859f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '113d8dba4922ab8805151ddd7b671910') in 0.002840 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/Images/ToggleOff.png using Guid(04ca3057bc8a3462899551a1d4c90184) Importer(-1,00000000000000000000000000000000) -> (artifact id: '067badd69b741a533c9cff4b01e1dbc1') in 0.002875 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_buttonssosigninemail@2x.png using Guid(144aa74618b85974a9a50f612c2fa8fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '267b447f38a22ffb4dd8637ec1ed8cfc') in 0.003609 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineCollapseMarkerButtonEnabled.png using Guid(2446ee609b613cd4e9142ccc55cb7c43) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f5c52fe543a2fe47cf73fc7d6cad35d0') in 0.002626 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineMarkerItem.png using Guid(24b97c67b63a23b48bea4036d28a5818) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2de1b259ad56809da8bbb8b02b02fb73') in 0.002887 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-info-light.png using Guid(34b3e61f975861a4cba8efcb5f6f05ea) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fe0bde8c50adb556d29edb7e8e5747db') in 0.002625 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_stepok@2x.png using Guid(3494dc956dfd7174abc07060940a2848) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b9c57cf3807f0d24e6724386a572dbbe') in 0.003432 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignRight.psd using Guid(342a0f8aca7f4f0691338912faec0494) Importer(-1,00000000000000000000000000000000) -> (artifact id: '438c36e3535b369a1832f89e37701a8e') in 0.002893 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-light.png using Guid(4466539767d9ee241abcc43eebb52ce3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6d431336e99874dcfa8512b0920778a3') in 0.002635 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackAvatarButtonDisabled.png using Guid(54623075676bd504d93243fb18745161) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5a7778e2aa25b9c95b0118042b174879') in 0.002691 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignFlush_Light.psd using Guid(64b9fad609434c489c32b1cdf2004a1c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ad3ed453c6ef6ea107046a709b889da6') in 0.004112 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconplasticviewnotify@2x.png using Guid(64eb0648ca0d11944a9517d8662508fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dd2f7ed9330352ecbc30440c51761064') in 0.003123 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconaddedoverlay@2x.png using Guid(74ef721fef79c44489d4e3edb0ab0c01) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2e32b846833b9c367cca4c29867cf59a') in 0.003063 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-available-changes-light@2x.png using Guid(8478a99d8fb61c94ba938c3034d449c6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5b9a225ad466a98ce0220545c679e1b0') in 0.002755 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/show-dark.png using Guid(849b7119dad13a24397add67a7f78510) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0a45943ce95d68330b069f933817a9c9') in 0.002670 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconpressedclosebutton.png using Guid(94fe868620119564f9474f40cd6145aa) Importer(-1,00000000000000000000000000000000) -> (artifact id: '731f6cd239a9fbf5968474ed45ef4b12') in 0.003366 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/Timeline-Marker-Warning-Overlay.png using Guid(945f4ecec6df62244b9ebcc363833642) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a78534ccc56e74940edd5917f4c678c4') in 0.002676 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/stepok.png using Guid(d4780dc1205c7c7478c970d8c61d24e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '92337ca0d8e96cee81dedb8fd275d7c2') in 0.002856 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-error-light@2x.png using Guid(d41e3a51c74c48847a8eb97a319afda8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '38f2efd41a30577f40d1fb7c2c573af1') in 0.002800 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineClipBG.png using Guid(d44fc8b11425e0043aa7c20a301ce707) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a4bc0acdb95b880915cfe3c51c41fcf6') in 0.002792 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconbranch@2x.png using Guid(e45389a8a97044d4caf408f252370632) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c76b1728aae612006d467e4b6687f19') in 0.003134 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/diff-light.png using Guid(f4d24f788ff8ef0448d273529dc5d9a0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1a912767b5ad6524d2e66c4341d4238a') in 0.002622 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconconflictresolvedoverlay.png using Guid(056ee72c467a4e24d87541d42839ca72) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f626b91937b4a82e6b38a4fced6ccc94') in 0.002805 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconprivateoverlay.png using Guid(059fb5367594a3343814dc25ace454b3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '556d589c67d70931dd930a98fbbc1e99') in 0.002834 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineSignal.png using Guid(15845fb26c2846947b4dedb9fb348cc1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '054ca5a6246efbc88751cb064434fe08') in 0.002873 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/conflicted-file-light.png using Guid(159b6ffcecc70b54a991cab02c8be883) Importer(-1,00000000000000000000000000000000) -> (artifact id: '652963473b23db3db6a990c59c36bf61') in 0.002623 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-dark@2x.png using Guid(158d9c687149a0e499002e08c9420c70) Importer(-1,00000000000000000000000000000000) -> (artifact id: '65cf11e6b071335862415731d40da35a') in 0.002793 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineActivation.png using Guid(359cf58d5969d1a4aad29b095c7fc338) Importer(-1,00000000000000000000000000000000) -> (artifact id: '49e3938fe860811e92929131642438d0') in 0.002898 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignCenterGeo_Light.psd using Guid(35ff0937876540d3bd4b6a941df62a92) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7664da034a1d775daa6975648c94a320') in 0.002897 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-warning-dark@2x.png using Guid(45308e2aea842dd4e87bb30395d6e303) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8e9e85ff3b71822e388dc4ec85fd1657') in 0.002796 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/xlink.png using Guid(556a2f3b046024d4c9621c1b4be5f0c1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3f15be10930154a4094a916a74e5439a') in 0.003066 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconconflicted@2x.png using Guid(65f0e363b74cf5845ab8c3fbc14f39ac) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e824d886ebd626a2dfb8b11662ee408a') in 0.003021 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-incoming-light@2x.png using Guid(75d22b424580dde41824299bb20d1de1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6f1063353f0b6afae0f60607d08801c4') in 0.002743 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/Timeline-Marker-Multi-Overlay.png using Guid(75f26f1c549568c4e9950a368bd08cb8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1028d0787fd4e306e965370f4ba446d6') in 0.002906 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-dark.png using Guid(8558913fe46542045b38c8f97ef8546a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3bedc1259b403ef5a062eb1e4a837007') in 0.002624 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackCurvesButtonEnabled.png using Guid(9589d5d9eb09dec43b2ad51af4e78b1e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a5a2c4cd7e7baa7f1c95dde7e9859f2f') in 0.002632 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineSignalSelected.png using Guid(a5e21f4e466690645980dd0cf0b664bc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '30c5dcc82686bdaadea82c409d340ea8') in 0.002875 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconlockedlocaloverlay@2x.png using Guid(b528c1b33a65cf94ea74f830b54c9acb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c03bfd518e960ee6cd36993764551459') in 0.003063 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineEditModeRippleON.png using Guid(c5c1f094d9a9b3f4c9cc6c3a87af871c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd8601728ff393acb8c2690a55bbe2216') in 0.002686 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/edited-file-light@2x.png using Guid(c5b20b1351db04e44b3baeba4679c8d7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0672b57307b2ce3cdf14138661645c31') in 0.002730 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconplasticnotifyincoming@2x.png using Guid(c5fc116b3271b5947808130b2212cd60) Importer(-1,00000000000000000000000000000000) -> (artifact id: '58919e89b1f31f6147b9c4ac9bb7cf83') in 0.003072 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/icondeletedremoteoverlay@2x.png using Guid(d5c3277b1dbad9448b46c2ec87a2cef8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0be7567d3944364af1ecbd98bdaf114d') in 0.003008 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonDisabled.png using Guid(d55a54a15106e3f418a43134888f2211) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a5ab66c5b7f97bb5b4b7105677722c1e') in 0.002632 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_loading.png using Guid(d58e94bfb1bac774dbb8ca9c2597ef2e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '48cd734067ddf1151fbd2c1be9c99093') in 0.002827 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineSwatch.png using Guid(e50018fd67fc156459e4014bdad3f5f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ab5c861ed77b8a1dfa2b7eec42aeef87') in 0.002896 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_cloudbuho.png using Guid(e5600378dd761e64d9423790c482bf36) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c73ac68966213e7b9ff0be9fe6aecff') in 0.017028 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMuteButtonEnabled@2x.png using Guid(e54e20c7a9730fe4c822d63228527ae4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aea0c8f62e1cce2d392c82860eb1fd17') in 0.002749 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/back-light@2x.png using Guid(f5c57327df0fa294c8209aa216435167) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f48804060bf694ed7b68262ac83de968') in 0.002754 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignMiddle_Light.psd using Guid(066619c9c9c84f89acb1b48c11a7efe2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f4e10c10db4c0084056e82264d9ba5b6') in 0.002882 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/diff-dark.png using Guid(06bb2a7fb040987409dae109d185de22) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4efa795b3efe447adbbb8964a57f939d') in 0.002622 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineSelector.png using Guid(06bf6150656339941aa98e175a995445) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cfe229839c10580f3feed2fccdaf8e25') in 0.002646 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/conflicted-file-dark.png using Guid(16b10562fce5a0f4794872a75d897cc9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '463f2b4d1f91f74510078742fe5d6260') in 0.002619 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconmerged.png using Guid(36b376cee8459d34e8aefb062d29bcf2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '02c5d42c770d129b1a98788738eb9b03') in 0.003049 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/step3@2x.png using Guid(36e6970b84831434a9eac79abd03700b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '941b6c14831fb004510e82361037b60c') in 0.003536 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/more-vert-dark@2x.png using Guid(366c5b350c052f34aa6909c6563fb9e9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '60ab35bd02e52d8ebcaa19989d00409d') in 0.002727 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineLoop.png using Guid(360dded8761e81d4d98c10f469d55492) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8d027265c91396a09ff6f9670ee45fce') in 0.002898 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_step3.png using Guid(46930b20180b59e46b73494adf53abbb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '90337ccc02dfdad357c9ef3947c71c77') in 0.002848 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/moved-file-light.png using Guid(4616bb1fdd540b8418c6840020e72248) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b74c0ec1ee720ecc40cdd291f0e9ca71') in 0.002619 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhoshe.png using Guid(56e456ab0f7f79a4dbabcc9079c49a94) Importer(-1,00000000000000000000000000000000) -> (artifact id: '044b044b0b3afa68068bcc1e35b8eb6b') in 0.016589 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/diff-light@2x.png using Guid(56f45ee382e8dc847bd536ba8de7300b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '01bbdd6803bf1f54e2e766567e96b827') in 0.002765 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/merge-conflicts-light@2x.png using Guid(56adf392a7d080448ab9b85e27356d2e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd10e7fcca81d764ff99e1c37598eeaf8') in 0.002750 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/ignoredoverlay.png using Guid(767ce9b1aa9de8747a4c2ffc8b3dd7ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8db49a9a8a261048073cbda8c064cd78') in 0.002863 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconbranch.png using Guid(a6219d44b6fc910449f7c3fee45db5c5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bae41b9c9612172e7acb9f765b5b8f4b') in 0.002823 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconaddedlocal@2x.png using Guid(a67b58d6cddcd4345b1e001340de5a76) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f8e9b65b61e2fe6ed6737d59e82ba96') in 0.003038 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconaddedoverlay@2x.png using Guid(a6fbd5a181bc51e42a61a73fe8d727c8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1054f3cc48a0cce1a8fc3f3ce7d8d97b') in 0.002996 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineMarkerItemSelected.png using Guid(b6e9dc9aad5843748a0124b8925c3743) Importer(-1,00000000000000000000000000000000) -> (artifact id: '903b4de021773ad3599ea0878acc0cec') in 0.002880 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackRecordButtonEnabled.png using Guid(c6a0c6226c05f954fa6cd03aebb4d255) Importer(-1,00000000000000000000000000000000) -> (artifact id: '93cd617caa424ececf12c7f73d367967') in 0.002641 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/loading.png using Guid(c6b1bcaa3f4767141acd747384dbb276) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7e6194e98348b8412006226da44dddc9') in 0.002810 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/revert-asset-light@2x.png using Guid(e6e5a841174ef8f44a853b724cc52b4f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '496037aea1bab5735062b8051bbc1eb7') in 0.002759 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/back-light.png using Guid(e676ab7aa99535447a763c9f88bf9260) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd4320cb07245fe826f897841e5f3bd60') in 0.002672 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineAutokey_active@2x.png using Guid(f6717d61970edba4686c297677881a77) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f9a623663039090dfc4c6490abe336f') in 0.002675 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-available-changes-dark.png using Guid(07ab2758fd6b77141ae34a703972f385) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8c162b8df0fa93f35a4b7c0e817af439') in 0.002619 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineWarning.png using Guid(1732e542f535d374bbfa7565fc78414e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ef191d3104eeebb5f8f4fe9d86cc3044') in 0.002990 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe2.png using Guid(17035c204825f6340a252046ab6476fd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '99c08ce630f5a05d4c631ce20fc88a16') in 0.017324 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-warning-light@2x.png using Guid(274868c191eceec47af7c288217e75cd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '192641c86d7fefaa75fed2356f4d030d') in 0.002734 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconoutofsyncoverlay@2x.png using Guid(3728580c149181a44b359e89f6edacae) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd10e8a47cc15d2b0d8d93ed286108753') in 0.003012 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_expertbuhoshechristmas.png using Guid(372e7b39fc8f34549ac25d8757965a2c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '584af5aa39182a23488fe4b8ff6fb177') in 0.017166 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeRippleON.png using Guid(67a774c4384aa6c488128e2851b18ced) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3613d6a932bc398ab821700f783b56f1') in 0.002642 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconchanged.png using Guid(6719b9ff26333564181b5328d934035c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '22323565c4086030e6393a2b19da861d') in 0.003116 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/loading-light.png using Guid(77502b03a9bd59440840caed1248d860) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c6892f18cfdb635e1c752275e0abd6dc') in 0.002610 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/icondeleted.png using Guid(77a39e873655d3c4b93d0b7696397b83) Importer(-1,00000000000000000000000000000000) -> (artifact id: '90c7a86aa9392b7cd4a69785292fb27e') in 0.003091 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMarkerButtonDisabled@2x.png using Guid(77d926c9a4ddcc940b8c000b45cbfb35) Importer(-1,00000000000000000000000000000000) -> (artifact id: '422e4c9bc7cf924e8589c427d35667a5') in 0.002831 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconbranch@2x.png using Guid(874d8401331ede14087e8d8d486ddda6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7ba46ca47ed4c49aea06bd3c6a4f5c6d') in 0.003125 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconplasticview@2x.png using Guid(97a4e2b6ae08b1140a5ba9e22953e029) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9b4e5d5bfbde3f154ca3df7b959c3c27') in 0.003382 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineIconClipOut.png using Guid(a7a968b204ed77c4ba90be3ef3ee8551) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b174ab7d0a0e2744fa486a9b7115e8cd') in 0.002915 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/deleted-file-dark@2x.png using Guid(a7d900a247e707e45a257328c3ee381e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '73cead9d5af9636b1733a9eb33e20d68') in 0.002701 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Gizmos/TMP - Dropdown Icon.psd using Guid(a7ec9e7ad8b847b7ae4510af83c5d868) Importer(-1,00000000000000000000000000000000) -> (artifact id: '78073a2b1d7881b797dcbf26565a86cf') in 0.004381 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/merge-dark.png using Guid(a7dda6e49f4dd1c4bb0fac36bf812173) Importer(-1,00000000000000000000000000000000) -> (artifact id: '41cfd6f763f025e6b7f347298d52f51b') in 0.002637 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignCenterGeo.psd using Guid(c76700ea0062413d9f69409b4e9e151b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f79b9312b33a896ad6e4bba43e169329') in 0.002909 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineLoop.png using Guid(c7df1e797b21c774f9b859d17f674737) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b7ade0c8ccabba5133446b1bc65b92d4') in 0.002859 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconoutofsync@2x.png using Guid(d7094718bdac022428dd29244922d06b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7c252c4eb21eba9bcdc09d834be283a3') in 0.002984 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-info-light@2x.png using Guid(e7a0d3e65a5b4ab4db5ba97e4fc06f99) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ae2f48fdfb9cfd1edeb9ba39f5a2d019') in 0.002729 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconlockedremoteoverlay.png using Guid(e78d7bb19d72cdd478600b30412eecc9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d1e5569bc96c58f6b58a4fe3438bc68') in 0.002819 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/revert-asset-dark@2x.png using Guid(f79532ed53993a24fb2d007f647d3f97) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0f033b8ce8a3222cc84582dd5f052148') in 0.002744 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineContinue.png using Guid(f747f9cdf03f2ff418fe728a77e8cbef) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c0b8bac135e479311b705ff4796e554d') in 0.002900 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconlockedremoteoverlay@2x.png using Guid(f73a7d8758d7be04588b15637d94b5a8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6518153d286ae1cf495800e379aa4eff') in 0.003020 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_stevejobsbuhochristmas.png using Guid(08c91a7677e66844281a99aaf6ea36f1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c232e0f9c2424829567ec3ca2502b022') in 0.016989 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/diff-dark@2x.png using Guid(1875b6a8fb148514ab1d9494eae2dd9e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '28109203c663481f00870278a7599fe6') in 0.002741 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignBaseLine_Light.psd using Guid(18775b51e3bd42299fd30bd036ea982f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2d9aef6391433a359e8895e67014112f') in 0.002908 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineAutokey_active@2x.png using Guid(183f7b7549219ab47becb461a16df882) Importer(-1,00000000000000000000000000000000) -> (artifact id: '73c3d5cc1afcb0773be254b552cc580d') in 0.002755 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/choose-remote-dark.png using Guid(289215d22fcafb941b9e25f8609e25b9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '013b0a6b8ce9094ef3a01bdf9b3f2e2c') in 0.002630 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineActivation.png using Guid(2887294cc7f1fe840bff6e349409648d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '94723d9c3a488b2a59edf9372ce67eb3') in 0.002881 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_step1.png using Guid(38236a82ff44aaa4b972248479d5f970) Importer(-1,00000000000000000000000000000000) -> (artifact id: '45748d84cfade5bee8c0a31c2c9be310') in 0.002832 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignTop.psd using Guid(48d034c499ee4697af9dd6e327110249) Importer(-1,00000000000000000000000000000000) -> (artifact id: '203b12bd782009cdbe886c259b92f530') in 0.002906 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/undo-light.png using Guid(48a8d899ebcc4e84db1a2ffd2bb4e9e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '615d4e5a75ba70dba1488c0116cb83f6') in 0.002623 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignBottom_Light.psd using Guid(585b70cb75dd43efbfead809c30a1731) Importer(-1,00000000000000000000000000000000) -> (artifact id: '121023d68072519bf33e5fdcca84dec6') in 0.002885 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-done-light.png using Guid(68d404d4616084f449a3bc644c023f2c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f2c595cd682bc0daaf2202bee3d438d8') in 0.002640 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/conflicted-file-dark@2x.png using Guid(68295f1d2b4db9040ac84ac00d5554a6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3261547268e5f38810d3229b0b892b52') in 0.002747 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_ignoredoverlay@2x.png using Guid(68fafd0a2acc3774988418f657bf7b68) Importer(-1,00000000000000000000000000000000) -> (artifact id: '17cbdfafd7f901082fabafbee28c4db4') in 0.003051 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/choose-remote-light.png using Guid(78f56e873f56d7943aef2a039430732e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'def549a3c58ebba2d203f37c8b96ad02') in 0.002639 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelinePingPong.png using Guid(88d697f38121de443ba144702e5122d9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '115a5e7213f08af86c62586476ca2779') in 0.002886 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconconflicted.png using Guid(881798b77426a8f47b533dcc4767e9e5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f03fd3817dda648ac58317cef93cbe60') in 0.002795 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-warning-dark@2x.png using Guid(98d032c68be4a784ab77b461c5341fc8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '43250064667e8808c040c0825d768a77') in 0.002712 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconundo.png using Guid(98773313eabe35543bfdbf542ccea271) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9ec3f1cba856dbc398e1f4e0c268645e') in 0.002827 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/revert-asset-light.png using Guid(987c88fe221d4484db97f6d0e56d8e3c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f942ae0898c79353d5337f013bf448ca') in 0.002634 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-progress-light.png using Guid(98eea3a123f8b4c468b7e43d0ff3c232) Importer(-1,00000000000000000000000000000000) -> (artifact id: '057dd477f41ffc56487c5eb2ee058c4d') in 0.002635 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineEditModeMixON.png using Guid(a82846d41464fcf4b962ebdc815963f5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '095cb4dd749b926987675f00f9bf9666') in 0.002656 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineSignalCollapsed.png using Guid(a88fa20ed164bbe4da6bf533f94a3113) Importer(-1,00000000000000000000000000000000) -> (artifact id: '244348d04c33613d07a755623eef01d7') in 0.002879 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackLockButtonEnabled@2x.png using Guid(b8c531b4e51e4994a81837c4e9b0d649) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ac125f7f9456a839bda974cecfebe4b0') in 0.002740 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/icondeletedremote.png using Guid(b85a4b2ec6433d04895612d791edc260) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b50cf9dcb4e98721e90f8f62960dcfbc') in 0.002779 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineCollapseMarkerButtonDisabled.png using Guid(b80d5b6acdfbc114b9efab6295fd96c1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '351f893b2f664c326f4619b5487e9bb4') in 0.002631 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/clear-light@2x.png using Guid(c84258b6921bcce45a57f68a07b2143f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5e2b725fe6e9db987ad81d8ecdc86e4a') in 0.002739 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_step1@2x.png using Guid(c8a69ecdf54ac8e4b873466605de27ff) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fe5b7578481c74bb9e248f74f17dadf5') in 0.003270 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_expertbuhochristmas.png using Guid(c887ed2a931c29040bc544cd8c546e9f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aa78b198db7752e64a18f5a18d03fbb2') in 0.017376 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/merge-conflicts-light.png using Guid(d876c6d477e3c3b4891cdee8f10ecaf1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '089a213759613257e6a8d26b25a5d4b9') in 0.002633 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/show-light@2x.png using Guid(d84f7eb154b674f46b833c51f844277e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '15df382c1ac8dd836655b6343ad0b69f') in 0.002762 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonEnabled.png using Guid(e8aa120f1b4731e43a2dd31eb70bbbe2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '891b4bd9031e5c862b9e266feecedd60') in 0.002625 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconmergeconflictoverlay.png using Guid(e82b4b1383f66ad468b73c88a7688e03) Importer(-1,00000000000000000000000000000000) -> (artifact id: '95965f75f520cb853ea9734b49b7fe0a') in 0.003929 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas3.png using Guid(f8c9467a892580344bb697526dac0d13) Importer(-1,00000000000000000000000000000000) -> (artifact id: '932b98ef4d5c8306aa7c7d662f411894') in 0.016597 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconoutofsync@2x.png using Guid(f82dfc5fc3c5a8f4080a3550427019c8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0577a5632a554e14c1c7796fa5b59b68') in 0.003000 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-incoming-light.png using Guid(0919e5a835eb86343b8b1722ea1d32a8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a971d0ad4c6bcd897b8bcf5f6ed7ae27') in 0.002640 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/search-dark@2x.png using Guid(09996e28fa830fb4283b19f26584c9f2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '212c7dd5ed8cb8dd4de459bd6ad1983e') in 0.002741 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineEditModeReplaceOFF.png using Guid(09ae14686a02d484ab41e76fd1efba14) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3513403e1df5861502e2144c859cc603') in 0.002643 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMarkerButtonDisabled@2x.png using Guid(193dae938a3136440b693b45a2494737) Importer(-1,00000000000000000000000000000000) -> (artifact id: '06c66a90d1cd971f7089426db54bd5fa') in 0.002737 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconcheckedoutlocaloverlay@2x.png using Guid(3999034958d54364da380a8839a11050) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'edbf21c6655378f425f606f0559c3fa7') in 0.002997 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/choose-mine-dark@2x.png using Guid(39c95c5cb14167543b9aa5908c94bb71) Importer(-1,00000000000000000000000000000000) -> (artifact id: '57e4896a01bc134150c1c49be43b8620') in 0.002736 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeMixOFF.png using Guid(39d9575ed0465354cb02b69ea18526de) Importer(-1,00000000000000000000000000000000) -> (artifact id: '52dc32e0993c66a7b21822000b15a0fe') in 0.002632 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/added-file-light.png using Guid(397fff6c3885f8343bb65714f0064b5d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c1942ea79f61b30f96f83c5c63f6f101') in 0.002636 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignCapLine_Light.psd using Guid(49679f302ac6408697f6b9314a38985c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '19a8c92724e2bfcfe81b00809a5dced0') in 0.002930 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackRecordButtonDisabled.png using Guid(495998c718a094540bbe57ae5ab07647) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ab28b09b416524c3cc780fc2cd01b2da') in 0.002659 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/undo-light@2x.png using Guid(497a860dcf38eca4485e2b936e03bef3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fcd8f55ecc04649cd9a78e0fc5acf6de') in 0.002731 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas2.png using Guid(5955491dc8dcecb4a993d9a008cf65a7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4885849f822e6cb7e0bad0d6c5dd2a8d') in 0.017655 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconaddedoverlay.png using Guid(5978a510e241e1a41b7ea0db0b64f333) Importer(-1,00000000000000000000000000000000) -> (artifact id: '671daeff8cb35396b88c902e2c4785f4') in 0.002846 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/ignored.png using Guid(595bc97bc8e1e0b46bd4c2148ba3723a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '096122e479c56ae348a08c9931047bfb') in 0.003050 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-offline-dark.png using Guid(594fa102c56c0274db9edabc563d7dcb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df2d9200dcda7b5efc8444d69dbb2d1e') in 0.002624 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineEndPlayback.png using Guid(6952cd3b0f88917449a8fa4d19fc5009) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bae802c005c93ec5305efd2546f5aa19') in 0.002877 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignFlush.psd using Guid(691475c57a824010be0c6f474caeb7e1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fe8e2ace6a9068d5e9eb7a1adc143c50') in 0.002913 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/step3.png using Guid(69899ed144c8eea4baea48b858b37746) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd337e54e787d57267f8beba82a64765d') in 0.002863 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconundo.png using Guid(691dc543ff5b9ca44bf846657ba04161) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd1d341bb037c2ab9bf585cd4e64b9e2f') in 0.002807 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineInfiniteTrackNoShadow.png using Guid(69ff79f863a32ad44a9497d4896d9d1c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7db3ff0f99bae586c74dc0eea75565f1') in 0.002914 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_step2.png using Guid(897c3a3f5c4038345a7143573bbb4a40) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7e3c6fc590406d8cb8030a3df0f74cd2') in 0.002837 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/ignoredoverlay@2x.png using Guid(999d04c0ea94ccc41b3d80788160695b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cc14a97fd39a2512f8026ab76cb2a114') in 0.003006 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/choose-mine-dark.png using Guid(a972d8b163b45d54b89085acf50327e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f27824bdef8eab290f02f7e3027f45b6') in 0.002662 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconplasticnotifyconflict.png using Guid(a916ed6819efd014588f58e3cfc48196) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e644f5c3b7fc5d7a1628b21a3e95ac91') in 0.002805 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-incoming-dark@2x.png using Guid(a9fa02cdd2d760c43a0e69ba0fa49dab) Importer(-1,00000000000000000000000000000000) -> (artifact id: '56048d9df01399cdd27539c6acd25797') in 0.002768 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-error-light@2x.png using Guid(b99e43bf99b3c954f91bde2ad0c1eac2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '801eb8e3a0b40d39f7361bea708c85d5') in 0.002743 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-offline-dark@2x.png using Guid(c9fb8470579cf8440975e58c5df98216) Importer(-1,00000000000000000000000000000000) -> (artifact id: '56c6a9cff749d77b856222a3b9d1b366') in 0.002820 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_step3@2x.png using Guid(c9ed6d6ea2f9657409bfa068d4846139) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6f6d6a6183874ac49d25aa29da26680b') in 0.003201 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/clear-dark@2x.png using Guid(c98f350e47082844fa2954de4d2d5ff9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd578ee318f1b07a6e2ea6d413198f158') in 0.002744 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineSignalCollapsed.png using Guid(d91793cd853a258448e4d5545bb38e45) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9776a0574c7d1c854e56435f187e794f') in 0.002875 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas1.png using Guid(d98fbe17966d8ef449b25b99024bf36f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4115c75d09cc11315ea26565b895f237') in 0.017385 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_stevejobsbuho.png using Guid(e92527f6d0fe45342ab542b47346d45f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '102b10ade22ddf1a5e29e778bdb9f5ff') in 0.016445 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/Images/ToggleOn.png using Guid(e97f44a089f144758b462da41bc96973) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7769f79f934412ccbd3ba66d64585cbc') in 0.003060 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/more-vert-light@2x.png using Guid(f9053b8d7b8c0d446a1f1fd28fec65c1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '140c7813d6ba8a38de3928cf0f5bbfce') in 0.002797 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/buttonssosigninunity.png using Guid(f9161c6c9e06dc445ada3ee16d991f90) Importer(-1,00000000000000000000000000000000) -> (artifact id: '06cc681b4ba42586d62a756589ff25f8') in 0.002841 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineKeyframe.png using Guid(f9fd2f335364cda41937eab39bf20049) Importer(-1,00000000000000000000000000000000) -> (artifact id: '675e16f2c987b9fc2217477069a9202b') in 0.002878 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconconflicted@2x.png using Guid(f95f697d66d238446b1ab717def09945) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a931f4cd38f0db244eac601c4252ebbc') in 0.003025 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconemptygravatar@2x.png using Guid(0ac55f9f886d827408c102bdf33c5ff7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a268211d78f1cafae68dc5477a53b0ff') in 0.006019 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconconflictresolvedoverlay.png using Guid(0a78c2b019ae1e5448f50d83adcfd965) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5da54d9eba6c3247fcb637cab256e28a') in 0.002797 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconplasticviewnotify@2x.png using Guid(0a4da12ff51bd83498216f698c7f20fa) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b794e73b8a61a273d06709fb4985358e') in 0.003129 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineAutokey_active.png using Guid(0a5e3e063c4e1ab45999cf6e40c13c07) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd54f4940510e38dcb3fb0589138429fd') in 0.002875 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineSignalSelected.png using Guid(1a7852b1b33b816498b6af1e739f5995) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b2a287092a342578a560b6320f68c762') in 0.002862 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-available-changes-dark@2x.png using Guid(1a2cea5a396ff5d4a8f740bd5d8726b0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '680b740fbe6f2524428831875c34784e') in 0.002750 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/added-file-dark.png using Guid(1a4f52b613391cd449af3ad2e44affeb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'adf3347fe5c73258986274ac3c2dd367') in 0.002653 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/publish-light@2x.png using Guid(2a4c44b710a153245a151f26acb70271) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'be400adb1c1e43c5e8459a9bcccaf4a1') in 0.002856 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/moved-file-light@2x.png using Guid(3a008b3f63356f241a197da231865421) Importer(-1,00000000000000000000000000000000) -> (artifact id: '61293994e14ca9d53ae98d72c3a738d8') in 0.002763 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconmergecategory.png using Guid(3aeafd5c84842b44e985f9cc2bd28e74) Importer(-1,00000000000000000000000000000000) -> (artifact id: '758cbdd286f87374e8d742b627450ae8') in 0.003076 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_colorbuho.png using Guid(3a0c527d7f890d64a9b56b086e6e766a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '837ce9a34b957682794431ee5e5465ae') in 0.017386 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconconflictresolvedoverlay@2x.png using Guid(4a231ba0e81e63849a8f985c228e8acd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '94f064d88201dd065226258c1dd79c6e') in 0.003042 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMuteButtonDisabled.png using Guid(6ab002208ec290544b44bc263dc58a95) Importer(-1,00000000000000000000000000000000) -> (artifact id: '47dc2f8ac9c4f7edf6a64c5ccc744c2e') in 0.002647 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignCenter_Light.psd using Guid(6ace62d30f494c948b71d5594afce11d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ebd6a95b1fc0a38f0f9361efc8e1a094') in 0.002941 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconmoved.png using Guid(8a6cca56e2b63344eb4769cd92d93ffb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '618e93e0df78790402346b9f942b256c') in 0.003038 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/undo-dark@2x.png using Guid(9af18154bd2effd4f813d58651798b5d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fa49df73a4f82c5d4e294c2fc9937b98') in 0.002713 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconaddedlocal.png using Guid(9a1ab8af8c446204e989a90f18305caf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '52a647228f5e25ed09a594098091921b') in 0.002847 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconemptygravatar.png using Guid(9aebd705574f9e642aef1e5f59b3e4d8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6daa1ab7261f47bc07a9c03cc863e876') in 0.003580 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignBottom.psd using Guid(ca51b19024094d1b87f3e07edb0a75fb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'adb1563e657954ed21cc07bfbece8ae6') in 0.002884 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-offline-light@2x.png using Guid(cabe2c11824b4164984e262821760727) Importer(-1,00000000000000000000000000000000) -> (artifact id: '28b84f88d4daacf6558cd7a547e500f0') in 0.002778 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_cloudbuhoshe.png using Guid(dae33700bd23f76409a80bf78fdb8a42) Importer(-1,00000000000000000000000000000000) -> (artifact id: '789aea07f285cc3f11d11e35ad9916c9') in 0.017095 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconemptygravatar@2x.png using Guid(da545229eea36164d8b8cba2f75a1143) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7601549e968aeaf3f299d33fcad08c83') in 0.006020 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineInfiniteTrackNoShadow.png using Guid(eae63adb172f1164db61a7f4bdfc3637) Importer(-1,00000000000000000000000000000000) -> (artifact id: '89d9d2a17b1c97a27092deb87915709b') in 0.002905 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/search-light@2x.png using Guid(fa5b15174efac1a499b91afa33c625fb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5e1cb8be02e66aee44867259b14c2a73') in 0.002755 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignJustified_Light.psd using Guid(fa6bd40a216346b783a4cce741d277a5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e011901b1179e33e12b6ede6f508eb8d') in 0.002972 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-info-dark.png using Guid(fa1ff86f20525894b9bd92f1b1909ccf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0cd76d0b15d092679cad5155faf62e90') in 0.002625 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/choose-mine-light@2x.png using Guid(1bceea0c53eecc244a50615c7958486d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '33465bd454a3d530d74f8ea6410e1023') in 0.002774 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconlockedremoteoverlay@2x.png using Guid(2bb4e96f5d0b02c468932d665a015c54) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0fdf2b7085ee4892d7a0aeabd3a26658') in 0.003024 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/search-dark.png using Guid(3b44c1da064d3bf46be68efbc875596e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '149d8f745c0931113567fab495c4b32b') in 0.002619 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineTimeCursor.png using Guid(3b9e9b3d9ade166499e7a17109ca73bf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1770e9f962ff76f36a5cb421c333e2d5') in 0.002865 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconcheckedoutlocaloverlay.png using Guid(4bd47f86a00dd2b4b8ab20a11de165f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '69a65974e3b59d8ad6bcd852d768f1d2') in 0.002797 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/publish-dark@2x.png using Guid(4bc6c7e602886fd42918d903a7393536) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ed7325f0974a7b836ef510f96f39e09') in 0.002759 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackAvatarButtonEnabled.png using Guid(4bf6507f1346b2746a35384f6a5fd5f9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4e6d28b5600d849103485d7320ff0d03') in 0.002654 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/publish-light.png using Guid(5b22e8d996934d3498b6e8b2cc8744d6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '215dde982d744d9a37692ebdb0f8e706') in 0.002613 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-offline-light.png using Guid(5baffe5f7a6366344b7819fa35e7e030) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f3a661781d361d168c7468392600666a') in 0.002651 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/merge-dark@2x.png using Guid(6b972fca7700d6748b66eb72f2072e74) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5cc66616222a57798a4a8708303d7233') in 0.002754 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeReplaceON.png using Guid(7b4b3cedf598c954cb2f38d6e2e34c0d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cc9a6000d0b64117b992b12e2bdb7017') in 0.002616 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignBaseLine.psd using Guid(8bc445bb79654bf496c92d0407840a92) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd3b3f75c6ec4aac208502148d13f2447') in 0.002916 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuhoshe3.png using Guid(9bb60d9b0987c3747b57516cc172d0c7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e768d6694fe56658cb69e60fb7e2bff7') in 0.016602 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineIconClipIn.png using Guid(ab1e2f0dfb0df5e40bb95359b3d8ed3a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1beab7f62a6b8ca23e06353e4d124f5f') in 0.002852 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignMidline_Light.psd using Guid(bb42b2d967d6427983c901a4ffc8ecd9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f58c4b509af81d5a944876f272d60227') in 0.002941 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/deleted-file-light.png using Guid(bb678af880b2dd74cbd76186590c66da) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9e12a96d3203c3cbc8e6879800ad62e5') in 0.002608 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconcheckedoutlocaloverlay.png using Guid(bb1928aff4fd4cf44af1f629dc14ef9b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '145d2cb2c00c4aba58b8efdda3c3ec99') in 0.002769 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackMuteButtonDisabled@2x.png using Guid(db31466324572e740a431e4e0e03a016) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dbb5b59cd76344bf1ab367901d0d4051') in 0.002783 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackRecordButtonDisabled@2x.png using Guid(db15c78579dee4a4db85f392634c8ecc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '937558dae976f7f0b65d88422d1b9e9d') in 0.002752 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineBottomShadow.png using Guid(db66ea47c76423f4a881937d34495801) Importer(-1,00000000000000000000000000000000) -> (artifact id: '29c563d96386f03a04400f98f933897e') in 0.002876 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-info-dark@2x.png using Guid(eba49403f5934c74b8114ead5f397592) Importer(-1,00000000000000000000000000000000) -> (artifact id: '358f512e9ae1df3b68e6d9dccafaf69c') in 0.002719 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-done-dark@2x.png using Guid(fba4512e3548e0548b2cf4f11913e257) Importer(-1,00000000000000000000000000000000) -> (artifact id: '34bcd5112e127887b5e39690578a02a9') in 0.002773 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/SectionHeader_Dark.psd using Guid(fb5730e24283d0c489e5c7d0bee023d9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b0b792cd075968c1576a617cbb56ea35') in 0.002953 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonEnabled.png using Guid(fbcdeb07ee516a64daa01ce462874280) Importer(-1,00000000000000000000000000000000) -> (artifact id: '10c51f7e3798c7fec88f6d1bdceed375') in 0.002642 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconaddedlocal.png using Guid(0c6a2a64ca9f9c946a7dbbd1674cf5bd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8ac9b4d32db59e7ea68f55eff76d439b') in 0.002817 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonEnabled@2x.png using Guid(2c85066ea99cfbe4f90294bf295ce543) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4623a07162f92173c9bc2f96d5598c99') in 0.002749 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/choose-remote-light@2x.png using Guid(2c8a8b796d0907747a9518f9458b2259) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1f200d27d2b93ec23d1dfcc4de624338') in 0.002760 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/choose-mine-light.png using Guid(2c0bdcbf152ceb64ba9b01cc370a9092) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd28faee06d1cda0f7ff9b2ecfb084893') in 0.002621 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_icondeletedremoteoverlay@2x.png using Guid(2cfbf6619eb047545a425e8a31732c83) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5c346ba9c50274f8490a8a8c2d721421') in 0.003089 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/more-vert-dark.png using Guid(3cf437657a48d3f4790401155e66704c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6605dca3fe4979a400c5c4b70428c993') in 0.002609 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/search-light.png using Guid(5ce43a8ae9d640f4cb77136d601fc0d8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ebb0a5d447ad540e4287dfa6b731dafa') in 0.002642 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineGroupBackground.png using Guid(6ca5daa3415451940921fa7e2c3db9e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e17e8685361d48bdce49a3a0d9d85cfc') in 0.002935 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackAvatarButtonDisabled@2x.png using Guid(7c05578092876a0458b8b480269aef86) Importer(-1,00000000000000000000000000000000) -> (artifact id: '79943f32528776bab8d05c19deeb2106') in 0.002762 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeMixON.png using Guid(7c681ffb5a436684fa3e98a9b66775c0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5cd3709e1792a7f2a77b061ec231e078') in 0.002651 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMuteButtonDisabled@2x.png using Guid(9c706019afb28944eb19b500ea0da38c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bab5d88d770b45f028395b8149a32cd4') in 0.002817 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/back-dark@2x.png using Guid(9c6313a5316f8a34b852bf94ff96e3ab) Importer(-1,00000000000000000000000000000000) -> (artifact id: '50354080f7c3c108e67d9536d2a40b9f') in 0.002734 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/step1.png using Guid(9ce84ff0fdeb13d4a83f077d075dd9a5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ffd6c4ed31bf12ad0081f9fe355745ae') in 0.002858 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_cloudbuhoshechristmas.png using Guid(9c0d6ec706e01ce448aea81584af092b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3ae846a5e2e2215fdca41456bed244a') in 0.017539 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackRecordButtonDisabled.png using Guid(9c6daec86666cbb4b9e558b839a103db) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd7375c3df60ed515acb7ed303ed24cba') in 0.002633 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/show-light.png using Guid(9c0e0aeb2cb19c640a4d430e258e7336) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2c9b02b58e3316e98a70b91f57ebf314') in 0.002644 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMuteButtonEnabled.png using Guid(ac5017dfbeee42347b3b45ecc572674e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3e1a8c389f14ea7a7218b9ce32a4bd6') in 0.002664 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/edited-file-dark.png using Guid(bcc2167ce63c6264b9c1295e97bec6bc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '96ce4e29ac08c5cdd57551ea961a5f5a') in 0.002636 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/icondeletedremoteoverlay.png using Guid(cc3a9f4e86314f746aa1a97505d6323b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '879c9e81ab8cf3d40e4a3744e207057b') in 0.002781 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconplasticview.png using Guid(dcb2ee37925b97e438ae244996d81a55) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9dccbf899c9b633470f3e61f0574794a') in 0.003075 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconoutofsyncoverlay.png using Guid(dc633de6e6e7415448c7568418239a9d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cc6e292b1665b86c21d1e34eaa404338') in 0.002786 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_colorbuhoshechristmas.png using Guid(ec03f79379868c642b48ae5ddc821b6d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8c4ec0e6a6ab2d17e77a88ac9a2438ed') in 0.017394 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Gizmos/TMP - Sprite Asset Icon.psd using Guid(ec7c645d93308c04d8840982af12101e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f63f8a991612969464cbe114913805a1') in 0.004335 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/added-file-light@2x.png using Guid(ec2e3aa6d0ab8ce4eac29b56d65d61d5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '145cb6161a073d5fe8f0984cba2449dd') in 0.002736 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconplasticviewnotify.png using Guid(fcbb76d583fe7ee4e80e7e47c0593c4a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cbec36784cedd35a2b46fcb90b359c04') in 0.002799 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignCapLine.psd using Guid(0d9a36012a224080966c7b55896aa0f9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9b07cc7354409045e1e59fd0f22bb5fb') in 0.002897 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconundo@2x.png using Guid(0dfbb2b6ddcdd254da80e3418498b3a6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '887f468bd8d5851b1f95ae8016b10ea5') in 0.003127 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineMarkerItemSelected.png using Guid(3dd65256ca8837544b3e738c0d3ee0e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2f5059115dd4e5bd1b50d3c04eabc558') in 0.004044 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_icondeletedremoteoverlay.png using Guid(3de8a0634e55df8499c88204001cb0dd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '76bc85c67af3db69fc25f1f28bcc513b') in 0.002813 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/loading-light@2x.png using Guid(4d614e4edbf542c418d50ec49eed858d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5e29392478046f4c7f67445893b92b43') in 0.002883 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_icondeletedlocaloverlay.png using Guid(4da274d970a82a943ae3979e7833f3dd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c8edf90e6c2be69d6ea863b42f774f4f') in 0.002785 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconoutofsyncoverlay@2x.png using Guid(4d7e6e570e9d65a4c9a994783a0652e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bf0ec80f743a57a67c578d268297d545') in 0.003046 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/loading@2x.png using Guid(5dbc069eb79bd4d43840847264d6d956) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'af7da28e1db940fe3889418a5edb9a7c') in 0.003142 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineSeqEnd.png using Guid(5dfe66e61e0d270468ae75349ff3a3eb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2aa0b8f5ac09913935028d21c4229d2a') in 0.002896 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconundo@2x.png using Guid(6d6088174bb906b49ad8428526ee337b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '37fe5eb0301da8b44bb2f6fa4a916169') in 0.003249 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineEditModeReplaceON.png using Guid(6d41c3e8796a4fd4e80840354039e4ac) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c182f2edaf2d041dbecdf4a65bb302b3') in 0.002632 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineMarkerItemCollapsed.png using Guid(7d4691eba7565c34ab785c00fbc27ff8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '823e02959be4fe372ec2e88d592c01da') in 0.002962 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/merge-conflicts-dark@2x.png using Guid(7dc96f2ba3659a64eb632128d0705ddc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8e863bb4b48e58dd1a06eb73d12570c4') in 0.002738 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconcheckedoutlocaloverlay@2x.png using Guid(8d98ab6168c3e91439339f1908b8fe97) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cae9e9e05f08f116de149929549d4470') in 0.003041 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-error-light.png using Guid(8d3ab9b7cb3a1794a891374315d8305a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '425cbfb584ea5800e29a287ce629f4cb') in 0.002610 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconprivateoverlay.png using Guid(9d6e2d7ce65565b4a93d524fe7a05d0b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '21d97928d7346c8732769a7f0fbb536f') in 0.002866 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineSignal.png using Guid(ad2e3e92b00839c4e991ca602ef19822) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4dc98c45378711e82205d7ddf0a2d8df') in 0.002912 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineEditModeRippleOFF.png using Guid(bd7b7cac6eb0c3f469781d9a729a1c94) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cb733da943154c3d24104fcdd1a3edec') in 0.002718 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/merge-light.png using Guid(cd20fda32910f2942bd0231aa038b0bf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2c93c947518a022a00396d0f17b695be') in 0.002633 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/edited-file-dark@2x.png using Guid(cdf2b54d520524c418aed1dc00eec185) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b90aa92ecbdb3f5970ca935209cdd894') in 0.002785 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_step2@2x.png using Guid(cdb88fdb0cf46b244a667edaff21c7df) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b1f4b6f86e31d9fbb804cb4df1ddef0b') in 0.003287 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/step2.png using Guid(cd0b17b71a5c498428ee91dee8a78a88) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f20d1c7e702a2a499281ad8790807b36') in 0.002861 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/buttonssosigninemail@2x.png using Guid(ddf2e76e8a1f88f46ae1e42277850b48) Importer(-1,00000000000000000000000000000000) -> (artifact id: '19bd05929166bf58a893cb701e3136d5') in 0.003278 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/loading-dark.png using Guid(ddc4c89f94d2d994c8d7275e3929ff60) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f0058f5c2e90db5b98b5411cfbec734e') in 0.002605 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineHold.png using Guid(ddbd45249a133a846b2f20e39b537565) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a310ac464974e4062c1932c0726c02ac') in 0.002900 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Textures/btn_AlignTop_Light.psd using Guid(ed041e68439749a69d0efa0e3d896c2e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '146efbafdfe543ebd6a9fb1bd7b4836d') in 0.002911 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconrepository.png using Guid(ed64f3a17f2ede646be21ed6edc9161a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4c78270fd217cc00b96b1d1962b64327') in 0.003082 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineTimeCursor.png using Guid(ed665472b4fee2043a5c1cc802beaa8e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd84ec081177bc29a7de09260c55dc3e7') in 0.002869 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonEnabled@2x.png using Guid(fd12dbe3b63ae464f824b4a74c0e1766) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aca841e4f2b205c59d0189acee0a28b1') in 0.002788 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_colorbuhochristmas.png using Guid(fd098fb4cf57bad419701c802e442b7e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5cf57e4119dfed5013ef96e90ab5af4b') in 0.017424 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonDisabled@2x.png using Guid(fd194f75fe3d7ca4488fa775ae832fd8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '146d59c95d34f1dd0a56e4c38feabd7a') in 0.002767 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/publish-dark.png using Guid(fdbd7df1b46f4714fbb0174e505f5a31) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3d38c576134ba081b06c02c804255397') in 0.002614 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconoutofsync.png using Guid(0e80bd0b4a8196f46acf73711b9505ec) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd48dbe54fa9bf41d0ecd211543805d67') in 0.002801 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackRecordButtonEnabled.png using Guid(0e5ba0f04df278944a8f5a62f64f5aa6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e546be26335e4e804dbc61e070000ff4') in 0.002633 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-warning-dark.png using Guid(0e3edcdf6743ba643999fb3882f1cc15) Importer(-1,00000000000000000000000000000000) -> (artifact id: '41d9d11708810d62a017ca7be73340d1') in 0.002643 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-warning-light.png using Guid(1e80543db0ef9494a9c1777f01e1a4a0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8a63e33369acaa863c08c92fc91131cd') in 0.002618 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconplasticnotifyincoming.png using Guid(1e6c9635b80f973488d8335a081c905f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '06997c5c3dc55bf91c87cb390ea11205') in 0.002800 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconmergeconflictoverlay@2x.png using Guid(2e2ab640fc132eb4c83f1c586c46d610) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1001b75c4b88148afdcd0d461dd46c84') in 0.003009 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconlockedlocaloverlay.png using Guid(3eb463f682a32ab48b98a68d3361e524) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b1deaa5c7aa913c62066f28cd2484a2d') in 0.002813 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Gizmos/TMP - Input Field Icon.psd using Guid(3ee40aa79cd242a5b53b0b0ca4f13f0f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '73a3f70d229ad438cc7bc92ebdbebd0b') in 0.004388 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-error-dark.png using Guid(3eeca90c1ad2c46499941d0901eef4c6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ba2de3f0195d10ab7a83b121366a6670') in 0.002638 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconmergeconflict.png using Guid(3ebdd5b3c161fc343a4bbc3ea42da8ca) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ac7c38ecb053a9081d496424998621a0') in 0.003048 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconplasticnotifyconflict@2x.png using Guid(6e0a54826ffc3ee46b0aa3e1c1575a69) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0498775fbcd2dcbe3c9db3243db36907') in 0.003095 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_loading@2x.png using Guid(7ee48c5fba4919649a8a6094cbead669) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9fe489ffd8ff00c1dd263198fe174cfc') in 0.003151 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineKeyframe.png using Guid(8eba099eb091faf419fecdcd5cdabfd7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ba1bcf3d93a40eebc1a63f658e3b192') in 0.002886 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/back-dark.png using Guid(8e3ec2dfd58b79842aa78376678a9a05) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9524e6494e3348c6fb651155f2fcc65c') in 0.002662 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackCurvesButtonEnabled@2x.png using Guid(9e541b6dcfb77d34481f69b3d62d0343) Importer(-1,00000000000000000000000000000000) -> (artifact id: '268e4ac51a89a9785952474951c49667') in 0.002751 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuho3.png using Guid(9e9474494461bd048803b48e391ef0f6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '529d8759fd9d8337b53bddcda8f5c269') in 0.016576 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconlockedlocaloverlay@2x.png using Guid(ae53a7884da90e94eb5dfeab594b746c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3370ef031012432a7802c1e9c50a9617') in 0.003076 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/iconplasticnotifyincoming@2x.png using Guid(ae869fe6797f4454cbbf417d87ff637c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd027c52d82516c77fb2d4e9fdac15809') in 0.003068 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-progress-light@2x.png using Guid(ae9e7828f0813b04fbe3f839422b2289) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'efd68256c9b5acd4b416bb38249320fb') in 0.002762 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_stepok.png using Guid(be423a54b981d38428de82ad12534629) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bfdf9dee1f27c14be9b4307f5c9c123e') in 0.002863 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/stepok@2x.png using Guid(be340a165cb9c8d4cb50f1deeb51d4ea) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd9caa4d7ba679e3abf16a816f647ef9c') in 0.003515 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/deleted-file-dark.png using Guid(ce3ca6a541b5fbc4c80edb5195d78731) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9ee5e54fd86663c5a831e2f936ef4ee1') in 0.002608 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/show-dark@2x.png using Guid(de4c62a7de5c61a41b5b0029b339f373) Importer(-1,00000000000000000000000000000000) -> (artifact id: '38ac4c7b6503a391d5e8d2ec2b38dbcf') in 0.002738 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Gizmos/TMP - Font Asset Icon.psd using Guid(ee148e281f3c41c5b4ff5f8a5afe5a6c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '70c7eb6c83cf0c3f3de9384af417d1b3') in 0.004376 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackLockButtonDisabled.png using Guid(fef7487d8b06bba408f70354e2463ce4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c9606d10d94d5a5e3ddb44c4205df548') in 0.002651 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_ignoredoverlay.png using Guid(0f5597de928ba6547895c4cdb9fa4185) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7ed8a1ab1ea9ab366fbcaae3acfecce4') in 0.002885 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuho2.png using Guid(0f061b4bd0275bc4eb60f2af31e7375a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '007ed4ac1d07c6b1a043e08bbc7678cd') in 0.017032 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackRecordButtonEnabled@2x.png using Guid(0f1c9a12872a30f45bab34f536332bb3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a1d2d57b71acd9717ef4b4cdfa3a1853') in 0.002856 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonDisabled@2x.png using Guid(1f3ea4caa6e0ec74388e4d7d16690e68) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b39a53527127edc87d1591ca2eaae7f4') in 0.002772 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Gizmos/TMP - Text Component Icon.psd using Guid(2fd6421f253b4ef1a19526541f9ffc0c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e94fc47e51db6dcf8498498eac6b5c9b') in 0.004302 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineHeaderMarkerIcon.png using Guid(4f8d98ef7dbbe3d469e14c04722cbeed) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd86b1af5512beb33f04f1af63a44afa8') in 0.002633 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-incoming-dark.png using Guid(4f1f02bee0a5ae24aac00a40a212299a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c1f89dd6012da3243fd76fb2fea8ed12') in 0.002626 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackLockButtonDisabled@2x.png using Guid(6fb5cabb85ba3794682b16eba19440cb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c40e19408434429ba363b05cd09c69d7') in 0.002739 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonDisabled@2x.png using Guid(6f0b77e050cdb12478ed9514b3a0e40e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '006e5fb8463f56eea225b0b8e06f400a') in 0.002761 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuhochristmas3.png using Guid(6fac4e39926fd9c4ca2ba4416160a857) Importer(-1,00000000000000000000000000000000) -> (artifact id: '021718df6d640f059a10fb0ae1659f3c') in 0.016942 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_genericbuhoshechristmas2.png using Guid(7fd3cda14282bb7429b8eeb6c121e5bb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'db8fcc92486053fbe71eedd03507838c') in 0.017601 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconprivateoverlay@2x.png using Guid(7f854f490da24e54f9e8383e446b5d81) Importer(-1,00000000000000000000000000000000) -> (artifact id: '920078fb4cfa03411e81cb94feb136cc') in 0.003024 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-warning-light.png using Guid(7f5bfdeb677f0f9439f594f1cf98266a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dc140ba1c498774c27a89012b1230a73') in 0.002627 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/status-error-dark.png using Guid(8f169193df3d51042a705fa81fc46e72) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0de6b453da4ebeecc0c75047a8a8f24d') in 0.002616 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineEditModeMixOFF.png using Guid(8fca5ed160cdc5440a4c7561db4082b2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '15b665d3bfdd350d3cdd787a22b8c827') in 0.002639 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackRecordButtonEnabled@2x.png using Guid(8fdae4ac756ed6047b01021ff0cc3ebb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fa7d94b745d137436d501b66df342515') in 0.002750 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/undo-dark.png using Guid(9f379314652051f4aa49201b44eae54d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c7f82c89dae9ff2b314c91ad0dbcf863') in 0.002640 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineAutokey@2x.png using Guid(af24c542434a025448222d576f61a956) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'db65651ca5330d7f6b609667d76f3c87') in 0.002679 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineAutokey.png using Guid(af3aec622aef40c45813b39e405966a3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eac6fd5e45a40e99de8c0f3bce766047') in 0.002897 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/step1@2x.png using Guid(affeade9874cf2347abb155e8d0db4d8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6136e1a0c737c184f5c787660b685930') in 0.003311 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TimelineHeaderMarkerIcon.png using Guid(bf1debab21103154b99778ba6e074175) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7684673923b38ada44f7f50bf8aa4dcb') in 0.002669 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/TrackLockButtonEnabled.png using Guid(cf575301f1e76c4478de0e77db15eba0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '58f2a0bb58e195274f0b72257d09dd76') in 0.002620 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineAutokey@2x.png using Guid(cf3fbf98d5c3f1941bd9c0256918a4c8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ae99c2616090c5177841ed88aa0a34bb') in 0.002683 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Images/d_iconplasticviewnotify.png using Guid(df7dbac99fae5444f92b497c52f0ecfb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3654de9dc2b1746c042d0534d663171b') in 0.002801 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/collaborate-done-light@2x.png using Guid(efbf52d7ee1264d478d63a17b943941a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0a63bb51b75791ba4d9d6f979546f26e') in 0.002796 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Shaders/TMP_SDF_SSD.cginc using Guid(abe6991365a27d341a10580f3b7c0f44) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c4c05ebeac6b34382a715929c6db2b95') in 0.002758 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Shaders/TMP_Properties.cginc using Guid(3c6c403084eacec478a1129ce20061ea) Importer(-1,00000000000000000000000000000000) -> (artifact id: '005b08da405eac841a27be1a2f8b26f7') in 0.002309 seconds
    Start importing Packages/com.unity.textmeshpro/Editor Resources/Shaders/TMP_SDF Internal Editor.shader using Guid(9c442dc870b456e48b615cd8add0e9ef) Importer(-1,00000000000000000000000000000000) Launched and connected shader compiler UnityShaderCompiler after 0.01 seconds
    -> (artifact id: '9442fc3926757ce13d79d493a6ee49fc') in 0.290926 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/res/HumanoidDefault.anim using Guid(c91389c39d842cc4190ea8be0836798a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4ed36049a5b66fdc45bcc89cfc94af54') in 0.005775 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/workspaceserver.zh-Hans.txt using Guid(0040780a9bf62ef4f8b2d7c01530084d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ecd2ec6bdba36000b5f8a3dbf04faf50') in 0.001682 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm-help.en.txt using Guid(00b43252883d50449ba8d7456e46f6f9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '29398031e46f82097caf5882bbb83c6a') in 0.002834 seconds
    Start importing Packages/com.unity.modules.subsystems/package.json using Guid(30b312a167534621b316172253b08723) Importer(-1,00000000000000000000000000000000) -> (artifact id: '28faee3ddf4520b8a63e0fb92c21a0ea') in 0.001568 seconds
    Start importing Packages/com.unity.modules.jsonserialize/package.json using Guid(40bf3cec17fa0b49fe04443c8332d638) Importer(-1,00000000000000000000000000000000) -> (artifact id: '27f7b388f1d1a90e98c5b81c60d840e7') in 0.001509 seconds
    Start importing Packages/com.unity.ide.visualstudio/CHANGELOG.md using Guid(6022bdd5b2896a54f94123b812705321) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3cd24756f45b0939f5baaf0eaf6f16c') in 0.001560 seconds
    Start importing Packages/com.unity.modules.screencapture/package.json using Guid(80beef77cb19e713c7c2d481b65ed485) Importer(-1,00000000000000000000000000000000) -> (artifact id: '570bef05586feef83749cfc2710a15b6') in 0.001501 seconds
    Start importing Packages/com.unity.modules.cloth/package.json using Guid(906c12bc9cd95d3963c6d58f62522c78) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5ac80b4bc299cc24641b9d3abce26f77') in 0.001551 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/commontypes.es.txt using Guid(b0535529cd8d8884a9a3bf0d9cf34b37) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8a35b9cf85282a9a8fbe400215096318') in 0.001754 seconds
    Start importing Packages/com.unity.modules.unitywebrequesttexture/package.json using Guid(d0e3ad91972c66f5238f5b9b7d5ae58a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8afc216fdc27fc66604087dcb3e6e2ae') in 0.001589 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm.ko.txt using Guid(d069d7f97ff7373409d2856fb7a8a5ae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1c6c83871def8aedaaf1450b8d85a8b1') in 0.001565 seconds
    Start importing Packages/com.unity.ugui/README.md using Guid(e0ae6629cc70b514889df37fccb76832) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c37cfbc1165bdddf715033c73f49d415') in 0.001509 seconds
    Start importing Packages/com.unity.modules.ai/package.json using Guid(f0f13f2ab3d6d13cfc6e4656824bfca8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '80c9d5f07bd01a231a2f893ac4b6142c') in 0.001476 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/xdiff.ko.txt using Guid(0144f4b5198329a4580bf6099e148b0a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b92ddc0a990c65b56ab83abca0e25c9f') in 0.001554 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/clientcommon.zh-Hant.txt using Guid(21223c1ce2d914a4ba691132bb004abd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b6006d76b0b01f1a32b212926f693c37') in 0.001687 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/binmergetool.es.txt using Guid(210c4b9d40ce9054a9fc4d993c17b2c5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4fa50fdf4517939ae82f2f8abe210137') in 0.001564 seconds
    Start importing Packages/com.unity.ugui/package.json using Guid(319b8889f363f5947acf209c17a94149) Importer(-1,00000000000000000000000000000000) -> (artifact id: '396b7dc39082e0df5fa1ba4361e5b8d3') in 0.001561 seconds
    Start importing Packages/com.unity.collab-proxy/Tests/README.md using Guid(41f2e51869a690f4bbd61bdf615f3e05) Importer(-1,00000000000000000000000000000000) -> (artifact id: '569d736d97aedd39a02f03d9445a5731') in 0.001500 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/differences.zh-Hant.txt using Guid(4179c9825aff4b54a95f064435cf7b35) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9d02cf27b1a6058343f65da4c5c9925a') in 0.001569 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/README.md using Guid(51bd45ca4f0f28342a12f4b0c80e9f4f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f6fa6161aa1196f95632e751b0b14b4f') in 0.001509 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/configurehelper.es.txt using Guid(61920cca6c87da84b8c18062a061392c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9a800d581c4933c0936b444c430fddde') in 0.001558 seconds
    Start importing Packages/com.unity.ext.nunit/package.json using Guid(8143d3a8390f2c64685e3bc272bd9e90) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cec1781e70b196a7848efbed9077937e') in 0.001530 seconds
    Start importing Packages/com.unity.collab-proxy/README.md using Guid(c10740cd62ccaf54c8880da0a3f4d10f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7b5f9962e39fde04c8b8a4e47ca53e99') in 0.001485 seconds
    Start importing Packages/com.unity.modules.assetbundle/package.json using Guid(e1ef8466c8fd01a549f10baa4d51fa17) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7acaf6917c457495fe952f7c54c3e012') in 0.001558 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/binmergetool.en.txt using Guid(f1329232751d5074f9d101370f6bd3e1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c20974305ddcb6748a3e0c5fd3375ad1') in 0.001559 seconds
    Start importing Packages/com.unity.textmeshpro/CHANGELOG.md using Guid(22464cf7ab0243a6bf9c79851183b002) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2638679c641c1ee90e1a9363170a71f5') in 0.001700 seconds
    Start importing Packages/com.unity.textmeshpro/package.json using Guid(220e9325710f4235a43492dd1ee4980d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8de75be661e29b9765eec5fd1f9dc24d') in 0.001509 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/res/Timeline_LightSkin.txt using Guid(3235ecefad2a6a645aa0222aca200aeb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2f09f01cf94b24130f554c5ec58ac7f7') in 0.001571 seconds
    Start importing Packages/com.unity.modules.imgui/package.json using Guid(42fe78c8fe682715a2cb531422e6ccb3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '349aef106fff5447078a8b38bf0e7764') in 0.001539 seconds
    Start importing Packages/com.unity.collab-proxy/LICENSE.md using Guid(52a2c019761d4f74ea3dbdaa0d889673) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'faba3effc9ea162fa0e5befa883803f8') in 0.001460 seconds
    Start importing Packages/com.unity.collab-proxy/ValidationExceptions.json using Guid(8233a1f88c2d1a849b629ec21c2a2dd1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a6e525c04414223f57f5c27cd08a4043') in 0.001524 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/plastic-gui.es.txt using Guid(920353df495158e48b32b1372269c7ed) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6d2be2314ffadc2f859da5d4728c140a') in 0.002131 seconds
    Start importing Packages/com.unity.modules.tilemap/package.json using Guid(92a378669877c05c6071d0fed687bb95) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bb17e7aeab198b2ae856aa07f2ad76e9') in 0.001544 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/guihelp.es.txt using Guid(0344699e23d35ad4f9223bc708871e0d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c6f836a2c366ffc7e6f68e792b8fcde5') in 0.001704 seconds
    Start importing Packages/com.unity.timeline/package.json using Guid(13a9c1b4df2e489e8eb9cacca7429596) Importer(-1,00000000000000000000000000000000) -> (artifact id: '959653762e02635383c06bd78a1696d3') in 0.001573 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/differences.ja.txt using Guid(5367c91536a574d4c9563911632523e9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dd9bf5defa4e82782e0e3b46d1016482') in 0.001566 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/plastic-gui.ko.txt using Guid(53c7e69f88b5cf042989a4869f21b71b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6151117a3390aa63de71da4547e04dcd') in 0.002154 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Models/README.md using Guid(53cdcf379b41d8f439db624b6ef90749) Importer(-1,00000000000000000000000000000000) -> (artifact id: '82851b42dd42c50cf0352a907c9e2530') in 0.001536 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm-help.ko.txt using Guid(83ead945c33c1944eb3b8def9e153db7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8dee4030cbf8079973ef82166472e7a1') in 0.002917 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm.zh-Hant.txt using Guid(9333add9b5a372b4e96b02bdfa7f9ba6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b0da37c67d5406b613052d038defcc62') in 0.001576 seconds
    Start importing Packages/com.unity.ide.visualstudio/ValidationConfig.json using Guid(a3f71b076c36a204a864f8c44142b3a9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '98dffbc63b2334eef33be25d83f2a9c0') in 0.001539 seconds
    Start importing Packages/com.unity.modules.terrainphysics/package.json using Guid(d3cbe921f7b3d9a3257e7c61a5761796) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd4b7149b403c96c971ad105238e2586d') in 0.001493 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/binmergetool.ko.txt using Guid(243c6eb3669ed1943b1fc9af70360876) Importer(-1,00000000000000000000000000000000) -> (artifact id: '713a72673526911cc3dc021595e9d3da') in 0.001551 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/LICENSE.md using Guid(24efe08f95549ab4699df4c1b55703e5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bdcb6182598862020523188d5fefd11b') in 0.001551 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/commontypes.ja.txt using Guid(448e8988e90c2844c8ef05e10b1e1849) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8599600fb308b225be210bdf45a842e1') in 0.001791 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/res/Timeline_DarkSkin.txt using Guid(54905d77593e9eb44a7c25d704bb4163) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fef559ddb4582c20791cbf3f2c905628') in 0.001606 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/i3.zh-Hant.txt using Guid(5417ffe549209e449a01dfb0c159570d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '08ebcbd548506a1e204399d4b3a57512') in 0.001553 seconds
    Start importing Packages/com.unity.collab-proxy/package.json using Guid(743fda8c4b219c8429fb5a77ede1c879) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ce15fcc9a689cb33b132786d19cdbe1') in 0.001553 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/Third Party Notices.md using Guid(9422d9b1fde3cf644b4a0dddd10a7348) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1d7a6b5568e4c35810addef3e2f91b48') in 0.001513 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/images.zh-Hans.txt using Guid(b46663dfa22f5734cbfb4e79e47f7367) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0e455584b8cf55e6f8370de18047cea8') in 0.001546 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/workspaceserver.ja.txt using Guid(d41be0f8823aeea418513f16e52bc9a9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3b5255fb50119e5dcffd88ef859caba5') in 0.001564 seconds
    Start importing Packages/com.unity.ext.nunit/CHANGELOG.md using Guid(f49bbe06ffa5ae24abe32abdab430c24) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ce05235bde6e88512ca83ff3bc4d6419') in 0.001459 seconds
    Start importing Packages/com.unity.services.core/Third Party Notices.md using Guid(f4dc4164cea64bb4ba1d181081ca2caf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b05f7711381c98f43514ebf0ff25a504') in 0.001587 seconds
    Start importing Packages/com.unity.textmeshpro/PackageConversionData.json using Guid(05f5bfd584002f948982a1498890f9a9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7ea643c966f034d92f2af9ac3cfd2422') in 0.001588 seconds
    Start importing Packages/com.unity.modules.unitywebrequestassetbundle/package.json using Guid(05f7f519769978b79b31d063a7fc6fa1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8c54da03c311fa82ea852ed83d8ab6a9') in 0.001584 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Presenters/README.md using Guid(056dc4c86686c2241a12fdd054d0decb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4f6d20a5bcb24c569081f44e4b8af41a') in 0.001526 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/basecommands.es.txt using Guid(155e92d467b932941aeae3d165dea7a0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4cce8fd865f56c2c93924827d3c69a05') in 0.001840 seconds
    Start importing Packages/com.unity.ide.rider/LICENSE.md using Guid(5598b14661b5f4c43bed757f34b6d172) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e7e487ac0c27630f65671c7f407543d5') in 0.001475 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/differences.zh-Hans.txt using Guid(6599de0a02dbaa24989d0d039f3ea5ac) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb7ed76559d0a0ca92112ce2bde2d532') in 0.001553 seconds
    Start importing Packages/com.unity.ide.visualstudio/package.json using Guid(656f74f6edaa396458412b9e3903d8cd) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2be56ac0ea8fe06b30ab5522a705f5ea') in 0.001539 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/differences.ko.txt using Guid(958639dc6643d244c8e6b4c894ec1dfb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '58773b08f3bfb542c864dce8a5c300eb') in 0.001542 seconds
    Start importing Packages/com.unity.modules.imageconversion/package.json using Guid(953fab16d15d5885b3600fcd6388b2ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: '61a1fc1ff9ff8763cb73fb18fd66dc52') in 0.001581 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/commontypes.zh-Hant.txt using Guid(a57d75e6fa97a764f9b0a4ebfdcc3e7a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e9383260c4de9528ee2fe01e4199f17b') in 0.001719 seconds
    Start importing Packages/com.unity.textmeshpro/ValidationExceptions.json using Guid(c5aeade3b36c0b246936762b3673d9bf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '13200e399d9663a73911f5b0d208ee9c') in 0.001545 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/configurehelper.zh-Hant.txt using Guid(e50698b9b87256543a3d0e1586b716d0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3308da9d885ddb8c3dc7977c3c2923f9') in 0.001559 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/commontypes.en.txt using Guid(f58d296c808d1cf4a804c82f21521fc9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '03e39556f4f6840dc59bcba27a414772') in 0.003305 seconds
    Start importing Packages/com.unity.services.core/CHANGELOG.md using Guid(06af021de11772b48ab2c729e6da3dc6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ff620c351a8c362731ede40f92e0229') in 0.001533 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/configurehelper.ja.txt using Guid(16624d74048f3e8448001e49fea3a296) Importer(-1,00000000000000000000000000000000) -> (artifact id: '59df7ddb5f42e18671a8662e0b78fc4c') in 0.001629 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/CHANGELOG.md using Guid(16f24f695cc06684991baf4b1bc6ad22) Importer(-1,00000000000000000000000000000000) -> (artifact id: '91eccf8d41688f99d6ed024dad8c72c5') in 0.001519 seconds
    Start importing Packages/com.unity.modules.unityanalytics/package.json using Guid(26a4f29db434fd79025c91f6126382cc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3feb25e0ed490e20d82e5c8c78fbc52') in 0.001567 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/mergetool.zh-Hant.txt using Guid(3650a0b03f0fee942a6551cc6a0cfc1a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6d3c29a20deb24a8ad9e9cb3866dccbf') in 0.001624 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/basecommands.zh-Hans.txt using Guid(4634e9780efe4004283ca0491584b5f1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ee40a33308094f96a0fa176a6e498aac') in 0.001809 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/plastic-gui.zh-Hant.txt using Guid(46aad3b46ce269645ae3c93b5cb5e166) Importer(-1,00000000000000000000000000000000) -> (artifact id: '276b437b315391de83a059382fa66a86') in 0.002076 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/UserInterface/README.md using Guid(663354cc746bed14db99b8593b1f6ab5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4b49195bf7254ba5ea489b8e69fbe485') in 0.001603 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/workspaceserver.zh-Hant.txt using Guid(666505b511d18ba4a81d0a8a840a6d04) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4d3db419f64fd3bbb64edba6981f15cd') in 0.001563 seconds
    Start importing Packages/com.unity.ide.rider/package.json using Guid(66c95bb3c74257f41bae2622511dc02d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '298617658e096add1d826365c7faacdb') in 0.001478 seconds
    Start importing Packages/com.unity.ide.rider/CHANGELOG.md using Guid(8645aa9c3c74fb34ba9499e14fb332b5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5f450fa69ee0402368869d64bd33e8a4') in 0.001535 seconds
    Start importing Packages/com.unity.modules.video/package.json using Guid(96d14b71b907bb52333b2886e665aba6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5b7e70c9037b07f9fa605b15ab671c77') in 0.001500 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/mergetool.en.txt using Guid(a60759643f1abc44d9b55350ffed0c42) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6e07badfba1e4ebe5aab5317cc27d8dd') in 0.001710 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/semantic.ja.txt using Guid(a649005caec994f44b9a8a57ca148462) Importer(-1,00000000000000000000000000000000) -> (artifact id: '27769a723de8823eb8729c95aa6408ca') in 0.001635 seconds
    Start importing Packages/com.unity.test-framework/CHANGELOG.md using Guid(d691174143fd3774ba63d7c493633b99) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df2cb83930154c23597393567e71eb65') in 0.001615 seconds
    Start importing Packages/com.unity.test-framework/package.json using Guid(d6a2e6e4803de7b43baacdc355fc144d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cc7d708923fe373f38a6e5312d21677e') in 0.001518 seconds
    Start importing Packages/com.unity.timeline/ValidationExceptions.json using Guid(d6b2344c398bfb143ae633d1f13b06ce) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c3ceeee5044bf9a40c59add45632f53e') in 0.001497 seconds
    Start importing Packages/com.unity.timeline/README.md using Guid(f66454863bc106549a6b53849ee63b41) Importer(-1,00000000000000000000000000000000) -> (artifact id: '73d56ebc2402e12edbb1be688336869d') in 0.001536 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/i3.zh-Hans.txt using Guid(170c2a735ced10f4fade7b6742e867a3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8768f5d64ec3c70d72d610dba48f73ff') in 0.001549 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm.zh-Hans.txt using Guid(27f41683fe3ea0c4f81d1397c851b2cc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fc0fa50aef3afbd482b6fa67b7036170') in 0.001632 seconds
    Start importing Packages/com.unity.collab-proxy/CHANGELOG.md using Guid(47777d81697d65f45befb6ccd55b2324) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aff886f24235d86570b17e8ed3d25e48') in 0.001514 seconds
    Start importing Packages/com.unity.test-framework/CONTRIBUTING.md using Guid(57d2ac5c7d5786e499d4794973fe0d4e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1397b37f2baf6e913070a7eaf70315ea') in 0.001591 seconds
    Start importing Packages/com.unity.modules.particlesystem/package.json using Guid(87d720faa37005c08600090e04d8c739) Importer(-1,00000000000000000000000000000000) -> (artifact id: '943b96a390d0c68873e3a4649f083def') in 0.001490 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/README.md using Guid(c777142d3b929c74aa5f9c4480372453) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7d2d272396a976b81b653e04e4df55bf') in 0.001499 seconds
    Start importing Packages/com.unity.modules.physics2d/package.json using Guid(f7a8357347c80dc69c08d0b1a05e2122) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3b6a2ddb9ccc412e1f5fad802f856713') in 0.001549 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/mergetool.ko.txt using Guid(1864009dd65aaf54abef36e037e317f0) Importer(-1,00000000000000000000000000000000) -> (artifact id: '37852a02e03bcb45b9e29f86f68c6a28') in 0.001641 seconds
    Start importing Packages/com.unity.modules.vr/package.json using Guid(18a4fadfef534684d5af39ca8dc48fe9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '798d7169c45b4ee92d61bc4d42b7c649') in 0.001587 seconds
    Start importing Packages/com.unity.services.core/package.json using Guid(182c5bcc97fc21747a9ca5e01da1ed3f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '140e98d78886744fbfa260aaffaaf709') in 0.001499 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm-help.zh-Hant.txt using Guid(187df850d97383d4c957442b9dca3204) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3ef5a07297dc4e16dc36982b20c51f89') in 0.002670 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Settings/README.md using Guid(28aca8a26620964449b2d65d819c5414) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c52368723f419ccc7ee45b8714e0c351') in 0.001521 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/plastic-gui.ja.txt using Guid(587d0117c6a1c364e91b0b35933f3a3e) Importer(-1,00000000000000000000000000000000) -> (artifact id: '053614a9219f585259daa738bacb0a37') in 0.002252 seconds
    Start importing Packages/com.unity.ide.visualstudio/ThirdPartyNotices.md using Guid(7809f42f64c877f4b90ac233e5ec2372) Importer(-1,00000000000000000000000000000000) -> (artifact id: '59771e3ae5297b1e287f269719c93fa5') in 0.001492 seconds
    Start importing Packages/com.unity.ide.visualstudio/ValidationExceptions.json using Guid(788fbcfc0abc6c54b9504cfee3176c22) Importer(-1,00000000000000000000000000000000) -> (artifact id: '634dcec06a170addeeb504bad523fc72') in 0.001523 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/semantic.ko.txt using Guid(883f8cfc0d1c252458384690c34c0c6d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b816af27de6fc4092798d8a6a6ec9d3e') in 0.001606 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/link.xml using Guid(a8a90c35b04530c4f971aaef6fdf3612) Importer(-1,00000000000000000000000000000000) -> (artifact id: '134a0c09172503b47b23eb0177da55ec') in 0.001560 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/commontypes.ko.txt using Guid(b83b49dbaecd6a04d93413201e2372bf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6ce1459aa79a6fbfe9fc5ebb35826fd2') in 0.001779 seconds
    Start importing Packages/com.unity.modules.wind/package.json using Guid(b83f06ac0c0696e9563230865ca72b81) Importer(-1,00000000000000000000000000000000) -> (artifact id: '494728ea8cad3d4ffbb12cb00d640ce5') in 0.001495 seconds
    Start importing Packages/com.unity.ugui/CHANGELOG.md using Guid(c851bee4305bddf438cc6ffc515991ce) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eecec8aa5b1006386d08a6261eda485f') in 0.001495 seconds
    Start importing Packages/com.unity.modules.umbra/package.json using Guid(d85e5eeaf8f135aeaaebdc8aa3cff6c3) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b2235bb1490c2772c71b1c9addcbdfb7') in 0.001498 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/configurehelper.zh-Hans.txt using Guid(e8eb1f89b8319814195c431af1486994) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7442d086e0bbc6105b3398d18a42b689') in 0.001616 seconds
    Start importing Packages/com.unity.nuget.newtonsoft-json/package.json using Guid(f8d4e5c2f2df25449ae8c391afbe5114) Importer(-1,00000000000000000000000000000000) -> (artifact id: '737be727f788013810b3289cb13445d6') in 0.001497 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/clientcommon.en.txt using Guid(49f6393219a57824d8702f75b550ac46) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0df3c064f5d5c0048d7382e0d869e215') in 0.001738 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm-help.zh-Hans.txt using Guid(593e04d4463cab44e94feec1edd0a370) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd63f306edce9ca0e9eac4a47886931db') in 0.002592 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/clientcommon.es.txt using Guid(69e858cc26d64c2409b2607fa6e0d3e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ce7599f723f8f72b3c2e1fb604b7cd2a') in 0.001741 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/configurehelper.en.txt using Guid(890b891907cc5b64eba7dfd592b86f6b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bbe7c714410b4b4b10464735f08452d7') in 0.001548 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/FileSystemWatcherLicense.txt using Guid(992242bf8b23e574bbc95a128844c481) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2b46ad6f64d7043cee04e95328e4c6d4') in 0.001588 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/i3.es.txt using Guid(b99f3faf39e4d0541a0c447d0859922f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f74eb9c038311595ef2d664a60fc65e4') in 0.001539 seconds
    Start importing Packages/com.unity.ide.vscode/LICENSE.md using Guid(c9aabac5924106d4790d7b3a924ca34d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9bc7e9f27f4cd63f2356e849e637c8a0') in 0.001545 seconds
    Start importing Packages/com.unity.modules.audio/package.json using Guid(e9df95f53f1c1d0c9199e235d6c42b50) Importer(-1,00000000000000000000000000000000) -> (artifact id: '820a26b5e04675bd2b881a3ed4a7ef32') in 0.001497 seconds
    Start importing Packages/com.unity.ext.nunit/LICENSE.md using Guid(f91a00d2dca52b843b2d50ccf750737d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '96e0bf0002695f540a5205ce8ef85d96') in 0.001467 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/xdiff.zh-Hans.txt using Guid(0aba7b8aefb4ab744b257e0563e74366) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4f7ca24f476131b57f17ee157aee89b8') in 0.001609 seconds
    Start importing Packages/com.unity.modules.physics/package.json using Guid(1a4266815e998967becf686f9c71f0a6) Importer(-1,00000000000000000000000000000000) -> (artifact id: '526192c427aae4238c3e7ac9dcfee14a') in 0.001470 seconds
    Start importing Packages/com.unity.timeline/CHANGELOG.md using Guid(4a0757ee0236f39489520769ae710288) Importer(-1,00000000000000000000000000000000) -> (artifact id: '86d3b4a4e1515e96749bf64667b86eb7') in 0.001663 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/semantic.en.txt using Guid(5af181b66f08e354780dafdd3b765f38) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c224650c346501535b15e187a40b3562') in 0.001605 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/workspaceserver.ko.txt using Guid(6a47140b43009be4d85916798b7c0b76) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e679d8bd471f514f64b8ca183dd25367') in 0.001603 seconds
    Start importing Packages/com.unity.modules.vehicles/package.json using Guid(6afb166a156df2d20433d981f4bb2832) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3cca808fb34c597e2e127588e481d7dd') in 0.001519 seconds
    Start importing Packages/com.unity.services.core/README.md using Guid(9a0c99ca7bb84684fbf1df9c8f77e89f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd133bd7a9e0567fd04435fde562f52aa') in 0.001481 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/configurehelper.ko.txt using Guid(aad279171ffd0e046b05809e1cd84bca) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b9e85bb82479f8d2c8b8c2f689b7e83c') in 0.001640 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm.es.txt using Guid(da6091950c9c6d641a5f54bb4f1e6875) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e203594ca7e70aa27ecaac70cd9e2fd3') in 0.001557 seconds
    Start importing Packages/com.unity.modules.uielementsnative/package.json using Guid(da7579d20d3b64d1eb70eb84ca9a401f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '38415d95773a444b08db60cee1c07de3') in 0.001549 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/guihelp.ja.txt using Guid(ea16312915986d743bf8f9a4d0a56e3f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '618556cac830275615e622fcecb79b04') in 0.001743 seconds
    Start importing Packages/com.unity.modules.unitywebrequestwww/package.json using Guid(fa27413e9edb06a6058d6c894eca0338) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3d225e12da7d1e6a2301bdb1da78d69b') in 0.001557 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/mergetool.zh-Hans.txt using Guid(fa78d45ec8274db4b887e985c20d5e0c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c9e380b1a01c930f3197757c756ba288') in 0.001633 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/xdiff.zh-Hant.txt using Guid(2b71162da12b0db4482be8dc6d2177e5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '385f2a9dbd50398deffd66df1371acea') in 0.001573 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/images.zh-Hant.txt using Guid(2b27d7299ca8bef4b94b1c9dab03e128) Importer(-1,00000000000000000000000000000000) -> (artifact id: '829a2e2947da6c98067dacbcc42c867a') in 0.001550 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/guihelp.en.txt using Guid(3b85578d4e1f25d4981bd8dc61cc0965) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8428fcb3530bdbdaba99d6e3bcecbb43') in 0.001679 seconds
    Start importing Packages/com.unity.modules.unitywebrequestaudio/package.json using Guid(4b518b37798c97b0f860962cbf615533) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3aecc37185e3f02b54757cd65c0504a3') in 0.001575 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/clientcommon.zh-Hans.txt using Guid(4b44e3b0cf7e92840afd33f5a6f0400f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '538271d3141f5de9c6902a5b8b011443') in 0.001657 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/images.es.txt using Guid(6bbaadf4a04aa944186dba8364b2fcbb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c5cbe435a3ee908f7715560f9bf29965') in 0.001605 seconds
    Start importing Packages/com.unity.collab-proxy/Third Party Notices.md using Guid(9bff32140d1498a4a9f6f18b09e8959c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1a7d3afe8d3593b60dfd59c1e7febbb1') in 0.001537 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Components/README.md using Guid(abc8f1905434498ba511a0b3848192ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bd922f2a30c1434a57172f98769536ac') in 0.001570 seconds
    Start importing Packages/com.unity.collab-proxy/ValidationConfig.json using Guid(cb3c9f5ba9ced5e4b99de1b3dbd68d09) Importer(-1,00000000000000000000000000000000) -> (artifact id: '45dd03032137654fad78c9e54046de93') in 0.001481 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/i3.ko.txt using Guid(db2343687a83fcd498530c70a39fede3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4554045281ab80d813d984feb76fb334') in 0.001538 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/differences.en.txt using Guid(eb68d1f70d355ed46b4035d2f347e0e8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '676d13bf6e687c7994877c11aeecc8c2') in 0.001554 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/basecommands.en.txt using Guid(fb570ed91da09b14e9682b1a9e8b48fb) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e271ff1adb8f931395d990bab462b1f1') in 0.001770 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/binmergetool.zh-Hant.txt using Guid(fbcfc12270f24314f96c2ed07b10160d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c71c72f6837f71dff15d41ce35881a9e') in 0.001631 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/guihelp.zh-Hans.txt using Guid(0ccfb7e4efb2a0344b9b759d49a911c7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '96120c20499c18734fb4ced5e369cc92') in 0.001677 seconds
    Start importing Packages/com.unity.modules.xr/package.json using Guid(2c814623cb42764d304be0c5ddd03ceb) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c91d42e0a488d3dd444af135b15fbba') in 0.001560 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm-help.ja.txt using Guid(2ca606625bd3e48478c4cab287685aa1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f3cec70bdd89da58e256889109ec75c3') in 0.003048 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/basecommands.ja.txt using Guid(3c00c0ebe0a13f74cb0f0448abd8b666) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8f87959be6d61c3299eb0acce0227f47') in 0.001833 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/semantic.zh-Hans.txt using Guid(3cd0763238b935d4b8ed20a417ac48e6) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'db6921625ee3028e45979139a09975a6') in 0.001683 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/xdiff.ja.txt using Guid(3c4bb919006b9004fb650f0964fc9539) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2125b7c3c51a82aa8270c7b8399aec72') in 0.001560 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Icons/README.md using Guid(4ce1b1d001d62fa488ed2337ff62058c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '579c544f29f8581eaccd3b857620a4a8') in 0.001540 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/basecommands.zh-Hant.txt using Guid(8cda8466534448347b43a2bb001cbffe) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b8711464773dabba3a11a5a3ee5c5773') in 0.001857 seconds
    Start importing Packages/com.unity.modules.director/package.json using Guid(ec02776fe29df900b897106d61977735) Importer(-1,00000000000000000000000000000000) -> (artifact id: '986194a2ef3c23358b53a117ff4d2b39') in 0.001484 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/binmergetool.ja.txt using Guid(fc63d9a700310e14e8cfcb097b472a73) Importer(-1,00000000000000000000000000000000) -> (artifact id: '63e59b9d62375ab01ecb8fbaa18fb5bb') in 0.001592 seconds
    Start importing Packages/com.unity.ide.vscode/CONTRIBUTING.md using Guid(fcb9be00baf924c4183fc0313e6185c5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f8acea5389814b1c205a622d2e007d67') in 0.001479 seconds
    Start importing Packages/com.unity.services.core/LICENSE.md using Guid(0d41728ad423e904cb4aa8ee699c4e42) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4deb01752c969b86b79b61bc263b8985') in 0.001530 seconds
    Start importing Packages/com.unity.textmeshpro/LICENSE.md using Guid(0d2d0f36e67d4518a07df76235e91f9a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '26ed1b612b308a682cd488fc9425ae46') in 0.001490 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/differences.es.txt using Guid(1de91500a7d5cda45b07e75c02c015c0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e8097e8fd2e2585660b84f78c5403462') in 0.001549 seconds
    Start importing Packages/com.unity.ide.vscode/CHANGELOG.md using Guid(4ddcdc3816429494a8bea67e973875f7) Importer(-1,00000000000000000000000000000000) -> (artifact id: '521d2304b5191d51c2c9d1134f31d497') in 0.001540 seconds
    Start importing Packages/com.unity.ugui/LICENSE.md using Guid(4d3d51749e989f747b2674e0b4d9b3d7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bd440f788501af01bb84d122fa0e26cc') in 0.001500 seconds
    Start importing Packages/com.unity.ext.nunit/README.md using Guid(5da62a0c1c5218c4aa16b74546a7822d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '522376967b7cda667906e938db5a9bbe') in 0.001528 seconds
    Start importing Packages/com.unity.modules.terrain/package.json using Guid(6d56244f8c39a851975d3c0bd432c66f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'aa4adaa9e6b05538d61a10459e83f36d') in 0.001478 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/xdiff.en.txt using Guid(7d983dd47e3d7da4cb48b754b397cebe) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'df1b12bf0ac9566e4a11dd062bf837f3') in 0.001613 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Utilities/README.md using Guid(7d5cb2eb08aa12d48adcc34cd4e115c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '45caae6f356dd54557b078684fecd678') in 0.001535 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/plastic-gui.zh-Hans.txt using Guid(7d7e41f2dbd9fae42a08af84d42adf27) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd32d8e55bf7483188af0ce8f49a9ccdb') in 0.002096 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/README.md using Guid(9dcf33ec706ed414881f8379d25b024e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'eb008d34a26c3869173c7e02036840cb') in 0.001525 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/xdiff.es.txt using Guid(ade3ce4c3f37ebf4d8ca6d9a6a2f5a7a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5eb05c43c7fe99945d10674c9bf94d14') in 0.001551 seconds
    Start importing Packages/com.unity.modules.androidjni/package.json using Guid(bd1af0a6633ee94ae21c7d1d702cdc12) Importer(-1,00000000000000000000000000000000) -> (artifact id: '33cdc6d50184a43c26f3fabdafecc5db') in 0.001540 seconds
    Start importing Packages/com.unity.ide.visualstudio/CONTRIBUTING.md using Guid(cd78ce5b75b8be84d8b94cd99903161f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c991293e060fa56f731d502e6a81d5a') in 0.001472 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/i3.en.txt using Guid(fd6f48f2efdc637438382db2b19bd44d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a4da549d48d8e092d3c6dfcb3a34c31a') in 0.001627 seconds
    Start importing Packages/com.unity.textmeshpro/PackageConversionData_Assets.json using Guid(0e0afa652c0031c48896a97b424d027b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f625e17ea6b479471b4e894711fca6b2') in 0.001512 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm.ja.txt using Guid(0e7adfb489ba2414b956ec6173590ba2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '38792020dc6ee64a91f65306e1ec57f4') in 0.001616 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/clientcommon.ko.txt using Guid(2eee38b41f154a64cac76cdc6b1db313) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9286504f48c3856d0e3ed5c481e0d699') in 0.001700 seconds
    Start importing Packages/com.unity.test-framework/LICENSE.md using Guid(3ec7596410385054a9e0bc90377fbe63) Importer(-1,00000000000000000000000000000000) -> (artifact id: '440f602cd6f623cc404b8dd78a76b958') in 0.001495 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm-help.es.txt using Guid(4ec5c604d1cc7ff4bb1950959eabfd1b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0cd8f9bb9758514a9b8d2d8546235e80') in 0.002600 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/basecommands.ko.txt using Guid(4efc23d93a6de3d4fb127b199c7c9c6c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '60a5e38b9c2211e3089437478353104d') in 0.001872 seconds
    Start importing Packages/com.unity.ide.rider/CONTRIBUTING.md using Guid(5e83f8baac96eaa47bdd9ca781cd2002) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0c2a968e09a97989392adc7d0714a4d6') in 0.001460 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/mergetool.ja.txt using Guid(6e03e9653f4674c43885abfc4d997af1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bd9db1f300f9359597ae689bd653e8c8') in 0.001640 seconds
    Start importing Packages/com.unity.timeline/LICENSE.md using Guid(6ecb9e17e44feb84cb80451fa27b09fe) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5b156bc98649c79fd83db56044a70be2') in 0.001481 seconds
    Start importing Packages/com.unity.modules.animation/package.json using Guid(7ef8348b8ea834d7e1bc214b07f7fb87) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8d52d3393658fafe55159fdf40df4c14') in 0.001484 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/workspaceserver.es.txt using Guid(8ef192f8a9b464841973a1e9471b5472) Importer(-1,00000000000000000000000000000000) -> (artifact id: '38fc9d4cc032972428dc6fc8d1dc3a68') in 0.001586 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/images.en.txt using Guid(9e9505205cf07a741b85a88b35446dbd) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a7bb9fd314614f84e97d661fb3df8298') in 0.001554 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/workspaceserver.en.txt using Guid(aed2c786a2df9f84ab3f0c6609241ec5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9ca5538844345b234813b210c8d485bf') in 0.001609 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/mergetool.es.txt using Guid(ce999cb9266f6894aa706f05c36e2e3f) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bb13b40f2290df480718c3704ad4f130') in 0.001606 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/guihelp.ko.txt using Guid(eed5a8234f917ae498c46e81ab2a6c96) Importer(-1,00000000000000000000000000000000) -> (artifact id: '455f725d4f825670370964166aff1eeb') in 0.001773 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/semantic.zh-Hant.txt using Guid(fe19bc5668af3dd4d8998ee3d7cac55a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e8a2fa9f58c9d0b7a6f5912069b18ad7') in 0.001627 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/guihelp.zh-Hant.txt using Guid(0fe2f3801d667da41a863df162058815) Importer(-1,00000000000000000000000000000000) -> (artifact id: '95d03df403d7afbd9b33a3e3dfa1785d') in 0.001705 seconds
    Start importing Packages/com.unity.ide.visualstudio/LICENSE.md using Guid(1fe9e6e1ae93cf64bbdfbd29300752e1) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e77608d76c1b125e14022d19c487e0b0') in 0.001473 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Views/README.md using Guid(3f95ba73fe5e596409dd5591b959c1ce) Importer(-1,00000000000000000000000000000000) -> (artifact id: '57d6e89768dda1cf572e7345f970cc19') in 0.001516 seconds
    Start importing Packages/com.unity.modules.unitywebrequest/package.json using Guid(3fdd83b151eb8d25c5e2f82fc39dcb04) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2210f5dfc92f3e32bba24e918841169e') in 0.001579 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Common/README.md using Guid(4f5692fbca7d9f6459e5506fc3037de0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cc769645f097ee32d2b9d758c14b6156') in 0.001511 seconds
    Start importing Packages/com.unity.modules.uielements/package.json using Guid(4f0f9b9f3ed97ad2b9ba8f1a8e4666c2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4fc32ea5904913ae516200138ac4a426') in 0.001547 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/plastic-gui.en.txt using Guid(6f6686652369c3044877b9c9ffa5ed2d) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a0afe966fe694e3920d4272420d82074') in 0.002118 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/i3.ja.txt using Guid(7f61c048f87b6c6419624595ac258c91) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3e2f3cb38150168ffe95c190a79d50e1') in 0.001598 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/binmergetool.zh-Hans.txt using Guid(8f17a986667e26a4e91ca1185f1aa004) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cafae02879d4e6c4f39cadae2640cbe3') in 0.001542 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/commontypes.zh-Hans.txt using Guid(8f6e4af918bec4746a4ee53ecb9b8536) Importer(-1,00000000000000000000000000000000) -> (artifact id: '11ace09ed2fb43b9bcf6c6e565c65051') in 0.001763 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/images.ko.txt using Guid(9f33f98c0cc077443a2bcb2104e34dac) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c44637e47ae4c86c0654a75f59ce88fd') in 0.001547 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/images.ja.txt using Guid(af3d324334ddce44aaa9ef5222a87dc2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a5dc109a7d268c2134072d7d2f53ba59') in 0.001547 seconds
    Start importing Packages/com.unity.modules.ui/package.json using Guid(bfd567a3d1631a761bca9e99fa53d86d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '189f6baefe117b611febb9a854d3a092') in 0.001553 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/cm.en.txt using Guid(cfa59bb5da46bba41897a4f8bc66151e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b588030987cf3c17179593b0cb8daa38') in 0.001560 seconds
    Start importing Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/localization/clientcommon.ja.txt using Guid(dfa6ae58823fdfd438a142b4db651f54) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b467fb44d5aacad6eb91f55a281f2b65') in 0.001743 seconds
    Start importing Packages/com.unity.ide.vscode/package.json using Guid(ffc6271f08270b64ca0aae9c49235d81) Importer(-1,00000000000000000000000000000000) -> (artifact id: '77cccd8e724309e6375d39b96a51d7f4') in 0.001467 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/ChangesTabPageView.uss using Guid(105b0e05b7ff8d147ad5c7aeed41e3b7) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e1e067ea8e031771b6f99973417f49ec') in 0.079684 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/DownloadPlasticExeWindow.uss using Guid(3073089003718474ab284d743790fbb2) Importer(-1,00000000000000000000000000000000) -> (artifact id: '03d092ddd1c079c079a50567b3f05249') in 0.003672 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/ProgressView.uss using Guid(6057b0c434179144c9316241a7bc8f2f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9b026c427dff48ddd33954a4a634fb59') in 0.005962 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/HistoryEntryComponent.uss using Guid(60eaebd1e96ce8641b789b30cdcda09b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1fc5ff89d0c5fcbbcd249a08484535fa') in 0.004908 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/UXML/ExceptionVisual.uxml using Guid(9021ecdbba26e420baa115f09cb56091) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4ed8fa852203caa0f4697b94a82ceeec') in 0.026842 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/WaitingSignInPanel.uss using Guid(90945345530e7174eb4f0575a0bec0bf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7f2c94656f125db71a41adf4c4ea16d5') in 0.003718 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/StartPageView.uss using Guid(a06574b6de1fa064e95a5635a03b712d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7bb0ac62dcedbf66febfa5835430c1ee') in 0.004287 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/TabView.uxml using Guid(d0a8e201e79e1f441bdf295aef957220) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7a8ba82b3df5931ecba5c5746b4b0002') in 0.002961 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/ProgressControlsForDialogs.uss using Guid(e05b9be8556f5ae41aa78140b83146d5) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cad373dd5c66d38a717cc51c2cd7b240') in 0.010347 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/FloatingMenuItem.uss using Guid(217de72323dece74caf1db54dfacfac5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6e3332e759631b517e16ff374f219fe2') in 0.003724 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/HistoryEntryComponent.uxml using Guid(210e50e15b80af044a15718d78f5388a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '489bad25b2da5e80964a36172e8783ab') in 0.003508 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/TurnOffPlasticWindow.uxml using Guid(31a577f9e6c336e40901eb20082e06a0) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'de050c055f0d180ff9d05e81bfc9e982') in 0.003235 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/WaitingSignInPanel.uxml using Guid(913c727eecab25c489fa2adbad9c9ab8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd3b0c670775cb83704f31640e3748b5a') in 0.004134 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/ErrorPageView.uxml using Guid(a1f27722ebc4a8f498fd31a30078e2ca) Importer(-1,00000000000000000000000000000000) -> (artifact id: '85e753b94041a43357c2de1df854537b') in 0.002945 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/ChangesTabPageView.uxml using Guid(a1c552fb05993cf4eac00d572aa408f8) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c18fd1bf7222d2276b09a5ffe5e59c07') in 0.003087 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals/UXML/CollabProjectSettingsEnabled.uxml using Guid(c1d9e7d786a3841e7858003b3515bbac) Importer(-1,00000000000000000000000000000000) -> (artifact id: '46ba59d371aa78c9eeaa1367547c06b4') in 0.003550 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/SignInWithEmailPanel.uxml using Guid(0229db2477529f049aa3683cfba9d23b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3c092d7f643c99ce754a567cf9c8be2b') in 0.003209 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/UXML/CoppaCompliance.uxml using Guid(62d713765901e4e7fa8116b1ba90e699) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6bda8c8e16388b1f680687c0a235c675') in 0.003038 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/ListNotice.uss using Guid(82f99126211a3fe44a96c111768733a3) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6d275eed1e8f451264c316f33e746ac1') in 0.003113 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/PlasticWindow/PlasticWindow.light.uss using Guid(a2f1c1d1d67a2ff4e9db53ae0475bab1) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9c7aa25954e3d0059f2ef6327e966281') in 0.005996 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/StartPageView.uxml using Guid(b25da32608546214ca8e4abbc2025f77) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a8f918f3d7b13efb2d34044423692809') in 0.003061 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/SignInSignUp.uss using Guid(e29c9d2208f5c2a48a15e02f3fc55a4a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fb105e5d59982f2ad5df4e70bd9c79e4') in 0.003904 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/AlertBox.uxml using Guid(13d7e179675caff4293e8d5c7fb1dda8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '71096c5f62d1ebe722696bcdd6826957') in 0.003091 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/SSOSignUpPanel.uss using Guid(3337338cbeb79a24cba584de64190044) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd7fa6111c03ffebb4b000b244e406aff') in 0.005088 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals/USS/ServicesProjectSettingsCommon.uss using Guid(4324e2e7d76c7448096a033e3c2c6b0f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '14dc0c88f9fcc0c6d569fca1d8fbe1a0') in 0.008335 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Extensions/dark.uss using Guid(5393cdb70614ab24f94f78bfcf5d1455) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5f05e535fdcca78b1904c17e3eb9870a') in 0.006533 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/SignInWithEmailPanel.uss using Guid(b37675bc656348c429a6c56b2eda1345) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4a4fe22540fb2a1a31e6fdae3b77668a') in 0.003145 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/UXML/EndConfirmation.uxml using Guid(f33cb216ce8cc4959afdd6f99770875c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '73bffa08e5a12f2332b15b7ab59e5a78') in 0.003092 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/FloatingMenu.uss using Guid(04ac82a2c43d10f4790e0c720502e3bf) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4e5d4a755eb3cf157da889e8bcdb8cf7') in 0.003761 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/UXML/ProjectBind.uxml using Guid(34a515e0b66514bf88decc9c49d31e76) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8eca4bf47814d14f89486067456770f6') in 0.003023 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/CreateOrganizationPanel.uxml using Guid(544ec465751093542a3bb5d42b6b5689) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd022acb0dfdb2ebfad560364d992570b') in 0.003368 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/OrganizationPanel.uss using Guid(642639f75f2dfbd4ab01e6708b58f304) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6d52d95ac7a4d50677c4d12114d165f3') in 0.003051 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/USS/PlatformSupportVisualDark.uss using Guid(d4f6a83cd2a8c40ce97bda4199084fbc) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f007602d3ad86e5bb0fd07f855085306') in 0.002938 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/BetterTextField.uss using Guid(1526405b75c937f4b9f26bef99e5e692) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8aace9b8fb80f614ca1e1c4573025e94') in 0.003279 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/CreateOrganizationPanel.uss using Guid(55ebb8b19849d1447909e8355a13a5f9) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ebf64141a6f42b1d3395fdedfb27cd3a') in 0.004560 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/AlertBox.uss using Guid(85516056fd2579c45b10c08bc3c52a08) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2f6de57fc708678c0d3a144e150aaae1') in 0.003807 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/TabView.uss using Guid(85edc31085b5b4446a25358f42c67726) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8e14863009bd3678cd60541dd226f9eb') in 0.003766 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/USS/PlatformSupportVisualLight.uss using Guid(c56cb2f61c79e4427b47e2dedd499d46) Importer(-1,00000000000000000000000000000000) -> (artifact id: '768ccdb64883adad007891c28b66cb3e') in 0.002907 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/TopBar.uss using Guid(d5e79efd9cf63ef468d0d843ce3bd96f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '27877caf3680d5503f697c77699dde2b') in 0.004252 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/TeamEditionConfigurationWindow.uxml using Guid(26d3a583da6079145a52a8bef4beb6c5) Importer(-1,00000000000000000000000000000000) -> (artifact id: '08ad12c4046f5b6ee2ada6862681b248') in 0.003661 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/OrganizationPanel.uxml using Guid(b6420407edc75d04f89d57eb2fcc314b) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e29724e71593ed2ea557ba49b282b286') in 0.003346 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/FloatingDialogue.uss using Guid(b6078429dfca1ea4ea1b81a864670a1c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c3b4a4a66aa1af6d9ba06769c2abfd6d') in 0.003165 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/SignInPanel.uss using Guid(c673e4e20ea67ab40a4661592f51aa99) Importer(-1,00000000000000000000000000000000) -> (artifact id: '161125432f65fbbf7651520d9d99de7c') in 0.003001 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/CreatedOrganizationPanel.uss using Guid(d69f9cc1b626cc64c802f5b33ce10dcf) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ec03704733581ea7cd8c12f135bf954e') in 0.003168 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/PlasticWindow/StatusBar.uxml using Guid(872252c6da7ba3c4ba34ad38b39b4f4c) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c9a9107e9434818cbae92b4bb7fef4ad') in 0.004026 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/UXML/PleaseWait.uxml using Guid(b7ecf3a3ec1c94010a20351870519493) Importer(-1,00000000000000000000000000000000) -> (artifact id: '5243a78d91f69903651c0ab01642b251') in 0.002957 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/styles.uss using Guid(c7accf430e3622a47899ea1ca1cb7d63) Importer(-1,00000000000000000000000000000000) -> (artifact id: '83ee6d876b334743480cb3ddf9d2aeee') in 0.003746 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/TopBar.uxml using Guid(e7c7831864804ac44b0605bdd2e8e79c) Importer(-1,00000000000000000000000000000000) -> (artifact id: '8a8247e25c116faa9e65d8357cb1293a') in 0.003087 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/Paginator.uxml using Guid(e72dabe7b3837a04b8e930aab7f381df) Importer(-1,00000000000000000000000000000000) -> (artifact id: '28531fa3fba22d7c5f29c4564566658f') in 0.003086 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/SignInPanel.uxml using Guid(18b097dd2d10fb442a321314f4541401) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e135908320cef0b0c59ddb3cbb2c3b88') in 0.003138 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/ProgressView.uxml using Guid(1843aad8dcbe848439d6a090c4ebe8e2) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c0722adbe3c9a8f9708a6e07fb6b7be4') in 0.004102 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/TabView.uss using Guid(88da5407899aaaf448a40c85888108ae) Importer(-1,00000000000000000000000000000000) -> (artifact id: '783a007513c1ed7a99c0e3ca6de0ade4') in 0.003407 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/SearchBar.uss using Guid(099a86cc24e116c41815daf0c97e89ff) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd1db297f81e12ba27149c502c1bd9ce7') in 0.004251 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/ChangesGroupHeader.uxml using Guid(19d5aba5e2682314190477298a0313fc) Importer(-1,00000000000000000000000000000000) -> (artifact id: '36497dce108e4ef4c3bb8abf93926e2a') in 0.003083 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/UXML/ProjectSettingsCommonHeader.uxml using Guid(d93845e99ca3b42d0aecd4ab938a1342) Importer(-1,00000000000000000000000000000000) -> (artifact id: '800fec66959c59be8e6c630f1c11a2ff') in 0.004208 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Extensions/light.uss using Guid(e98085123be873947970c4f10099a39a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'b3688010992f6a4f19aaf57fc3f8008b') in 0.006711 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/CreatedOrganizationPanel.uxml using Guid(0a73ab5bab69746419e8e0ff89c8e816) Importer(-1,00000000000000000000000000000000) -> (artifact id: '663bb1a6fd489ea569e091ba547e0cd6') in 0.003105 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/USS/SliderToggleCommon.uss using Guid(1a303738ae14b4b0c8a513889c711eea) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'dbc23f65ea159f48be5d49b2688c5d1b') in 0.003394 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/TurnOffPlasticWindow.uss using Guid(5a44d2bd4766a8e48a7f6db1bc29a298) Importer(-1,00000000000000000000000000000000) -> (artifact id: '7f9d302dfef90733ebf0dfb5d949761a') in 0.003470 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/MainPageView.uss using Guid(7af1720245a987d4b87094fc00ed8a94) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6df88fd7d3aa5c7d865bfbf5eb758bdd') in 0.002959 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/USS/PlatformSupportVisualCommon.uss using Guid(9adf428799cec421caeecd93d938c500) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ef54690d95b5da0a34db08a23e7299b8') in 0.003399 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/USS/ServiceActivationWindow.uss using Guid(ca580bf16b5c34953a9800a588e9901b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '9407a207b1b6effadad5a2369e9daca6') in 0.005117 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/Paginator.uss using Guid(5b40af3dccff15f47b68101c84087977) Importer(-1,00000000000000000000000000000000) -> (artifact id: '501b19a3068b37ed285548920f1a4a85') in 0.003109 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/USS/ServicesProjectSettingsCommon.uss using Guid(5b82a86adaaeb4c0786b09f4f5b9065a) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'fe2e7dba89b02a0480fc5d51e5937e70') in 0.004423 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/IconTextButton.uss using Guid(8bc914db5850edc46bde70b885ad2aa8) Importer(-1,00000000000000000000000000000000) -> (artifact id: '77f90e5730d849e25ef6d0bb31d00623') in 0.004323 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/UXML/AccessTokenError.uxml using Guid(9bbe9fb6e9537684cac89a4e82cf3d63) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ad48ab194a87f7384593337c466433a2') in 0.003133 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/ToggleableChangeListElement.uss using Guid(ab00137e5c7e8d04eb464b23bd11c36d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '6e64b62b3b66680c679ac1d174794458') in 0.002929 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/USS/ServicesProjectSettingsLight.uss using Guid(ebe4630c4fee24fa99c02c62897bfcb9) Importer(-1,00000000000000000000000000000000) -> (artifact id: '70c5677b59d8b1577a447034d4a31c80') in 0.002882 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/TeamEditionConfigurationWindow.uss using Guid(1cd69f37df825af4385cd9efe745fc30) Importer(-1,00000000000000000000000000000000) -> (artifact id: '53455066ecf667b6cd0e2652b7730288') in 0.003629 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/IconButton.uss using Guid(9ca8b1bbe392af949a4fc3018e3c886e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'c141b738e8d00c1a20681eec444cec05') in 0.006650 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/TextButton.uss using Guid(2d4eaba42964d3d42b83dcaaf21d31ad) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3764430ce6b49f0b4f570648db63b79e') in 0.003534 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/DownloadPlasticExeWindow.uxml using Guid(3da0c7cf51d8e4b40a5af55a4ca63e4e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'ca6e4095e2316172312f0a2ce23dc70c') in 0.003219 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/PlasticWindow/PlasticWindow.dark.uss using Guid(4d86c0522b1621f429b550217af2797d) Importer(-1,00000000000000000000000000000000) -> (artifact id: '90003553f875df4fdae00fe158339de3') in 0.002972 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/SSOSignUpPanel.uxml using Guid(6dac85d7b8e76424ab582326c2cb5531) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'd3f2e4e5ef5ba2599433eb0d84f229b0') in 0.006150 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/UXML/InsufficientPermission.uxml using Guid(8d055abd84bba41fa9fb3639eea6125b) Importer(-1,00000000000000000000000000000000) -> (artifact id: '438226ef85dc7e4d8e852d02f9076433') in 0.003128 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Styles/PlasticWindow/PlasticWindow.uss using Guid(8d1a06afc3c8d984da03d49bb949ef54) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'f755cf8bccf2418c401620715c284b23') in 0.003983 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/EditorGameService/USS/ServicesProjectSettingsDark.uss using Guid(8d3c945b112744efda5b766100f90895) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'a2aa2d31ae429f79f6eacd2bac680a73') in 0.002915 seconds
    Start importing Packages/com.unity.timeline/Editor/StyleSheets/Extensions/common.uss using Guid(ada555936059fa149bb48537842ee230) Importer(-1,00000000000000000000000000000000) -> (artifact id: '27c671c9e49fedaa965201706942f40a') in 0.010697 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/HistoryTabPageView.uxml using Guid(fdeda3b2ca86b6542a303cbe4f00c3c4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cce6b624819260b1419d0fec5a1ec738') in 0.003014 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/UXML/LoggedOut.uxml using Guid(0e9515598d3bf405bb8311f6d4528e00) Importer(-1,00000000000000000000000000000000) -> (artifact id: '1c173ea762459776dafe4922e477e8b0') in 0.004111 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/BaseChangeListElement.uss using Guid(1e9148bf9d78e0943aeac7855e43585e) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cac39eb7065bc706813f4df1089fa278') in 0.005109 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/UXML/PlatformSupportVisual.uxml using Guid(3ec1058b5f6b14ce3ad4b976c291d834) Importer(-1,00000000000000000000000000000000) -> (artifact id: '3906d96f3de48661aeef9a4ad1e7e703') in 0.003029 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/UXML/ProjectBindingAndUserRequest.uxml using Guid(3e6589b4ba48d4119ac83b70fa2f7c47) Importer(-1,00000000000000000000000000000000) -> (artifact id: '0fabf6f0126d7587f0b9041d2124893c') in 0.003025 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/EditorGameService/SettingsProviderVisuals/UXML/CollabProjectSettingsDisabled.uxml using Guid(4e24487a7d7704dd89983851b8b09a7f) Importer(-1,00000000000000000000000000000000) -> (artifact id: '14f388e5a6828301d49fd67f21168147') in 0.004281 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/BaseChangeListElement.uxml using Guid(bef3e204cca87f74199fb125d726b453) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e84d524fd079d4220dca75553c4b1e2b') in 0.003189 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/ServiceActivationPopup/Visuals/UXML/General.uxml using Guid(cea22deac850d42ad9e4c3e01f80dd6a) Importer(-1,00000000000000000000000000000000) -> (artifact id: '51ee0b51e328a06aafe474329b1fa9f2') in 0.003237 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/ListNotice.uxml using Guid(ce3b1c47301f979449f9bd6f0dcdd469) Importer(-1,00000000000000000000000000000000) -> (artifact id: '2869a2f72cb8f304191d14de1bed5876') in 0.002979 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/PlasticSCM/Assets/Layouts/ProgressControlsForDialogs.uxml using Guid(feccc3dff22272744a267246ae760a73) Importer(-1,00000000000000000000000000000000) -> (artifact id: '4e310d2f564aad8abaec9b6ceca3a284') in 0.003045 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/main-window.uxml using Guid(0fc258eba97959a4bbc9d04f35188e88) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'abdcf5b43696823be83e9394e93ee197') in 0.002966 seconds
    Start importing Packages/com.unity.services.core/Editor/Core/UiHelpers/UXML/Offline.uxml using Guid(5f53bfe242dd84ea1975e05f5a30c390) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'e3b6afb2d9464276d044ce7b443711ae') in 0.003019 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Styles/ChangesGroupHeader.uss using Guid(7f8119d919033424caea4da5a9f91a88) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'bc349116f9d394731d0db21461044a03') in 0.004040 seconds
    Start importing Packages/com.unity.collab-proxy/Editor/Collaborate/Assets/Layouts/MainPageView.uxml using Guid(ff1bfb51c3ec34c4aaaeb29a0343f1c4) Importer(-1,00000000000000000000000000000000) -> (artifact id: 'cd2bdf8e436651a28f2742e08a24a207') in 0.003041 seconds
    Launched and connected shader compiler UnityShaderCompiler after 0.01 seconds
    Launched and connected shader compiler UnityShaderCompiler after 0.01 seconds
    Refreshing native plugins compatible for Editor in 0.53 ms, found 0 plugins.
    Preloading 0 native plugins for Editor in 0.00 ms.
    Refresh completed in 3.444240 seconds.
    RefreshInfo: RefreshV2(ForceSynchronousImport) scanfilter:
    RefreshProfiler: Total: 3444.226ms
    InvokeBeforeRefreshCallbacks: 0.543ms
    ApplyChangesToAssetFolders: 0.093ms
    Scan: 37.942ms
    OnSourceAssetsModified: 0.000ms
    InitializeImportedAssetsSnapshot: 8.540ms
    GetAllGuidsForCategorization: 0.180ms
    CategorizeAssets: 30.829ms
    ImportAndPostprocessOutOfDateAssets: 3348.816ms (28.411ms without children)
    ImportManagerImport: 2999.794ms (108.154ms without children)
    ImportInProcess: 2887.477ms
    UpdateCategorizedAssets: 4.163ms
    PostProcessAllAssets: 308.746ms
    ReloadImportedAssets: 0.314ms
    EnsureUptoDateAssetsAreRegisteredWithGuidPM: 0.260ms
    InitializingProgressBar: 0.003ms
    PostProcessAllAssetNotificationsAddChangedAssets: 0.272ms
    OnDemandSchedulerStart: 0.583ms
    RestoreLoadedAssetsState: 1.188ms
    UpdateImportedAssetsSnapshot: 9.243ms
    ReloadSourceAssets: 0.433ms
    UnloadImportedAssets: 0.141ms
    Hotreload: 5.035ms
    FixTempGuids: 0.012ms
    GatherAllCurrentPrimaryArtifactRevisions: 0.109ms
    UnloadStreamsBegin: 0.017ms
    LoadedImportedAssetsSnapshotReleaseGCHandles: 1.607ms
    GetLoadedSourceAssetsSnapshot: 2.664ms
    PersistCurrentRevisions: 1.924ms
    UnloadStreamsEnd: 5.187ms
    GenerateScriptTypeHashes: 0.292ms
    Untracked: 0.152ms
    Application.AssetDatabase.Refresh End
    RefreshInfo: StopAssetImportingV2(ForceSynchronousImport) scanfilter:
    RefreshProfiler: Total: 2.644ms
    Refresh completed in 0.090753 seconds.
    RefreshInfo: RefreshV2(NoUpdateAssetOptions) scanfilter:
    RefreshProfiler: Total: 90.742ms
    Initializing Unity extensions:
    UpdateMenuTitleForLanguage: 10
    Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
    System memory in use before: 69.9 MB.
    System memory in use after: 63.9 MB.

    Unloading 2708 unused Assets to reduce memory usage. Loaded Objects now: 1984.
    Total: 14.640744 ms (FindLiveObjects: 0.283288 ms CreateObjectMapping: 0.188304 ms MarkObjects: 8.209840 ms DeleteObjects: 5.957651 ms)

    ProgressiveSceneManager::Cancel()
    Batchmode quit successfully invoked - shutting down!
    [Performance] Application.InitializeProject : 1 samples, Peak. 33.5 s (1.0x), Avg. 33.5 s, Total. 33.48 s (96.8%)
    [Performance] Application.PackageManager.StartServer : 1 samples, Peak. 1.15 ms (1.0x), Avg. 1.15 ms, Total. 1.147 ms (0.0%)
    [Performance] Application.AcquireProjectLock : 1 samples, Peak. 10.4 ms (1.0x), Avg. 10.4 ms, Total. 10.42 ms (0.0%)
    [Performance] Application.InitializeEngineNoGraphics : 1 samples, Peak. 15.1 ms (1.0x), Avg. 15.1 ms, Total. 15.10 ms (0.0%)
    [Performance] Application.PackageManager.Initialize : 1 samples, Peak. 820 ms (1.0x), Avg. 820 ms, Total. 819.9 ms (2.4%)
    [Performance] CurlRequestCheck : 17 samples, Peak. 49.2 us (3.5x), Avg. 13.9 us, Total. 236.9 us (0.0%)
    [Performance] PackageManager::RunRequestSynchronously : 258 samples, Peak. 897 us (128.2x), Avg. 7.00 us, Total. 1.806 ms (0.0%)
    [Performance] VersionControl.Task.Wait : 1 samples, Peak. 7.13 us (1.0x), Avg. 7.13 us, Total. 7.128 us (0.0%)
    [Performance] Application.EngineGraphics.Initialize : 1 samples, Peak. 24.1 ms (1.0x), Avg. 24.1 ms, Total. 24.05 ms (0.1%)
    [Performance] Application.GI.Initialize : 1 samples, Peak. 5.59 ms (1.0x), Avg. 5.59 ms, Total. 5.588 ms (0.0%)
    [Performance] Application.LoadAllDefaultResourcesFromEditor : 1 samples, Peak. 2.26 ms (1.0x), Avg. 2.26 ms, Total. 2.260 ms (0.0%)
    [Performance] Application.LoadMonoAssemblies : 1 samples, Peak. 818 ms (1.0x), Avg. 818 ms, Total. 818.2 ms (2.4%)
    [Performance] RestoreManagedReferences : 2 samples, Peak. 118 ms (2.0x), Avg. 58.9 ms, Total. 117.7 ms (0.3%)
    [Performance] ProcessService.EditorAfterLoadAllAssemblies : 2 samples, Peak. 497 us (1.2x), Avg. 423 us, Total. 846.7 us (0.0%)
    [Performance] Application.ReadLicenseInfo : 1 samples, Peak. 12.3 ms (1.0x), Avg. 12.3 ms, Total. 12.32 ms (0.0%)
    [Performance] Application.InitialScriptRefresh : 1 samples, Peak. 14.8 s (1.0x), Avg. 14.8 s, Total. 14.83 s (42.9%)
    [Performance] PresetManagerPostProcessor.OnPreprocessAsset : 2690 samples, Peak. 646 us (38.3x), Avg. 16.9 us, Total. 45.38 ms (0.1%)
    [Performance] CancelSplashScreenOnAssetChange.OnPreprocessAsset : 2690 samples, Peak. 211 us (54.2x), Avg. 3.89 us, Total. 10.46 ms (0.0%)
    [Performance] Compiling Scripts : 1 samples, Peak. 7.22 s (1.0x), Avg. 7.22 s, Total. 7.222 s (20.9%)
    [Performance] AssetDatabase.ImportAssets : 4 samples, Peak. 3.72 us (3.0x), Avg. 1.26 us, Total. 5.027 us (0.0%)
    [Performance] AssetPostprocessor.OnPostprocessAllAssets : 2 samples, Peak. 461 us (1.9x), Avg. 240 us, Total. 479.8 us (0.0%)
    [Performance] TMPro_TexturePostProcessor.OnPostprocessAllAssets : 2 samples, Peak. 807 us (1.8x), Avg. 450 us, Total. 900.8 us (0.0%)
    [Performance] RetainedMode.OnPostprocessAllAssets : 2 samples, Peak. 47.2 ms (1.9x), Avg. 25.3 ms, Total. 50.55 ms (0.1%)
    [Performance] EditorAtlasMonitorInjector.OnPostprocessAllAssets : 2 samples, Peak. 946 us (1.5x), Avg. 645 us, Total. 1.289 ms (0.0%)
    [Performance] AudioMixerPostprocessor.OnPostprocessAllAssets : 2 samples, Peak. 638 us (2.0x), Avg. 324 us, Total. 648.5 us (0.0%)
    [Performance] AssetEvents.OnPostprocessAllAssets : 4 samples, Peak. 448 us (3.1x), Avg. 144 us, Total. 574.1 us (0.0%)
    [Performance] ModelImporterPostProcessor.OnPostprocessAllAssets : 2 samples, Peak. 280 ms (1.2x), Avg. 241 ms, Total. 481.6 ms (1.4%)
    [Performance] StyleCatalogPostProcessor.OnPostprocessAllAssets : 2 samples, Peak. 212 ms (2.0x), Avg. 107 ms, Total. 213.9 ms (0.6%)
    [Performance] BuildCatalog : 1 samples, Peak. 210 ms (1.0x), Avg. 210 ms, Total. 210.4 ms (0.6%)
    [Performance] Application.AssetDatabase.Refresh : 1 samples, Peak. 3.44 s (1.0x), Avg. 3.44 s, Total. 3.444 s (10.0%)
    [Performance] AssetDatabase.Refresh : 1 samples, Peak. 3.44 s (1.0x), Avg. 3.44 s, Total. 3.444 s (10.0%)
    [Performance] TextureImporter.Import : 442 samples, Peak. 15.0 ms (10.9x), Avg. 1.38 ms, Total. 611.2 ms (1.8%)
    [Performance] EditorAtlasMonitorInjector.OnPostprocessTexture : 442 samples, Peak. 260 us (35.1x), Avg. 7.43 us, Total. 3.285 ms (0.0%)
    [Performance] ShaderImporter.Import : 3 samples, Peak. 285 ms (3.0x), Avg. 95.8 ms, Total. 287.4 ms (0.8%)
    [Performance] Application.ImportAssetsWithMismatchingAssetImporterVersion : 1 samples, Peak. 112 ms (1.0x), Avg. 112 ms, Total. 112.2 ms (0.3%)
    [Performance] Application.SyncCurrentColorSpace : 1 samples, Peak. 7.62 ms (1.0x), Avg. 7.62 ms, Total. 7.625 ms (0.0%)
    [Performance] Application.OnUsbDevicesChanged : 1 samples, Peak. 1.36 us (1.0x), Avg. 1.36 us, Total. 1.360 us (0.0%)
    [Performance] Application.AssetDatabase.SaveAssets : 1 samples, Peak. 4.93 ms (1.0x), Avg. 4.93 ms, Total. 4.932 ms (0.0%)
    [Performance] Application.AssetInstanceCacheUpdate : 1 samples, Peak. 299 ns (1.0x), Avg. 299 ns, Total. 299.0 ns (0.0%)
    [Performance] Application.UnityExtensions.Initialize : 1 samples, Peak. 1.02 ms (1.0x), Avg. 1.02 ms, Total. 1.017 ms (0.0%)
    [Performance] Application.InitializeManagedCompilationPipeline : 1 samples, Peak. 48.1 ms (1.0x), Avg. 48.1 ms, Total. 48.11 ms (0.1%)
    [Performance] Application.ExecuteStartups : 1 samples, Peak. 40.1 ms (1.0x), Avg. 40.1 ms, Total. 40.05 ms (0.1%)
    [Performance] Gizmo.RebuildRenderers : 1 samples, Peak. 35.5 ms (1.0x), Avg. 35.5 ms, Total. 35.54 ms (0.1%)
    [Performance] Gizmo.AddGizmoRenderers : 33 samples, Peak. 2.27 ms (18.9x), Avg. 120 us, Total. 3.968 ms (0.0%)
    [Performance] Application.InitializeMenu : 1 samples, Peak. 58.1 ms (1.0x), Avg. 58.1 ms, Total. 58.13 ms (0.2%)
    [Performance] UpdateAllMenus : 1 samples, Peak. 58.1 ms (1.0x), Avg. 58.1 ms, Total. 58.13 ms (0.2%)
    [Performance] Application.editorInitializingProject : 1 samples, Peak. 35.2 us (1.0x), Avg. 35.2 us, Total. 35.15 us (0.0%)
    [Performance] GUIView.RepaintAll.PlayerLoopController : 1 samples, Peak. 1.24 us (1.0x), Avg. 1.24 us, Total. 1.238 us (0.0%)
    [Performance] Application.InvokeFinishedLoadingProject : 1 samples, Peak. 4.58 ms (1.0x), Avg. 4.58 ms, Total. 4.578 ms (0.0%)
    [Performance] ProcessService.OnProjectLoaded : 1 samples, Peak. 76.8 us (1.0x), Avg. 76.8 us, Total. 76.80 us (0.0%)
    AcceleratorClientConnectionCallback - disconnected - :0
    Cleanup mono
    debugger-agent: Unable to listen on 29
    Exiting batchmode successfully now!
    section_end:1678472522:step_script
    [0Ksection_start:1678472522:cleanup_file_variables
    [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m
    section_end:1678472522:cleanup_file_variables
    [0K[32;1mJob succeeded[0;m
     
  2. Warnecke

    Warnecke

    Unity Technologies

    Joined:
    Nov 28, 2017
    Posts:
    82
    Hey. You are likely seeing this behavior because --quit is specified, which will make unity quit right after the compilation. The test runner takes care of quitting by default when all tests are done.
     
    bassbeast likes this.
  3. bassbeast

    bassbeast

    Joined:
    Mar 29, 2018
    Posts:
    5
    Thanks so much! That was exactly it. I wasn't thinking outside the box enough and assumed it was an issue with linux, no way would I have thought of that.
     
    Warnecke likes this.