Skip to content

Add forbidden names to enum case naming algorithm. #74

Add forbidden names to enum case naming algorithm.

Add forbidden names to enum case naming algorithm. #74

Triggered via push November 16, 2023 15:40
Status Failure
Total duration 1h 8m 21s
Artifacts

smoke-tests.yml

on: push
Acceptance Tests
26m 1s
Acceptance Tests
Type Mapping Tests
0s
Type Mapping Tests
External Libraries Tests
0s
External Libraries Tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors
AcceptanceTests.original_enum[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/enums/renaming/enabled/collision/original_enum/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/enums/renaming/enabled/collision/original_enum -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.aOdFeF/swift-source-1.o /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/enums/renaming/enabled/collision/original_enum/swift-source.swift:11:13: error: type '__A' has no member 'theRetain' __A.theRetain, ~~~ ^~~~~~~~~ /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/enums/renaming/enabled/collision/original_enum/swift-source.swift:13:13: error: type '__A' has no member 'theAutorelease' __A.theAutorelease, ~~~ ^~~~~~~~~~~~~~
AcceptanceTests.skie_enum[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/enums/renaming/enabled/collision/skie_enum/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/enums/renaming/enabled/collision/skie_enum -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.S2nepY/swift-source-1.o /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/enums/renaming/enabled/collision/skie_enum/swift-source.swift:14:15: error: type 'A' has no member 'theRetain' case .theRetain: ~^~~~~~~~~ /Users/customer/actions-runner/_work/SKIE/SKIE/SKIE/acceptance-tests/build/functional/1.9.20/test-temp/enums/renaming/enabled/collision/skie_enum/swift-source.swift:18:15: error: type 'A' has no member 'theAutorelease' case .theAutorelease: ~^~~~~~~~~~~~~~
Acceptance Tests
Gradle build failed: see console output for details