Skip to content

feat: add Features server/client package with Vapor example #2

feat: add Features server/client package with Vapor example

feat: add Features server/client package with Vapor example #2

Triggered via pull request May 18, 2026 15:52
Status Failure
Total duration 20s
Artifacts

lint-codebase.yml

on: pull_request
swiftlint
14s
swiftlint
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
swiftlint
Process completed with exit code 2.
swiftlint: Sources/FeaturesServer/Core/FeatureService.swift#L9
Variable name 'db' should be between 3 and 40 characters long (identifier_name)
swiftlint: Sources/FeaturesServer/Core/FeatureService.swift#L6
Variable name 'db' should be between 3 and 40 characters long (identifier_name)
swiftlint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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/
swiftlint: Sources/FeaturesServer/Routes/FeaturesRoutes.swift#L28
Declaration should not be async if it doesn't use await (async_without_await)
swiftlint: Sources/FeaturesShared/FeatureTypes.swift#L1
File name should match a type or extension declared in the file (if any) (file_name)
swiftlint: Sources/FeaturesExampleClient/main.swift#L8
Force unwrapping should be avoided (force_unwrapping)
swiftlint: Sources/FeaturesExampleClient/main.swift#L1
File name should match a type or extension declared in the file (if any) (file_name)
swiftlint: Sources/FeaturesExampleClient/main.swift#L6
Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
swiftlint: Sources/FeaturesExampleClient/main.swift#L7
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
swiftlint: Sources/FeaturesExampleClient/main.swift#L6
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
swiftlint: Package.swift#L4
Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
swiftlint: Package.swift#L4
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
swiftlint: Sources/FeaturesServer/Models/FeatureOverride.swift#L4
Classes should have an explicit deinit method (required_deinit)