Skip to content

feat: support macos operation system (#98) #368

feat: support macos operation system (#98)

feat: support macos operation system (#98) #368

Triggered via push March 21, 2026 16:43
Status Failure
Total duration 28s
Artifacts
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
PossiblyUndefinedArrayOffset: src/Module/Repository/Internal/GitHub/Exception/GitHubRateLimitException.php#L32
src/Module/Repository/Internal/GitHub/Exception/GitHubRateLimitException.php:32:42: PossiblyUndefinedArrayOffset: Possibly undefined array key $responseData['message'] on array{0?: string, 1?: string, documentation_url?: string, message?: string} (see https://psalm.dev/167)
PossiblyNullArgument: src/Module/Repository/Internal/GitHub/Exception/GitHubRateLimitException.php#L32
src/Module/Repository/Internal/GitHub/Exception/GitHubRateLimitException.php:32:22: PossiblyNullArgument: Argument 2 of Internal\DLoad\Module\Repository\Internal\GitHub\Exception\GitHubRateLimitException::__construct cannot be null, possibly null value provided (see https://psalm.dev/078)
PossiblyUndefinedArrayOffset: src/Module/Repository/Internal/GitHub/Exception/GitHubRateLimitException.php#L31
src/Module/Repository/Internal/GitHub/Exception/GitHubRateLimitException.php:31:51: PossiblyUndefinedArrayOffset: Possibly undefined array key $responseData['documentation_url'] on array{0?: string, 1?: string, documentation_url?: string, message?: string} (see https://psalm.dev/167)
PossiblyNullArgument: src/Module/Repository/Internal/GitHub/Exception/GitHubRateLimitException.php#L31
src/Module/Repository/Internal/GitHub/Exception/GitHubRateLimitException.php:31:31: PossiblyNullArgument: Argument 1 of Internal\DLoad\Module\Repository\Internal\GitHub\Exception\GitHubRateLimitException::__construct cannot be null, possibly null value provided (see https://psalm.dev/078)
MixedArgumentTypeCoercion: src/Module/Repository/Internal/GitHub/Api/Client.php#L93
src/Module/Repository/Internal/GitHub/Api/Client.php:93:65: MixedArgumentTypeCoercion: Argument 1 of Internal\DLoad\Module\Repository\Internal\GitHub\Exception\GitHubRateLimitException::fromApiResponse expects array{0?: string, 1?: string, documentation_url?: string, message?: string}, but parent type non-empty-array<array-key, mixed> provided (see https://psalm.dev/194)
MixedArgument: src/Module/Repository/Internal/GitHub/Api/Client.php#L91
src/Module/Repository/Internal/GitHub/Api/Client.php:91:34: MixedArgument: Argument 1 of str_contains cannot be mixed, expecting string (see https://psalm.dev/030)
MixedArgument: src/Command/Get.php#L146
src/Command/Get.php:146:17: MixedArgument: Argument 2 of Internal\DLoad\Command\Get::parseSoftware cannot be mixed, expecting null|string (see https://psalm.dev/030)
ArgumentTypeCoercion: src/Command/Get.php#L145
src/Command/Get.php:145:17: ArgumentTypeCoercion: Argument 1 of Internal\DLoad\Command\Get::parseSoftware expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
LessSpecificReturnStatement: src/Command/Get.php#L143
src/Command/Get.php:143:16: LessSpecificReturnStatement: The type 'array<array-key, Internal\DLoad\Module\Config\Schema\Action\Download>' is more general than the declared return type 'list<Internal\DLoad\Module\Config\Schema\Action\Download>' for Internal\DLoad\Command\Get::getDownloadActions (see https://psalm.dev/129)
MixedAssignment: src/Command/Get.php#L141
src/Command/Get.php:141:9: MixedAssignment: Unable to determine the type that $destinationPath is being assigned to (see https://psalm.dev/032)
psalm (ubuntu-latest, 8.2, locked)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/