Skip to content

unchecked

unchecked #2593

Triggered via push January 6, 2025 21:13
Status Failure
Total duration 7m 26s
Artifacts

ci.yml

on: push
Matrix: devices
Matrix: linux
Matrix: macos
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
check-submodules
Submodule aws-c-common is not using a tagged release
linux (ubuntu-x64)
Process completed with exit code 12.
linux (al2-x64)
Process completed with exit code 12.
devices (macos-13-xlarge, ios, iOS Simulator,OS=16.1,name=iPhone 14, Xcode_14.1)
Process completed with exit code 1.
devices (macos-13, ios, iOS Simulator,OS=16.1,name=iPhone 14, Xcode_14.1)
Process completed with exit code 1.
lint: Source/AwsCommonRuntimeKit/crt/CBOR.swift#L135
Superfluous Disable Command Violation: SwiftLint rule 'type_body_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
lint: Source/AwsCommonRuntimeKit/crt/Utilities.swift#L141
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)