Modernize CI #94
Annotations
1 error and 6 warnings
Test Linux
Process completed with exit code 2.
|
Test (platform=macOS):
Sources/JSONRPC/DataChannel.swift#L33
capture of 'iterator' with non-sendable type 'AsyncStream<Data>.Iterator' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Test (platform=macOS):
Sources/JSONRPC/DataChannel.swift#L33
mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
|
Test (platform=macOS):
Tests/JSONRPCTests/DataChannelTests.swift#L21
no calls to throwing functions occur within 'try' expression
|
Test (platform=iOS Simulator,name=iPhone 15):
Sources/JSONRPC/DataChannel.swift#L33
capture of 'iterator' with non-sendable type 'AsyncStream<Data>.Iterator' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Test (platform=iOS Simulator,name=iPhone 15):
Sources/JSONRPC/DataChannel.swift#L33
mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
|
Test (platform=iOS Simulator,name=iPhone 15):
Tests/JSONRPCTests/DataChannelTests.swift#L21
no calls to throwing functions occur within 'try' expression
|