Closed NachoEmbrace closed 2 months ago
The following issues were found:
Package | Version | License | Issue Type |
github.com/apple/swift-collections | 1.1.2 | Null | Unknown License |
github.com/apple/swift-http-types | 1.2.0 | Null | Unknown License |
github.com/apple/swift-log | 1.6.1 | Null | Unknown License |
github.com/apple/swift-metrics | 2.4.1 | Null | Unknown License |
github.com/apple/swift-nio | 2.68.0 | Null | Unknown License |
github.com/apple/swift-nio-extras | 1.23.0 | Null | Unknown License |
github.com/apple/swift-nio-http2 | 1.33.0 | Null | Unknown License |
github.com/apple/swift-nio-ssl | 2.27.0 | Null | Unknown License |
github.com/apple/swift-nio-transport-services | 1.17.0 | Null | Unknown License |
github.com/apple/swift-protobuf | 1.27.0 | Null | Unknown License |
github.com/apple/swift-system | 1.3.1 | Null | Unknown License |
github.com/embrace-io/kscrash | 2.0.2 | Null | Unknown License |
github.com/groue/grdb.swift | 6.29.1 | Null | Unknown License |
github.com/jpsim/yams | 5.0.6 | Null | Unknown License |
github.com/open-telemetry/opentelemetry-swift | 1.10.1 | Null | Unknown License |
Package | Version | Score | Details |
---|---|---|---|
swift/github.com/apple/swift-collections | 1.1.2 | Unknown | Unknown |
swift/github.com/apple/swift-http-types | 1.2.0 | Unknown | Unknown |
swift/github.com/apple/swift-log | 1.6.1 | Unknown | Unknown |
swift/github.com/apple/swift-metrics | 2.4.1 | Unknown | Unknown |
swift/github.com/apple/swift-nio | 2.68.0 | Unknown | Unknown |
swift/github.com/apple/swift-nio-extras | 1.23.0 | Unknown | Unknown |
swift/github.com/apple/swift-nio-http2 | 1.33.0 | Unknown | Unknown |
swift/github.com/apple/swift-nio-ssl | 2.27.0 | Unknown | Unknown |
swift/github.com/apple/swift-nio-transport-services | 1.17.0 | Unknown | Unknown |
swift/github.com/apple/swift-protobuf | 1.27.0 | Unknown | Unknown |
swift/github.com/apple/swift-system | 1.3.1 | Unknown | Unknown |
swift/github.com/embrace-io/kscrash | 2.0.2 | Unknown | Unknown |
swift/github.com/groue/grdb.swift | 6.29.1 | Unknown | Unknown |
swift/github.com/jpsim/yams | 5.0.6 | Unknown | Unknown |
swift/github.com/open-telemetry/opentelemetry-swift | 1.10.1 | Unknown | Unknown |
Fails | |
---|---|
:no_entry_sign: | **Examples/BrandGame/BrandGame/View/Menu/Minigames/Reflex/ReflexGameModel.swift#L32** - There must not be any space between access control modifier and scope (`attribute_name_spacing`) |
:no_entry_sign: | **Examples/BrandGame/BrandGame/View/Menu/Minigames/Reflex/ReflexGameModel.swift#L35** - There must not be any space between access control modifier and scope (`attribute_name_spacing`) |
:no_entry_sign: | **Examples/BrandGame/BrandGame/View/Menu/Minigames/Reflex/ReflexGameModel.swift#L38** - There must not be any space between access control modifier and scope (`attribute_name_spacing`) |
:no_entry_sign: | **Tests/EmbraceCoreTests/Internal/Logs/Exporter/StorageEmbraceLogExporterTests.swift#L165** - There must not be any space between access control modifier and scope (`attribute_name_spacing`) |
:no_entry_sign: | **Tests/EmbraceCoreTests/Internal/Logs/Exporter/StorageEmbraceLogExporterTests.swift#L166** - There must not be any space between access control modifier and scope (`attribute_name_spacing`) |
:no_entry_sign: | **Tests/EmbraceCoreTests/Internal/Logs/Exporter/StorageEmbraceLogExporterTests.swift#L167** - There must not be any space between access control modifier and scope (`attribute_name_spacing`) |
Warnings | |
---|---|
:warning: | No CHANGELOG entry added. |
:warning: | **Examples/BrandGame/BrandGame/OpenTelemetry/Export/Log/StdoutLogExporter.swift#L15** - Line should be 120 characters or less; currently it has 132 characters (`line_length`) |
:warning: | **Sources/EmbraceCore/Capture/UX/Tap/TapCaptureService.swift#L137** - Returning Void in a function declaration is redundant (`redundant_void_return`) |
:warning: | **Sources/EmbraceCore/Internal/Tracing/StorageSpanExporter.swift#L49** - TODOs should be resolved (do we need to make sure storag...) (`todo`) |
:warning: | **Tests/EmbraceCoreTests/Capture/Network/DefaultURLSessionTaskHandlerTests.swift#L197** - Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (`non_optional_string_data_conversion`) |
:warning: | **Tuist/Package.swift#L4** - Limit vertical whitespace to a single empty line; currently 2 (`vertical_whitespace`) |
Generated by :no_entry_sign: Danger Swift against 8618fb2f3853dab196292aa8d1bd4d7e828536e0
typealias
we had inEmbraceOTelInternal
in the process as well.SpanData
did not change at all so this didn't require any kind of changes / migrations on our database.