Optimize tests by removing unnecessary dependencies. #72
smoke-tests.yml
on: push
Annotations
3 errors
AcceptanceTests.compiles[functional__kgp_1.9.20]:
SKIE/acceptance-tests/tests/functional/kgp_common/kotlin/co/touchlab/skie/acceptancetests/AcceptanceTests.kt#L36
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Swift compilation ended with the following error: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
Target: arm64-apple-macos10.15
/Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/bugs/nested_type_inside_type_with_keyword_name/compiles/swift-source.swift -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-14.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -F /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/bugs/nested_type_inside_type_with_keyword_name/compiles -new-driver-path /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-driver -empty-abi-descriptor -resource-dir /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -module-name main -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -parse-as-library -o /var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/TemporaryDirectory.6DUOjc/swift-source-1.o
/Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/bugs/nested_type_inside_type_with_keyword_name/compiles/swift-source.swift:9:40: error: 'co_touchlab_skie__kotlin' is not a member type of enum 'Kotlin.Skie'
func testSkieNamespace(p: Skie.co_touchlab_skie__kotlin.Protocol_.A.__Kotlin) {
~~~~ ^
/Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/bugs/nested_type_inside_type_with_keyword_name/compiles/skie/swift/generated/Skie/Skie.Namespace.swift:3:13: note: 'Skie' declared here
public enum Skie {
^
|
AcceptanceTests.is_applied_in_generated_code[functional__kgp_1.9.20]:
SKIE/acceptance-tests/tests/functional/kgp_common/kotlin/co/touchlab/skie/acceptancetests/AcceptanceTests.kt#L36
java.lang.AssertionError: Test failed:
Expected: Tested program ended successfully by explicitly calling exit(0).
Actual: Swift compilation ended with the following error: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
Target: arm64-apple-macos10.15
/Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/other/objcname/is_applied_in_generated_code/swift-source.swift -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-14.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -F /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/other/objcname/is_applied_in_generated_code -new-driver-path /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-driver -empty-abi-descriptor -resource-dir /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -module-name main -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -parse-as-library -o /var/folders/np/9jrkqz8x2ms8qd29x3t6q_bh0000gn/T/TemporaryDirectory.fxuxFB/swift-source-1.o
/Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/other/objcname/is_applied_in_generated_code/swift-source.swift:7:26: error: type 'SomeEnum' has no member 'someCase'
let e = SomeEnum.someCase
~~~~~~~~ ^~~~~~~~
|
Acceptance Tests
Gradle build failed: see console output for details
|