chore(patch): Package.swift build on swift 6 [sc-12601] #162
Annotations
10 errors
SwiftLint:
Sources/DistributedSystem/Transferable.swift#L25
Identifier Name Violation: Function name '_releaseBuffer()' should start with a lowercase character (identifier_name)
|
SwiftLint:
Benchmarks/DistributedSystem/ServerAndClient.swift#L1
File Name Violation: File name should match a type or extension declared in the file (if any) (file_name)
|
SwiftLint:
Benchmarks/DistributedSystem/ServerAndClient.swift#L30
Number Separator Violation: Underscores should be used as thousand separators (number_separator)
|
SwiftLint:
Benchmarks/DistributedSystem/ServerAndClient.swift#L170
Unavailable Function Violation: Unimplemented functions should be marked as unavailable (unavailable_function)
|
SwiftLint:
Benchmarks/DistributedSystem/ServerAndClient.swift#L182
Unavailable Function Violation: Unimplemented functions should be marked as unavailable (unavailable_function)
|
SwiftLint:
Sources/DistributedSystem/ChannelHandler.swift#L97
Line Length Violation: Line should be 140 characters or less; currently it has 145 characters (line_length)
|
SwiftLint:
Sources/DistributedSystem/ChannelHandler.swift#L97
Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used (operator_usage_whitespace)
|
SwiftLint:
Sources/DistributedSystem/ChannelHandler.swift#L54
Todo Violation: TODOs should be resolved (it would be nice to know "name...) (todo)
|
SwiftLint:
Sources/DistributedSystem/ChannelHandler.swift#L68
Todo Violation: TODOs should be resolved (it would be nice to know "name...) (todo)
|
SwiftLint:
Benchmarks/DistributedSystem/DistributedSystemBenchmarks.swift#L72
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|