feat(minor): Add a concurrent map #94
Annotations
10 errors
GitHub Action for SwiftLint with --strict:
Sources/Helpers/MakeStream.swift#L1
File Name Violation: File name should match a type or extension declared in the file (if any) (file_name)
|
GitHub Action for SwiftLint with --strict:
Benchmarks/Package.swift#L10
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint with --strict:
Benchmarks/Package.swift#L14
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint with --strict:
Benchmarks/Package.swift#L27
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint with --strict:
Benchmarks/Package.swift#L6
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
GitHub Action for SwiftLint with --strict:
Benchmarks/Benchmarks/ConcurrencyBenchmarks/ConcurrencyBenchmarks.swift#L53
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
GitHub Action for SwiftLint with --strict:
Benchmarks/Benchmarks/ConcurrencyBenchmarks/ConcurrencyBenchmarks.swift#L59
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
GitHub Action for SwiftLint with --strict:
Benchmarks/Benchmarks/ConcurrencyBenchmarks/ConcurrencyBenchmarks.swift#L12
Number Separator Violation: Underscores should be used as thousand separators (number_separator)
|
GitHub Action for SwiftLint with --strict:
Benchmarks/Benchmarks/ConcurrencyBenchmarks/ConcurrencyBenchmarks.swift#L13
Number Separator Violation: Underscores should be used as thousand separators (number_separator)
|
GitHub Action for SwiftLint with --strict:
Benchmarks/Benchmarks/ConcurrencyBenchmarks/ConcurrencyBenchmarks.swift#L41
Number Separator Violation: Underscores should be used as thousand separators (number_separator)
|
Loading