Skip to content

Update version for 0.23.0 #448

Update version for 0.23.0

Update version for 0.23.0 #448

Triggered via pull request February 11, 2025 02:19
@ianyhianyh
opened #1745
0.23.0
Status Failure
Total duration 2m 23s
Artifacts

tests.yml

on: pull_request
Build and run unit tests
2m 14s
Build and run unit tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Build and run unit tests: AmethystTests/Tests/Layout/FloatingLayoutTests.swift#L9
compiling for macOS 10.15, but module 'Amethyst' has a minimum deployment target of macOS 11: /Users/runner/Library/Developer/Xcode/DerivedData/Amethyst-fkoysxhhzuzyoocuxqrlxgoswhxe/Build/Products/Debug/Amethyst.swiftmodule/arm64-apple-macos.swiftmodule
Build and run unit tests
Process completed with exit code 65.
Build and run unit tests: Amethyst/Preferences/FloatingPreferencesViewController.swift#L187
Inclusive Language Violation: Declaration FloatingBlacklistIntBooleanTransformer contains the term "blacklist" which is not considered inclusive (inclusive_language)
Build and run unit tests: Amethyst/Preferences/UserConfiguration.swift#L79
Inclusive Language Violation: Declaration floatingBundleIdentifiersIsBlacklist contains the term "blacklist" which is not considered inclusive (inclusive_language)
Build and run unit tests: Amethyst/Managers/LayoutType.swift#L169
Cyclomatic Complexity Violation: Function should have complexity 15 or less; currently complexity is 18 (cyclomatic_complexity)
Build and run unit tests: AmethystTests/Tests/Layout/RowLayoutTests.swift#L51
Unused Enumerated Violation: When the item is not used, `.indices` should be used instead of `.enumerated()` (unused_enumerated)
Build and run unit tests: AmethystTests/Tests/Layout/ColumnLayoutTests.swift#L51
Unused Enumerated Violation: When the item is not used, `.indices` should be used instead of `.enumerated()` (unused_enumerated)
Build and run unit tests: ld#L1
search path '/Users/runner/Library/Developer/Xcode/DerivedData/Amethyst-hayuzxrdmhaqmverzffhmryaexfi/Build/Products/Debug' not found
Build and run unit tests: Amethyst/Layout/ReflowOperation.swift#L105
class 'FrameAssignmentOperation' must restate inherited '@unchecked Sendable' conformance
Build and run unit tests: Amethyst/Layout/ReflowOperation.swift#L105
class 'FrameAssignmentOperation' must restate inherited '@unchecked Sendable' conformance
Build and run unit tests: Amethyst/Managers/HotKeyRegistrar.swift#L39
'keyedUnarchiveFromDataTransformerName' was deprecated in macOS 10.14: renamed to 'NSValueTransformerName.secureUnarchiveFromDataTransformerName'
Build and run unit tests: Amethyst/AppDelegate.swift#L85
'image' was deprecated in macOS 10.14: Use the receiver's button.image instead