Skip to content

chore(main): release 3.9.0 #171

chore(main): release 3.9.0

chore(main): release 3.9.0 #171

Triggered via pull request October 30, 2025 08:48
Status Success
Total duration 2m 7s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
swift-lint: FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L342
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swift-lint: FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L341
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swift-lint: FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L34
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swift-lint: FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L33
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swift-lint: FlagsmithClient/Tests/APIManagerTests.swift#L149
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
swift-lint: FlagsmithClient/Tests/APIManagerTests.swift#L117
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
swift-lint: FlagsmithClient/Tests/APIManagerTests.swift#L108
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
swift-lint: FlagsmithClient/Tests/APIManagerTests.swift#L187
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
swift-lint: FlagsmithClient/Tests/APIManagerTests.swift#L163
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 67 lines (function_body_length)
swift-lint: Example/FlagsmithClient/SwiftUIView.swift#L15
Type Body Length Violation: Struct body should span 250 lines or less excluding comments and whitespace: currently spans 251 lines (type_body_length)