fix(index): prevent stack overflow via async pendingRebuild #541
swift.yml
on: pull_request
Build and Test (macOS)
3m 12s
Build and Test (Linux)
3m 27s
Annotations
12 warnings
|
Build and Test (macOS)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build and Test (macOS):
Sources/wired3/Core/ServerController+Auth.swift#L47
Function body should span 80 lines or less excluding comments and whitespace: currently spans 101 lines (function_body_length)
|
|
Build and Test (macOS):
Sources/wired3/Core/ServerController+Users.swift#L325
Tuples should have at most 2 members (large_tuple)
|
|
Build and Test (macOS):
Sources/wired3/Core/ServerController+Files.swift#L88
Function body should span 80 lines or less excluding comments and whitespace: currently spans 86 lines (function_body_length)
|
|
Build and Test (macOS):
Sources/wired3/Core/ServerController+Files.swift#L88
Function should have complexity 15 or less; currently complexity is 16 (cyclomatic_complexity)
|
|
Build and Test (macOS):
Sources/wired3/Core/ServerController+ChatReactions.swift#L115
Tuples should have at most 2 members (large_tuple)
|
|
Build and Test (macOS):
Sources/wired3/Core/ServerController.swift#L1085
File should contain 500 lines or less excluding comments and whitespaces: currently contains 899 (file_length)
|
|
Build and Test (macOS):
Sources/wired3/Core/ServerController+Chat.swift#L181
Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
|
Build and Test (macOS):
Sources/wired3/Core/AppGlobal.swift#L2
Variable name 'App' should start with a lowercase character (identifier_name)
|
|
Build and Test (macOS):
Sources/wired3/main.swift#L18
Struct body should span 350 lines or less excluding comments and whitespace: currently spans 435 lines (type_body_length)
|
|
Build and Test (macOS):
Sources/wired3/Database/WiredMigrations.swift#L8
Enum body should span 350 lines or less excluding comments and whitespace: currently spans 411 lines (type_body_length)
|
|
Build and Test (Linux)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|