Run Integration Tests #28
run-integration-tests.yaml
on: workflow_dispatch
Matrix: run-integration-tests
Annotations
10 warnings
|
macOS (embeddable false, swiftExport false):
sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
|
|
macOS (embeddable false, swiftExport false):
sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
|
|
macOS (embeddable false, swiftExport false):
sample/Async/AsyncFunctionIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
|
|
macOS (embeddable false, swiftExport false):
sample/Async/AsyncFunctionIntegrationTests.swift#L113
capture of 'integrationTests' with non-sendable type 'KotlinSuspendIntegrationTests' (aka 'SuspendIntegrationTests') in a '@sendable' closure
|
|
macOS (embeddable false, swiftExport false):
sample/Async/AsyncResultIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
|
|
macOS (embeddable false, swiftExport false):
sample/Async/AsyncResultIntegrationTests.swift#L124
capture of 'integrationTests' with non-sendable type 'KotlinSuspendIntegrationTests' (aka 'SuspendIntegrationTests') in a '@sendable' closure
|
|
macOS (embeddable false, swiftExport false):
sample/IntegrationTests/CompilerIntegrationTests.swift#L26
forced cast from 'NSNumber?' to 'NSNumber' only unwraps optionals; did you mean to use '!'?
|
|
macOS (embeddable false, swiftExport false):
sample/Async/AsyncSequenceIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
|
|
macOS (embeddable false, swiftExport false):
sample/Async/AsyncSequenceIntegrationTests.swift#L155
capture of 'integrationTests' with non-sendable type 'FlowIntegrationTests' in a '@sendable' closure
|
|
macOS (embeddable false, swiftExport false)
The number of threads 4 is more than the number of processors 3
|