Skip to content

Run Tests

Run Tests #610

Manually triggered January 11, 2026 13:20
Status Success
Total duration 43m 9s
Artifacts

run-tests.yaml

on: workflow_dispatch
Matrix: Kotlin Tests / run-kotlin-tests
Matrix: Swift Tests / run-swift-tests
IDEA Tests  /  idea-plugin
4m 38s
IDEA Tests / idea-plugin
Matrix: Integration Tests / run-integration-tests
Matrix: IDEA Tests / run-idea-tests
Fit to window
Zoom out
Zoom in

Annotations

164 warnings
Swift Tests / RxSwift tvOS: KMPNativeCoroutines.xcodeproj#L0
The tvOS Simulator deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.5.99. (in target 'KMPNativeCoroutinesCore' from project 'KMPNativeCoroutines')
Swift Tests / RxSwift iOS: KMPNativeCoroutines.xcodeproj#L0
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.5.99. (in target 'KMPNativeCoroutinesCore' from project 'KMPNativeCoroutines')
Swift Tests / Async tvOS: KMPNativeCoroutines.xcodeproj#L0
The tvOS Simulator deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.5.99. (in target 'KMPNativeCoroutinesCore' from project 'KMPNativeCoroutines')
Swift Tests / Async iOS: KMPNativeCoroutines.xcodeproj#L0
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.5.99. (in target 'KMPNativeCoroutinesCore' from project 'KMPNativeCoroutines')
Swift Tests / Combine tvOS: KMPNativeCoroutines.xcodeproj#L0
The tvOS Simulator deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.5.99. (in target 'KMPNativeCoroutinesCore' from project 'KMPNativeCoroutines')
Swift Tests / Combine iOS: KMPNativeCoroutines.xcodeproj#L0
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.5.99. (in target 'KMPNativeCoroutinesCore' from project 'KMPNativeCoroutines')
Integration Tests / iOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / iOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / iOS (embeddable false, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / iOS (embeddable false, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L155
capture of 'integrationTests' with non-sendable type 'FlowIntegrationTests' in a '@sendable' closure
Integration Tests / iOS (embeddable false, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / iOS (embeddable false, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L93
capture of 'integrationTests' with non-sendable type 'KotlinSuspendIntegrationTests' (aka 'SuspendIntegrationTests') in a '@sendable' closure
Integration Tests / iOS (embeddable false, swiftExport false): sample/Async/AsyncResultIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / iOS (embeddable false, swiftExport false): sample/Async/AsyncResultIntegrationTests.swift#L96
capture of 'integrationTests' with non-sendable type 'SuspendIntegrationTests' in a '@sendable' closure
Integration Tests / iOS (embeddable false, swiftExport false): sample/IntegrationTests/CompilerIntegrationTests.swift#L26
forced cast from 'NSNumber?' to 'NSNumber' only unwraps optionals; did you mean to use '!'?
Integration Tests / iOS (embeddable false, swiftExport false)
The number of threads 4 is more than the number of processors 3
Integration Tests / macOS (embeddable true, swiftExport true): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / macOS (embeddable true, swiftExport true): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-Sendable type 'KotlinIntergrationTests' (aka 'com.rickclephas.kmp.nativecoroutines.sample.tests.IntegrationTests') in a '@sendable' closure
Integration Tests / macOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
no calls to throwing functions occur within 'try' expression
Integration Tests / macOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
no calls to throwing functions occur within 'try' expression
Integration Tests / macOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable true, swiftExport true): sample/RxSwift/RandomLettersRxSwiftViewModel.swift#L25
'createSingle(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable true, swiftExport true): sample/Combine/RandomLettersCombineViewModel.swift#L26
'createFuture(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable true, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
no calls to throwing functions occur within 'try' expression
Integration Tests / macOS (embeddable true, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / watchOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / watchOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / watchOS (embeddable true, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable true, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L155
capture of 'integrationTests' with non-sendable type 'FlowIntegrationTests' in a '@sendable' closure
Integration Tests / watchOS (embeddable true, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable true, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L93
capture of 'integrationTests' with non-sendable type 'KotlinSuspendIntegrationTests' (aka 'SuspendIntegrationTests') in a '@sendable' closure
Integration Tests / iOS (embeddable false, swiftExport true): sample/RxSwift/RxSwiftSingleIntegrationTests.swift#L48
'createSingle(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable false, swiftExport true): sample/RxSwift/RxSwiftSingleIntegrationTests.swift#L18
'createSingle(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable false, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
no calls to throwing functions occur within 'try' expression
Integration Tests / iOS (embeddable false, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable false, swiftExport true): sample/RxSwift/RandomLettersRxSwiftViewModel.swift#L25
'createSingle(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
no calls to throwing functions occur within 'try' expression
Integration Tests / iOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
no calls to throwing functions occur within 'try' expression
Integration Tests / iOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable false, swiftExport true): sample/Combine/RandomLettersCombineViewModel.swift#L26
'createFuture(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable true, swiftExport true): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable true, swiftExport true): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-Sendable type 'KotlinIntergrationTests' (aka 'com.rickclephas.kmp.nativecoroutines.sample.tests.IntegrationTests') in a '@sendable' closure
Integration Tests / watchOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
no calls to throwing functions occur within 'try' expression
Integration Tests / watchOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
no calls to throwing functions occur within 'try' expression
Integration Tests / watchOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable true, swiftExport true): sample/RxSwift/RandomLettersRxSwiftViewModel.swift#L25
'createSingle(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable true, swiftExport true): sample/Combine/RandomLettersCombineViewModel.swift#L26
'createFuture(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable true, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
no calls to throwing functions occur within 'try' expression
Integration Tests / watchOS (embeddable true, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable true, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / tvOS (embeddable true, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L93
capture of 'integrationTests' with non-sendable type 'KotlinSuspendIntegrationTests' (aka 'SuspendIntegrationTests') in a '@sendable' closure
Integration Tests / tvOS (embeddable true, swiftExport false): sample/IntegrationTests/CompilerIntegrationTests.swift#L26
forced cast from 'NSNumber?' to 'NSNumber' only unwraps optionals; did you mean to use '!'?
Integration Tests / tvOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / tvOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / tvOS (embeddable true, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / tvOS (embeddable true, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L155
capture of 'integrationTests' with non-sendable type 'FlowIntegrationTests' in a '@sendable' closure
Integration Tests / tvOS (embeddable true, swiftExport false): sample/Async/AsyncResultIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / tvOS (embeddable true, swiftExport false): sample/Async/AsyncResultIntegrationTests.swift#L96
capture of 'integrationTests' with non-sendable type 'SuspendIntegrationTests' in a '@sendable' closure
Integration Tests / tvOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / tvOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / tvOS (embeddable false, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / tvOS (embeddable false, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L155
capture of 'integrationTests' with non-sendable type 'FlowIntegrationTests' in a '@sendable' closure
Integration Tests / tvOS (embeddable false, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / tvOS (embeddable false, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L93
capture of 'integrationTests' with non-sendable type 'KotlinSuspendIntegrationTests' (aka 'SuspendIntegrationTests') in a '@sendable' closure
Integration Tests / tvOS (embeddable false, swiftExport false): sample/IntegrationTests/CompilerIntegrationTests.swift#L26
forced cast from 'NSNumber?' to 'NSNumber' only unwraps optionals; did you mean to use '!'?
Integration Tests / tvOS (embeddable false, swiftExport false): sample/Async/AsyncResultIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / tvOS (embeddable false, swiftExport false): sample/Async/AsyncResultIntegrationTests.swift#L96
capture of 'integrationTests' with non-sendable type 'SuspendIntegrationTests' in a '@sendable' closure
Integration Tests / macOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / macOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / macOS (embeddable true, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / macOS (embeddable true, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L155
capture of 'integrationTests' with non-sendable type 'FlowIntegrationTests' in a '@sendable' closure
Integration Tests / macOS (embeddable true, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / macOS (embeddable true, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L93
capture of 'integrationTests' with non-sendable type 'KotlinSuspendIntegrationTests' (aka 'SuspendIntegrationTests') in a '@sendable' closure
Integration Tests / macOS (embeddable true, swiftExport false): sample/Async/AsyncResultIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / macOS (embeddable true, swiftExport false): sample/Async/AsyncResultIntegrationTests.swift#L96
capture of 'integrationTests' with non-sendable type 'SuspendIntegrationTests' in a '@sendable' closure
Integration Tests / macOS (embeddable true, swiftExport false): sample/IntegrationTests/CompilerIntegrationTests.swift#L26
forced cast from 'NSNumber?' to 'NSNumber' only unwraps optionals; did you mean to use '!'?
Integration Tests / macOS (embeddable true, swiftExport false)
The number of threads 4 is more than the number of processors 3
Integration Tests / tvOS (embeddable true, swiftExport true): sample/Async/AsyncResultIntegrationTests.swift#L37
'asyncResult(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable true, swiftExport true): sample/Async/AsyncResultIntegrationTests.swift#L18
'asyncResult(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
no calls to throwing functions occur within 'try' expression
Integration Tests / tvOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
no calls to throwing functions occur within 'try' expression
Integration Tests / tvOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable true, swiftExport true): sample/Combine/RandomLettersCombineViewModel.swift#L26
'createFuture(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable true, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
no calls to throwing functions occur within 'try' expression
Integration Tests / tvOS (embeddable true, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable true, swiftExport true): sample/RxSwift/RandomLettersRxSwiftViewModel.swift#L25
'createSingle(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable false, swiftExport true): sample/Async/AsyncResultIntegrationTests.swift#L37
'asyncResult(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable false, swiftExport true): sample/Async/AsyncResultIntegrationTests.swift#L18
'asyncResult(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
no calls to throwing functions occur within 'try' expression
Integration Tests / macOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
no calls to throwing functions occur within 'try' expression
Integration Tests / macOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable false, swiftExport true): sample/RxSwift/RandomLettersRxSwiftViewModel.swift#L25
'createSingle(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable false, swiftExport true): sample/Combine/RandomLettersCombineViewModel.swift#L26
'createFuture(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable false, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
no calls to throwing functions occur within 'try' expression
Integration Tests / macOS (embeddable false, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable false, swiftExport true): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable false, swiftExport true): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-Sendable type 'KotlinIntergrationTests' (aka 'com.rickclephas.kmp.nativecoroutines.sample.tests.IntegrationTests') in a '@sendable' closure
Integration Tests / watchOS (embeddable false, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
no calls to throwing functions occur within 'try' expression
Integration Tests / watchOS (embeddable false, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
no calls to throwing functions occur within 'try' expression
Integration Tests / watchOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
no calls to throwing functions occur within 'try' expression
Integration Tests / watchOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable false, swiftExport true): sample/RxSwift/RandomLettersRxSwiftViewModel.swift#L25
'createSingle(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable false, swiftExport true): sample/Combine/RandomLettersCombineViewModel.swift#L26
'createFuture(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / watchOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / watchOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / watchOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / watchOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / watchOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / watchOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / tvOS (embeddable false, swiftExport true): sample/Async/AsyncResultIntegrationTests.swift#L37
'asyncResult(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable false, swiftExport true): sample/Async/AsyncResultIntegrationTests.swift#L18
'asyncResult(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
no calls to throwing functions occur within 'try' expression
Integration Tests / tvOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
no calls to throwing functions occur within 'try' expression
Integration Tests / tvOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable false, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable false, swiftExport true): sample/Combine/RandomLettersCombineViewModel.swift#L26
'createFuture(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable false, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
no calls to throwing functions occur within 'try' expression
Integration Tests / tvOS (embeddable false, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / tvOS (embeddable false, swiftExport true): sample/RxSwift/RandomLettersRxSwiftViewModel.swift#L25
'createSingle(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / iOS (embeddable true, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / iOS (embeddable true, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / iOS (embeddable true, swiftExport false): sample/Async/AsyncFunctionIntegrationTests.swift#L93
capture of 'integrationTests' with non-sendable type 'KotlinSuspendIntegrationTests' (aka 'SuspendIntegrationTests') in a '@sendable' closure
Integration Tests / iOS (embeddable true, swiftExport false): sample/Async/AsyncResultIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / iOS (embeddable true, swiftExport false): sample/Async/AsyncResultIntegrationTests.swift#L96
capture of 'integrationTests' with non-sendable type 'SuspendIntegrationTests' in a '@sendable' closure
Integration Tests / iOS (embeddable true, swiftExport false): sample/IntegrationTests/CompilerIntegrationTests.swift#L26
forced cast from 'NSNumber?' to 'NSNumber' only unwraps optionals; did you mean to use '!'?
Integration Tests / iOS (embeddable true, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / iOS (embeddable true, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L155
capture of 'integrationTests' with non-sendable type 'FlowIntegrationTests' in a '@sendable' closure
Integration Tests / iOS (embeddable true, swiftExport false)
The number of threads 4 is more than the number of processors 3
Integration Tests / iOS (embeddable true, swiftExport true): sample/Async/AsyncResultIntegrationTests.swift#L37
'asyncResult(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable true, swiftExport true): sample/Async/AsyncResultIntegrationTests.swift#L18
'asyncResult(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable true, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
no calls to throwing functions occur within 'try' expression
Integration Tests / iOS (embeddable true, swiftExport true): sample/Async/RandomLettersAsyncViewModel.swift#L26
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable true, swiftExport true): sample/RxSwift/RandomLettersRxSwiftViewModel.swift#L25
'createSingle(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
no calls to throwing functions occur within 'try' expression
Integration Tests / iOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
no calls to throwing functions occur within 'try' expression
Integration Tests / iOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L36
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable true, swiftExport true): sample/Async/SwiftUIAsyncTest.swift#L24
'asyncFunction(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / iOS (embeddable true, swiftExport true): sample/Combine/RandomLettersCombineViewModel.swift#L26
'createFuture(for:)' is deprecated: Kotlin Coroutines are supported by Swift export
Integration Tests / macOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / macOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / macOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / macOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / macOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / macOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / macOS (embeddable false, swiftExport false): sample/Async/AsyncTestUtils.swift#L15
capture of 'integrationTests' with non-sendable type 'KotlinIntergrationTests' (aka 'IntegrationTests') in a '@sendable' closure
Integration Tests / macOS (embeddable false, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L10
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NativeCoroutinesSampleShared'
Integration Tests / macOS (embeddable false, swiftExport false): sample/Async/AsyncSequenceIntegrationTests.swift#L155
capture of 'integrationTests' with non-sendable type 'FlowIntegrationTests' in a '@sendable' closure
Integration Tests / macOS (embeddable false, swiftExport false)
The number of threads 4 is more than the number of processors 3