Skip to content

Merge branch 'v4' of https://github.com/superwall/Superwall-iOS into v4 #1702

Merge branch 'v4' of https://github.com/superwall/Superwall-iOS into v4

Merge branch 'v4' of https://github.com/superwall/Superwall-iOS into v4 #1702

Triggered via push January 16, 2025 23:33
Status Success
Total duration 37s
Artifacts
Package-SwiftLint
29s
Package-SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Package-SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Package-SwiftLint: Sources/SuperwallKit/Paywall/View Controller/PaywallViewController.swift#L600
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
Package-SwiftLint: Sources/SuperwallKit/Network/Custom URL Session/CustomURLSession.swift#L105
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
Package-SwiftLint: Sources/SuperwallKit/Debug/DebugViewController.swift#L228
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
Package-SwiftLint: Sources/SuperwallKit/Storage/Core Data/Managed Models/ManagedEventData.swift#L44
Static Over Final Class Violation: Prefer `static` over `class` in a final class (static_over_final_class)
Package-SwiftLint: Sources/SuperwallKit/Storage/Core Data/Managed Models/ManagedTriggerRuleOccurrence.swift#L38
Static Over Final Class Violation: Prefer `static` over `class` in a final class (static_over_final_class)
Package-SwiftLint: Sources/SuperwallKit/StoreKit/Transactions/Purchasing/StoreKit 1/ProductPurchaserSK1.swift#L208
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)