> koatty_trace@2.2.0 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace > pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp > koatty_trace@2.2.0 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace > tsup CLI Building entry: src/index.ts CLI Using tsconfig: tsconfig.json CLI tsup v8.5.1 CLI Using tsup config: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace/tsup.config.ts CLI Target: node18 CLI Cleaning output folder CJS Build start ESM Build start ESM dist/index.mjs 70.20 KB ESM dist/index.mjs.map 189.32 KB ESM ⚡️ Build success in 393ms CJS dist/index.js 72.56 KB CJS dist/index.js.map 189.46 KB CJS ⚡️ Build success in 393ms > koatty_trace@2.2.0 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace > bash ../../scripts/build-dts.sh 🔨 Building type declarations for koatty-trace... ⏳ Waiting for dependencies to be ready... 🔍 Checking dependencies: koatty_container, koatty_lib, koatty_logger, koatty_core, koatty_exception ✓ koatty_container type declarations ready ✓ koatty_lib type declarations ready ✓ koatty_logger type declarations ready ✓ koatty_core type declarations ready ✓ koatty_exception type declarations ready ✅ All dependencies ready (waited 1ms) 📝 Running TypeScript compiler... ⠙⠙📦 Running API Extractor...  api-extractor 7.55.2  - https://api-extractor.com/  Using configuration from ./api-extractor.json Analysis will use the bundled TypeScript version 5.8.2 *** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor. Writing: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace/temp/koatty_trace.api.json Writing package typings: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace/dist/index.d.ts Warning: src/trace/itrace.ts:18:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration Warning: src/trace/itrace.ts:19:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration Warning: src/trace/trace.ts:176:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' Warning: src/trace/trace.ts:177:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}' Warning: src/trace/trace.ts:178:22 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag Warning: src/trace/trace.ts:178:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" Warning: src/trace/trace.ts:188:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration Warning: src/trace/trace.ts:190:1 - (ae-forgotten-export) The symbol "TraceOptions" needs to be exported by the entry point index.d.ts API Extractor completed successfully ⠙✅ Type declarations built successfully > koatty_trace@2.2.0 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace > api-documenter markdown --input temp --output docs/api api-documenter 7.28.2  - https://api-extractor.com/  Reading koatty_trace.api.json Deleting old output from docs/api Writing koatty_trace package Unsupported block tag: @export > koatty_trace@2.2.0 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-trace > node ../../scripts/postBuild.js 📦 postBuild: koatty-trace ✓ Copied package.json to dist/ ✓ Copied LICENSE to dist/ ✓ Copied README.md to dist/ ✓ Fixed paths in dist/package.json ✓ Cleaned DTS declarations ✅ Done