Add SwiftFormat rule to outdent #if's #376
Annotations
3 errors and 10 warnings
Tests:
Tests/UBFoundationTests/Networking/UBSessionTests.swift#L80
testValidCertificatePinning, failed - A secure connection cannot be made to the server. Please check or deactivate your VPN and/or your proxy or check whether you are connected via a public Wi-Fi network.
|
Tests:
Tests/UBFoundationTests/Networking/UBSessionTests.swift#L82
testValidCertificatePinning, XCTAssertEqual failed: ("nil") is not equal to ("Optional(UBFoundation.UBStandardHTTPCode.ok)")
|
Tests
Process completed with exit code 1.
|
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests:
Sources/UBFoundation/Networking/Networking+URLSession.swift#L11
sendability of function types in instance method 'reset(completionHandler:)' does not match requirement in protocol 'UBURLSessionProtocol'
|
Tests:
Sources/UBFoundation/Networking/Networking+URLSession.swift#L11
sendability of function types in instance method 'reset(completionHandler:)' does not match requirement in protocol 'UBURLSessionProtocol'
|
Tests:
Sources/UBFoundation/Storage/UBKeychain/UBKeychainAccessibility.swift#L96
'kSecAttrAccessibleAlways' was deprecated in iOS 12.0: Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlock
|
Tests:
Sources/UBFoundation/Storage/UBKeychain/UBKeychainAccessibility.swift#L106
'kSecAttrAccessibleAlwaysThisDeviceOnly' was deprecated in iOS 12.0: Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly
|
Tests:
Sources/UBFoundation/Storage/UBKeychain/UBKeychainAccessibility.swift#L144
'kSecAttrAccessibleAlways' was deprecated in iOS 12.0: Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlock
|
Tests:
Sources/UBFoundation/Storage/UBKeychain/UBKeychainAccessibility.swift#L158
'kSecAttrAccessibleAlwaysThisDeviceOnly' was deprecated in iOS 12.0: Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly
|
Tests:
Sources/UBFoundation/Networking/BaseCachingLogic.swift#L249
immutable value 'responseDate' was never used; consider replacing with '_' or removing it
|
Tests:
Tests/UBFoundationTests/Networking/Helpers/URLSessionDataTaskMock.swift#L23
'init()' was deprecated in iOS 13.0: Please use -[NSURLSession dataTaskWithRequest:] or other NSURLSession methods to create instances
|