-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Source compatibility suite] vapor_jwt failing to build on macOS with release/6.1 -SIL verification failed: method does not appear in the class's vtable: VerifyClassMethodVisitor(member).Seen || operandType.isForeignReferenceType() #78870
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
source compatibility suite
Flag: An issue that surfaced in the source compatibility suite
triage needed
This issue needs more specific labels
Comments
justice-adams-apple
added
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
source compatibility suite
Flag: An issue that surfaced in the source compatibility suite
triage needed
This issue needs more specific labels
labels
Jan 23, 2025
justice-adams-apple
added a commit
to swiftlang/swift-source-compat-suite
that referenced
this issue
Jan 23, 2025
justice-adams-apple
added a commit
to swiftlang/swift-source-compat-suite
that referenced
this issue
Jan 23, 2025
This is actually an issue with |
tshortli
added a commit
to tshortli/swift
that referenced
this issue
Jan 24, 2025
MemberImportVisibility rules should only apply to source code in the main module. The rules were being applied when resolving witnesses for synthesized Hashable conformances on CF types imported by ClangImporter, which caused the lookups to fail and bad conformances to be generated. Resolves swiftlang#78870 and rdar://142433039.
tshortli
added a commit
to tshortli/swift
that referenced
this issue
Jan 24, 2025
MemberImportVisibility rules should only apply to source code in the main module. The rules were being applied when resolving witnesses for synthesized Hashable conformances on CF types imported by ClangImporter, which caused the lookups to fail and bad conformances to be generated. Resolves swiftlang#78870 and rdar://142433039.
tshortli
added a commit
to tshortli/swift
that referenced
this issue
Jan 24, 2025
MemberImportVisibility rules should only apply to source code in the main module. The rules were being applied when resolving witnesses for synthesized Hashable conformances on CF types imported by ClangImporter, which caused the lookups to fail and bad conformances to be generated. Resolves swiftlang#78870 and rdar://142433039.
tshortli
added a commit
to tshortli/swift
that referenced
this issue
Jan 24, 2025
MemberImportVisibility rules should only apply to source code in the main module. The rules were being applied when resolving witnesses for synthesized Hashable conformances on CF types imported by ClangImporter, which caused the lookups to fail and bad conformances to be generated. Resolves swiftlang#78870 and rdar://142433039.
tshortli
added a commit
to tshortli/swift
that referenced
this issue
Jan 24, 2025
MemberImportVisibility rules should only apply to source code in the main module. The rules were being applied when resolving witnesses for synthesized Hashable conformances on CF types imported by ClangImporter, which caused the lookups to fail and bad conformances to be generated. Resolves swiftlang#78870 and rdar://142433039.
justice-adams-apple
added a commit
to swiftlang/swift-source-compat-suite
that referenced
this issue
Jan 28, 2025
* CoreStore - swiftlang/swift#78863 * Doggie - swiftlang/swift#70764 * exercism-swift - swiftlang/swift#78864 * Kingfisher - swiftlang/swift#78866 * Mapper - swiftlang/swift#65197 * Nimble - swiftlang/swift#57431 * ProcedureKit - swiftlang/swift#65197 * PromiseKit - swiftlang/swift#65197 * R.swift - swiftlang/swift#65204 * ReactiveSwift - swiftlang/swift#70744 * Serpent - swiftlang/swift#61615 * siesta - swiftlang/swift#57431 * SwiftLint-Legacy - swiftlang/swift#61616 * swift-protobuf-plugin-example - swiftlang/swift#65202 * vapor_websocket-kit - swiftlang/swift#75656 * vapor_jwt - swiftlang/swift#78870 * vapor_jwt-kit - swiftlang/swift#78870 * Deferred - swiftlang/swift#75498 * Kitura - rdar://83373628 * NetService - swiftlang/swift#64251 * penny-bot - https://github.com/swiftlang/swift/issues/75499 * Perfect - rdar://83373864 * SwiftLint - rdar://83374141 * violet - https://github.com/swiftlang/swift/issues/75499
xedin
added a commit
to xedin/swift-source-compat-suite
that referenced
this issue
Jan 28, 2025
ttps://github.com/swiftlang/swift/issues/78870 has been fixes on main and release/6.1 and the projects are currently UPASS'ing.
xedin
added a commit
to xedin/swift-source-compat-suite
that referenced
this issue
Jan 28, 2025
swiftlang/swift#78870 has been fixes on main and release/6.1 and the projects are currently UPASS'ing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
source compatibility suite
Flag: An issue that surfaced in the source compatibility suite
triage needed
This issue needs more specific labels
Description
vapor_jwt is failing to build on and internal/6.1 with the following error
Reproduction
Using the source compat suite
Expected behavior
Expected the project to build correctly
Environment
https://ci.swift.org/view/Swift%206.1/job/swift-6.1-source-compat-suite-debug/3/artifact/swift-source-compat-suite/
Additional information
No response
The text was updated successfully, but these errors were encountered: