swc icon indicating copy to clipboard operation
swc copied to clipboard

failed to read input source map - @swc/jest + yarn PnP workspaces

Open mrginglymus opened this issue 1 year ago • 12 comments

Describe the bug

Using yarn PnP with workspaces causes swc to emit

  ERROR  failed to read input source map: failed to parse inline source map url
src.js.map

Caused by:
    relative URL without a base

Switching to the node-modules linker, stops the errors.

I'd been seeing this for a while, and hoped that #8789 might fix it, but it appears not to

Input code

// sub-package is a workspace package with a peer dependency
import adder from 'sub-package';

it('tests', () => {
    expect(adder(1, 2)).toEqual(3)
});

Config

export default {
    cache: false,
    transform: {
        "^.+\\.m?(t|j)sx?$": "@swc/jest"
    },
    testPathIgnorePatterns: ["/node_modules/"],
}

Playground link (or link to the minimal reproduction)

https://github.com/mrginglymus/swc-repro

SWC Info output

Operating System:
    Platform: win32
    Arch: x64
    Machine Type: x86_64
    Version: Windows 10 Pro
    CPU: (24 cores)
        Models: Intel(R) Core(TM) i9-10920X CPU @ 3.50GHz

Binaries:
    Node: 22.4.0
    npm: N/A
    Yarn: N/A
    pnpm: N/A

Relevant Packages:
    @swc/core: N/A
    @swc/helpers: N/A
    @swc/types: N/A


SWC Config:
    output: N/A
    .swcrc path: N/A

Next.js info:
    output: N/A

Expected behavior

No errors :)

Version

1.7.9

Additional context

This only happens when importing code from a workspace package with peer dependencies.

mrginglymus avatar Aug 09 '24 19:08 mrginglymus

Sigh. Closing because only after raising this issue I spot the error in my regex. However, hopefully someone else may see this issue and realise their regex is broken too.

mrginglymus avatar Aug 09 '24 19:08 mrginglymus

Re-opening as I've finally managed to get a minimal repro of the original issue I was facing relating to importing code from workspace packages with peer dependencies.

mrginglymus avatar Aug 09 '24 20:08 mrginglymus

I've been seeing this issue since v1.4.12 :-(

davidmurdoch avatar Aug 13 '24 20:08 davidmurdoch

I see that #9422 suggests it may help with #8910, which is a duplicate of this issue (without a reproduction). I've tried 1.7.11, but I'm still getting the same error message, with no additional details:

  ERROR  failed to read input source map: failed to parse inline source map url
index.js.map

Caused by:
    relative URL without a base

mrginglymus avatar Aug 14 '24 12:08 mrginglymus

It still seems to be using swc-0.283.0 on 1.7.11, which surprised me.

mrginglymus avatar Aug 14 '24 12:08 mrginglymus

1.7.12-nightly-20240816.1 has swc-0.284.0 which does give us the improved errors:

ERROR  failed to read input source map: failed to find input source map file "index.js.map" in 
"C:\\Users\\<me>\\git\\<my-project>\\.yarn\\__virtual__\\<my-package>-virtual-c44221b7bd\\1\\packages\\baseline\\dist\\components\\icon\\index.js"
file as either "C:\\Users\\<me>\\git\\<my-project>\\.yarn\\__virtual__\\<my-package>-virtual-c44221b7bd\\1\\packages\\baseline\\dist\\components\\icon\\index.js.map" 
or with appended .map

I can confirm that said file does exist (in packages/baseline/dist/components/icon/index.js.map), so something in swc is failing to resolve Yarn's virtual package folder

mrginglymus avatar Aug 16 '24 08:08 mrginglymus

I am facing the same issue but with pnpm's default settings (through Jest)

Here's a reproduction: https://github.com/aminya/setup-cpp/actions/runs/10480088540/job/29027082748?pr=263#step:8:12

  ERROR  failed to read input source map: failed to parse inline source map url
index.js.map
Caused by:
    relative URL without a base
    at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swc-0.283.0/src/lib.rs:407

aminya avatar Aug 20 '24 22:08 aminya

Can you update @swc/core of your repro? It should be v1.7.14

kdy1 avatar Aug 20 '24 23:08 kdy1

I have updated @swc/core to v1.7.18 but issue still persists

Zulqarnain-ZQ avatar Aug 27 '24 06:08 Zulqarnain-ZQ

Same issue with pnpm workspaces , source maps are present.

ziimakc avatar Sep 02 '24 20:09 ziimakc

Now, I have more information in the latest release of swc. For me, the error is actually coming from one of the dependencies that doesn't have the source map in the package.

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/Users/runner/work/setup-cpp/setup-cpp/node_modules/.pnpm/[email protected]/node_modules/ubuntu-version/index.js" file as either "/Users/runner/work/setup-cpp/setup-cpp/node_modules/.pnpm/[email protected]/node_modules/ubuntu-version/index.js.map" or with appended .map

https://github.com/rhysd/node-ubuntu-version/pull/2

aminya avatar Sep 03 '24 22:09 aminya

with docker + pnpm workspace and

    "@swc/cli": "0.4.0",
    "@swc/core": "1.7.24",

an error

ERROR  failed to read input source map: failed to read input source map
                               from file at packages/api/src/bootstrap.js.map

Caused by:
   bad json: trailing characters at line 1 column 2816
   at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/swc-0.286.0/src/lib.rs:400

Plus in my case I can already have compiled js files and swc adds sourceMappingURL comment after each compilation without check if it is already exists.

} //# sourceMappingURL=bootstrap.js.map
 //# sourceMappingURL=bootstrap.js.map
 //# sourceMappingURL=bootstrap.js.map

//# sourceMappingURL=bootstrap.js.map

ruscon avatar Sep 08 '24 22:09 ruscon

This issue still persists on @swc/core 1.13.0

Can we just have an option to silence these?

davidmurdoch avatar Jul 19 '25 01:07 davidmurdoch

This is also a issue with @swc-node/register v1.10.0 (last support with Yarn PnP) and @swc/core v1.13.3. Seems mainly a issue with @swc/core based on above comments.

psychobolt avatar Aug 01 '25 17:08 psychobolt

Facing similar issue. Let me know if there is a fix around. failed to read input source map: failed to find input source map file "AzimuthalEqualArea.js.map" in "/home/user/project/.yarn/cache/@amcharts-amcharts4-npm-4.10.40-1a0ac5f373-387aaa1b29.zip/node_modules/@amcharts/amcharts4/.internal/charts/map/projections/AzimuthalEqualArea.js" file as either "/home/user/project/.yarn/cache/@amcharts-amcharts4-npm-4.10.40-1a0ac5f373-387aaa1b29.zip/node_modules/@amcharts/amcharts4/.internal/charts/map/projections/AzimuthalEqualArea.js.map" or with appended .map

nirmaljainmckinsey avatar Sep 16 '25 05:09 nirmaljainmckinsey

This is a warning, printed to stderr, rather than a hard error. Right?

kdy1 avatar Sep 16 '25 06:09 kdy1

This is a warning, printed to stderr, rather than a hard error. Right?

yes

nirmaljainmckinsey avatar Sep 16 '25 06:09 nirmaljainmckinsey

This is what @swc/core logs to our build process. Thousands of lines of "ERROR" messages about packages I can't control.

I had to disable sourcemap support for all packages in our node_modules because I can't deliver a build process to our teams that outputs this when the build is "successful". I would get hundreds of angry DMs if I did. Right now our developers are frustrated 3rd party source maps don't work.

Please let us turn this ERROR message off.

33% building 8/19 entries 4000/4126 dependencies 668/1760 modules  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

36% building 9/19 entries 6135/6337 dependencies 1080/2369 modules  ERROR  failed to read input source map: failed to find input source map file "connectSettings.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/connectSettings.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/connectSettings.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "core-in-suite-desktop.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-suite-desktop.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-suite-desktop.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "core-in-iframe.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-iframe.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-iframe.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "core-in-popup.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-popup.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-popup.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

36% building 9/19 entries 7661/7800 dependencies 1568/2850 modules  ERROR  failed to read input source map: failed to find input source map file "exports.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/exports.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/exports.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "dynamic.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/impl/dynamic.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/impl/dynamic.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "factory.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/factory.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/factory.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

41% building 11/19 entries 9525/9591 dependencies 1959/3497 modules  ERROR  failed to read input source map: failed to find input source map file "connectSettings.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/connectSettings.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/connectSettings.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/readable-web-to-node-stream/lib/index.js" file as either "/home/david/code/project/node_modules/readable-web-to-node-stream/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "debug.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/utils/debug.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/utils/debug.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "config.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/config.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/config.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "button.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/webusb/button.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/webusb/button.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "errors.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/errors.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/errors.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/websocket-client/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/websocket-client/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "client.js.map" in "/home/david/code/project/node_modules/@trezor/websocket-client/lib/client.js" file as either "/home/david/code/project/node_modules/@trezor/websocket-client/lib/client.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/popup/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/popup/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "createDeferredManager.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/createDeferredManager.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/createDeferredManager.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/iframe/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/iframe/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "proxy-event-emitter.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/utils/proxy-event-emitter.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/utils/proxy-event-emitter.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

41% building 11/19 entries 11600/11662 dependencies 2437/4053 modules  ERROR  failed to read input source map: failed to find input source map file "ws-browser.js.map" in "/home/david/code/project/node_modules/@trezor/websocket-client/lib/ws-browser.js" file as either "/home/david/code/project/node_modules/@trezor/websocket-client/lib/ws-browser.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "thpSettings.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/thpSettings.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/thpSettings.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "version.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/version.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/version.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "enumUtils.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/enumUtils.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/enumUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "bufferUtils.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/bufferUtils.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/bufferUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "showPopupRequest.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/popup/showPopupRequest.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/popup/showPopupRequest.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "urlUtils.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/utils/urlUtils.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/utils/urlUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "serviceworker-window.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/channels/serviceworker-window.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/channels/serviceworker-window.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "xssFilters.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/xssFilters.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/xssFilters.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "addDashesToSpaces.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/addDashesToSpaces.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/addDashesToSpaces.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "window-window.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/channels/window-window.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/channels/window-window.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "arrayDistinct.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/arrayDistinct.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/arrayDistinct.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "arrayPartition.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/arrayPartition.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/arrayPartition.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "versionUtils.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/versionUtils.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/versionUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "arrayShuffle.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/arrayShuffle.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/arrayShuffle.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "asciiUtils.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/asciiUtils.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/asciiUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "bigNumber.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/bigNumber.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/bigNumber.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "arrayToDictionary.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/arrayToDictionary.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/arrayToDictionary.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "bytesToHumanReadable.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/bytesToHumanReadable.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/bytesToHumanReadable.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "cache.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/cache.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/cache.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "capitalizeFirstLetter.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/capitalizeFirstLetter.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/capitalizeFirstLetter.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "cloneObject.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/cloneObject.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/cloneObject.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "comparison.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/comparison.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/comparison.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "countBytesInString.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/countBytesInString.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/countBytesInString.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "createCooldown.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/createCooldown.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/createCooldown.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "createDeferred.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/createDeferred.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/createDeferred.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "convertTaprootXpub.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/convertTaprootXpub.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/convertTaprootXpub.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getLocaleSeparators.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getLocaleSeparators.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getLocaleSeparators.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "extractUrlsFromText.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/extractUrlsFromText.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/extractUrlsFromText.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getRandomInt.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getRandomInt.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getRandomInt.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getMutex.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getMutex.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getMutex.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getNumberFromPixelString.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getNumberFromPixelString.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getNumberFromPixelString.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getWeakRandomId.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomId.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomId.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getWeakRandomInt.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomInt.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomInt.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getWeakRandomNumberInRange.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomNumberInRange.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomNumberInRange.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "createLazy.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/createLazy.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/createLazy.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "hasUppercaseLetter.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/hasUppercaseLetter.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/hasUppercaseLetter.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "hexToRgba.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/hexToRgba.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/hexToRgba.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "hexToRgbaArray.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/hexToRgbaArray.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/hexToRgbaArray.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getSynchronize.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getSynchronize.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getSynchronize.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isFullPath.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isFullPath.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isFullPath.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isArrayMember.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isArrayMember.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isArrayMember.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isNotUndefined.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isNotUndefined.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isNotUndefined.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isHex.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isHex.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isHex.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isUrl.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isUrl.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isUrl.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isWhitelistedHost.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isWhitelistedHost.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isWhitelistedHost.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "logs.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/logs.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/logs.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "logsManager.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/logsManager.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/logsManager.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "parseElectrumUrl.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/parseElectrumUrl.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/parseElectrumUrl.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "mergeDeepObject.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/mergeDeepObject.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/mergeDeepObject.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "parseHostname.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/parseHostname.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/parseHostname.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "promiseAllSequence.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/promiseAllSequence.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/promiseAllSequence.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "objectPartition.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/objectPartition.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/objectPartition.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "resolveAfter.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/resolveAfter.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/resolveAfter.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "redactUserPath.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/redactUserPath.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/redactUserPath.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "serializeError.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/serializeError.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/serializeError.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "splitStringEveryNCharacters.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/splitStringEveryNCharacters.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/splitStringEveryNCharacters.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "scheduleAction.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/scheduleAction.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/scheduleAction.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "throwError.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/throwError.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/throwError.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "typedObjectKeys.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/typedObjectKeys.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/typedObjectKeys.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "topologicalSort.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/topologicalSort.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/topologicalSort.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "throttler.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/throttler.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/throttler.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "typedEventEmitter.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/typedEventEmitter.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/typedEventEmitter.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "urlToOnion.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/urlToOnion.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/urlToOnion.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "ui-request.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-request.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-request.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "ui-response.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-response.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-response.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "blockchain.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/blockchain.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/blockchain.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "zip.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/zip.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/zip.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "call.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/call.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/call.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "device.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/device.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/device.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "iframe.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/iframe.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/iframe.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "ui-promise.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-promise.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-promise.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "popup.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/popup.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/popup.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "transport.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/transport.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/transport.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "webextension.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/webextension.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/webextension.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "core.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/core.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/core.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "inlineStyles.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/iframe/inlineStyles.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/iframe/inlineStyles.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "constants.js.map" in "/home/david/code/project/node_modules/@trezor/transport/lib/constants.js" file as either "/home/david/code/project/node_modules/@trezor/transport/lib/constants.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

41% building 11/19 entries 13584/13600 dependencies 2855/4609 modules  ERROR  failed to read input source map: failed to find input source map file "network.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/network.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/network.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "nem.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/nem.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/nem.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "cardano.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/cardano.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/cardano.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "utxo.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/utxo.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/utxo.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "firmware.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/firmware.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/firmware.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "account.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/account.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/account.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "device.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/device.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/device.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "fees.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/fees.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/fees.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "params.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/params.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/params.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "coinInfo.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/coinInfo.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/coinInfo.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "settings.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/settings.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/settings.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "firmware.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/firmware.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/firmware.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/ripple/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/ripple/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/cardano/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/cardano/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/bitcoin/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/bitcoin/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/ethereum/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/ethereum/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/solana/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/solana/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/eos/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/eos/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/tezos/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/tezos/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/stellar/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/stellar/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

45% building 11/19 entries 15915/16000 dependencies 3299/5096 modules  ERROR  failed to read input source map: failed to find input source map file "transportInfo.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/transportInfo.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/transportInfo.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "udevInfo.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/udevInfo.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/udevInfo.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect-common/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect-common/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "decode.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/decode.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/decode.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "encode.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/encode.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/encode.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "utils.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/utils.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/utils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "load-definitions.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/load-definitions.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/load-definitions.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "messages.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/messages.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/messages.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "messages-schema.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/messages-schema.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/messages-schema.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "modeUtils.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/modeUtils.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/modeUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "bootloaderUtils.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/bootloaderUtils.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/bootloaderUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "firmwareUtils.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/firmwareUtils.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/firmwareUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "deviceModelInternal.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/deviceModelInternal.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/deviceModelInternal.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "types.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/types.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/types.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "deviceModelInternalUtils.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/deviceModelInternalUtils.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/deviceModelInternalUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

49% building 11/19 entries 18066/18300 dependencies 4018/5553 modules  ERROR  failed to read input source map: failed to find input source map file "systemInfo.js.map" in "/home/david/code/project/node_modules/@trezor/connect-common/lib/systemInfo.js" file as either "/home/david/code/project/node_modules/@trezor/connect-common/lib/systemInfo.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "storage.js.map" in "/home/david/code/project/node_modules/@trezor/connect-common/lib/storage.js" file as either "/home/david/code/project/node_modules/@trezor/connect-common/lib/storage.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "abstract.js.map" in "/home/david/code/project/node_modules/@trezor/connect-common/lib/messageChannel/abstract.js" file as either "/home/david/code/project/node_modules/@trezor/connect-common/lib/messageChannel/abstract.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

51% building 11/19 entries 20300/20731 dependencies 4647/6197 modules  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/env-utils/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/env-utils/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

53% building 11/19 entries 22997/23100 dependencies 5289/6729 modules  ERROR  failed to read input source map: failed to find input source map file "envUtils.js.map" in "/home/david/code/project/node_modules/@trezor/env-utils/lib/envUtils.js" file as either "/home/david/code/project/node_modules/@trezor/env-utils/lib/envUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

55% building 11/19 entries 25743/25851 dependencies 6100/7383 modules  ERROR  failed to read input source map: failed to find input source map file "jws.js.map" in "/home/david/code/project/node_modules/@trezor/env-utils/lib/jws.js" file as either "/home/david/code/project/node_modules/@trezor/env-utils/lib/jws.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:39833% building 8/19 entries 4000/4126 dependencies 668/1760 modules  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

36% building 9/19 entries 6135/6337 dependencies 1080/2369 modules  ERROR  failed to read input source map: failed to find input source map file "connectSettings.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/connectSettings.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/connectSettings.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "core-in-suite-desktop.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-suite-desktop.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-suite-desktop.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "core-in-iframe.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-iframe.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-iframe.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "core-in-popup.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-popup.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/impl/core-in-popup.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

36% building 9/19 entries 7661/7800 dependencies 1568/2850 modules  ERROR  failed to read input source map: failed to find input source map file "exports.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/exports.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/exports.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "dynamic.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/impl/dynamic.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/impl/dynamic.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "factory.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/factory.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/factory.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

41% building 11/19 entries 9525/9591 dependencies 1959/3497 modules  ERROR  failed to read input source map: failed to find input source map file "connectSettings.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/connectSettings.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/connectSettings.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/readable-web-to-node-stream/lib/index.js" file as either "/home/david/code/project/node_modules/readable-web-to-node-stream/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "debug.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/utils/debug.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/utils/debug.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "config.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/config.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/config.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "button.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/webusb/button.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/webusb/button.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "errors.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/errors.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/errors.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/websocket-client/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/websocket-client/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "client.js.map" in "/home/david/code/project/node_modules/@trezor/websocket-client/lib/client.js" file as either "/home/david/code/project/node_modules/@trezor/websocket-client/lib/client.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/popup/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/popup/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "createDeferredManager.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/createDeferredManager.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/createDeferredManager.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/iframe/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/iframe/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "proxy-event-emitter.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/utils/proxy-event-emitter.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/utils/proxy-event-emitter.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

41% building 11/19 entries 11600/11662 dependencies 2437/4053 modules  ERROR  failed to read input source map: failed to find input source map file "ws-browser.js.map" in "/home/david/code/project/node_modules/@trezor/websocket-client/lib/ws-browser.js" file as either "/home/david/code/project/node_modules/@trezor/websocket-client/lib/ws-browser.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "thpSettings.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/thpSettings.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/thpSettings.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "version.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/version.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/version.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "enumUtils.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/enumUtils.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/enumUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "bufferUtils.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/bufferUtils.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/bufferUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "showPopupRequest.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/popup/showPopupRequest.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/popup/showPopupRequest.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "urlUtils.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/utils/urlUtils.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/utils/urlUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "serviceworker-window.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/channels/serviceworker-window.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/channels/serviceworker-window.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "xssFilters.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/xssFilters.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/xssFilters.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "addDashesToSpaces.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/addDashesToSpaces.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/addDashesToSpaces.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "window-window.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/channels/window-window.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/channels/window-window.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "arrayDistinct.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/arrayDistinct.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/arrayDistinct.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "arrayPartition.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/arrayPartition.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/arrayPartition.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "versionUtils.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/versionUtils.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/versionUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "arrayShuffle.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/arrayShuffle.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/arrayShuffle.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "asciiUtils.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/asciiUtils.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/asciiUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "bigNumber.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/bigNumber.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/bigNumber.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "arrayToDictionary.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/arrayToDictionary.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/arrayToDictionary.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "bytesToHumanReadable.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/bytesToHumanReadable.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/bytesToHumanReadable.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "cache.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/cache.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/cache.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "capitalizeFirstLetter.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/capitalizeFirstLetter.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/capitalizeFirstLetter.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "cloneObject.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/cloneObject.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/cloneObject.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "comparison.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/comparison.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/comparison.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "countBytesInString.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/countBytesInString.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/countBytesInString.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "createCooldown.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/createCooldown.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/createCooldown.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "createDeferred.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/createDeferred.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/createDeferred.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "convertTaprootXpub.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/convertTaprootXpub.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/convertTaprootXpub.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getLocaleSeparators.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getLocaleSeparators.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getLocaleSeparators.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "extractUrlsFromText.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/extractUrlsFromText.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/extractUrlsFromText.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getRandomInt.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getRandomInt.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getRandomInt.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getMutex.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getMutex.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getMutex.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getNumberFromPixelString.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getNumberFromPixelString.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getNumberFromPixelString.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getWeakRandomId.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomId.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomId.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getWeakRandomInt.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomInt.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomInt.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getWeakRandomNumberInRange.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomNumberInRange.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getWeakRandomNumberInRange.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "createLazy.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/createLazy.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/createLazy.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "hasUppercaseLetter.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/hasUppercaseLetter.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/hasUppercaseLetter.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "hexToRgba.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/hexToRgba.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/hexToRgba.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "hexToRgbaArray.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/hexToRgbaArray.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/hexToRgbaArray.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "getSynchronize.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/getSynchronize.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/getSynchronize.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isFullPath.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isFullPath.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isFullPath.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isArrayMember.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isArrayMember.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isArrayMember.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isNotUndefined.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isNotUndefined.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isNotUndefined.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isHex.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isHex.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isHex.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isUrl.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isUrl.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isUrl.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "isWhitelistedHost.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/isWhitelistedHost.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/isWhitelistedHost.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "logs.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/logs.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/logs.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "logsManager.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/logsManager.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/logsManager.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "parseElectrumUrl.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/parseElectrumUrl.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/parseElectrumUrl.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "mergeDeepObject.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/mergeDeepObject.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/mergeDeepObject.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "parseHostname.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/parseHostname.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/parseHostname.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "promiseAllSequence.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/promiseAllSequence.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/promiseAllSequence.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "objectPartition.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/objectPartition.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/objectPartition.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "resolveAfter.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/resolveAfter.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/resolveAfter.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "redactUserPath.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/redactUserPath.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/redactUserPath.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "serializeError.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/serializeError.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/serializeError.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "splitStringEveryNCharacters.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/splitStringEveryNCharacters.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/splitStringEveryNCharacters.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "scheduleAction.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/scheduleAction.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/scheduleAction.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "throwError.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/throwError.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/throwError.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "typedObjectKeys.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/typedObjectKeys.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/typedObjectKeys.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "topologicalSort.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/topologicalSort.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/topologicalSort.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "throttler.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/throttler.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/throttler.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "typedEventEmitter.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/typedEventEmitter.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/typedEventEmitter.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "urlToOnion.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/urlToOnion.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/urlToOnion.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "ui-request.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-request.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-request.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "ui-response.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-response.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-response.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "blockchain.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/blockchain.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/blockchain.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "zip.js.map" in "/home/david/code/project/node_modules/@trezor/utils/lib/zip.js" file as either "/home/david/code/project/node_modules/@trezor/utils/lib/zip.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "call.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/call.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/call.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "device.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/device.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/device.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "iframe.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/iframe.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/iframe.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "ui-promise.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-promise.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/ui-promise.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "popup.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/popup.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/popup.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "transport.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/transport.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/transport.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "webextension.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/webextension.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/webextension.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "core.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/events/core.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/events/core.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "inlineStyles.js.map" in "/home/david/code/project/node_modules/@trezor/connect-web/lib/iframe/inlineStyles.js" file as either "/home/david/code/project/node_modules/@trezor/connect-web/lib/iframe/inlineStyles.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "constants.js.map" in "/home/david/code/project/node_modules/@trezor/transport/lib/constants.js" file as either "/home/david/code/project/node_modules/@trezor/transport/lib/constants.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

41% building 11/19 entries 13584/13600 dependencies 2855/4609 modules  ERROR  failed to read input source map: failed to find input source map file "network.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/network.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/network.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "nem.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/nem.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/nem.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "cardano.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/cardano.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/cardano.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "utxo.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/utxo.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/utxo.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "firmware.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/constants/firmware.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/constants/firmware.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "account.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/account.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/account.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "device.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/device.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/device.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "fees.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/fees.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/fees.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "params.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/params.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/params.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "coinInfo.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/coinInfo.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/coinInfo.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "settings.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/settings.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/settings.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "firmware.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/firmware.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/firmware.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/ripple/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/ripple/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/cardano/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/cardano/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/bitcoin/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/bitcoin/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/ethereum/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/ethereum/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/solana/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/solana/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/eos/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/eos/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/tezos/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/tezos/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/stellar/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/types/api/stellar/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

45% building 11/19 entries 15915/16000 dependencies 3299/5096 modules  ERROR  failed to read input source map: failed to find input source map file "transportInfo.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/transportInfo.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/transportInfo.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "udevInfo.js.map" in "/home/david/code/project/node_modules/@trezor/connect/lib/data/udevInfo.js" file as either "/home/david/code/project/node_modules/@trezor/connect/lib/data/udevInfo.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/connect-common/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/connect-common/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "decode.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/decode.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/decode.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "encode.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/encode.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/encode.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "utils.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/utils.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/utils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "load-definitions.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/load-definitions.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/load-definitions.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "messages.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/messages.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/messages.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "messages-schema.js.map" in "/home/david/code/project/node_modules/@trezor/protobuf/lib/messages-schema.js" file as either "/home/david/code/project/node_modules/@trezor/protobuf/lib/messages-schema.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "modeUtils.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/modeUtils.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/modeUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "bootloaderUtils.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/bootloaderUtils.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/bootloaderUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "firmwareUtils.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/firmwareUtils.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/firmwareUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "deviceModelInternal.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/deviceModelInternal.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/deviceModelInternal.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "types.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/types.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/types.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "deviceModelInternalUtils.js.map" in "/home/david/code/project/node_modules/@trezor/device-utils/lib/deviceModelInternalUtils.js" file as either "/home/david/code/project/node_modules/@trezor/device-utils/lib/deviceModelInternalUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

49% building 11/19 entries 18066/18300 dependencies 4018/5553 modules  ERROR  failed to read input source map: failed to find input source map file "systemInfo.js.map" in "/home/david/code/project/node_modules/@trezor/connect-common/lib/systemInfo.js" file as either "/home/david/code/project/node_modules/@trezor/connect-common/lib/systemInfo.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "storage.js.map" in "/home/david/code/project/node_modules/@trezor/connect-common/lib/storage.js" file as either "/home/david/code/project/node_modules/@trezor/connect-common/lib/storage.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

  ERROR  failed to read input source map: failed to find input source map file "abstract.js.map" in "/home/david/code/project/node_modules/@trezor/connect-common/lib/messageChannel/abstract.js" file as either "/home/david/code/project/node_modules/@trezor/connect-common/lib/messageChannel/abstract.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

51% building 11/19 entries 20300/20731 dependencies 4647/6197 modules  ERROR  failed to read input source map: failed to find input source map file "index.js.map" in "/home/david/code/project/node_modules/@trezor/env-utils/lib/index.js" file as either "/home/david/code/project/node_modules/@trezor/env-utils/lib/index.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

53% building 11/19 entries 22997/23100 dependencies 5289/6729 modules  ERROR  failed to read input source map: failed to find input source map file "envUtils.js.map" in "/home/david/code/project/node_modules/@trezor/env-utils/lib/envUtils.js" file as either "/home/david/code/project/node_modules/@trezor/env-utils/lib/envUtils.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

55% building 11/19 entries 25743/25851 dependencies 6100/7383 modules  ERROR  failed to read input source map: failed to find input source map file "jws.js.map" in "/home/david/code/project/node_modules/@trezor/env-utils/lib/jws.js" file as either "/home/david/code/project/node_modules/@trezor/env-utils/lib/jws.js.map" or with appended .map
    at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc-33.0.0/src/lib.rs:398

davidmurdoch avatar Sep 16 '25 16:09 davidmurdoch