Bump XCode on CI #591
Annotations
2 errors and 11 warnings
SwiftLint:
Example/Example/Purchase/CheckoutPickerView.swift#L152
`@escaping` must have a trailing space before the associated type (attribute_name_spacing)
|
SwiftLint
Process completed with exit code 2.
|
Upload UI test artifacts
No files were found with the provided path: /Users/runner/Library/Developer/Xcode/DerivedData/Afterpay-*/Logs/Test/*. No artifacts will be uploaded.
|
SwiftLint:
Example/Example/AppDelegate.swift#L22
Use #unavailable instead of #available with an empty body (unavailable_condition)
|
SwiftLint:
Example/Example/Purchase/PurchaseLogicController.swift#L14
Type body should span 250 lines or less excluding comments and whitespace: currently spans 255 lines (type_body_length)
|
SwiftLint:
AfterpayTests/Mocks/URLSessionMock.swift#L28
Tuples should have at most 2 members (large_tuple)
|
SwiftLint:
AfterpayTests/Mocks/URLSessionMock.swift#L29
Tuples should have at most 2 members (large_tuple)
|
SwiftLint:
AfterpayTests/AfterpayV3Tests.swift#L144
Use 'next', 'this' or 'previous' instead to disable the 'line_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
|
SwiftLint:
AfterpayTests/AfterpayV3Tests.swift#L144
Use 'next', 'this' or 'previous' instead to disable the 'indentation_width' rule once, or re-enable it as soon as possible` (blanket_disable_command)
|
SwiftLint:
AfterpayTests/AfterpayV3Tests.swift#L146
Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
SwiftLint:
AfterpayTests/AfterpayV3Tests.swift#L155
Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
SwiftLint:
AfterpayTests/AfterpayV3Tests.swift#L163
Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
SwiftLint:
AfterpayTests/CashAppPayTests.swift#L32
Use 'next', 'this' or 'previous' instead to disable the 'line_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
|
Loading