Library module methods not appearing in autocomplete

I’ve created a Xojo Library using Insert → Library in a Desktop project (Xojo 2026r1.2). The library contains five modules and one class. When I place the .xojo_library file alongside a test project or in the Plugins folder, the library loads correctly at runtime — all methods execute as expected. However, IDE autocomplete shows only some methods from one module and nothing from the others.

This has been tried declaring modules as Module and Protected. The library structure looks correct — compiled .o files in OSX_ARM64 and OSX_x86_64 folders, API stubs in the API folder with signatures only.

Has anyone seen this behavior? Is there a known trick to get full autocomplete support for library modules?