Skip to content

[SwiftExtract] Add OpaquePointer to the known Swift stdlib types - #898

Merged
ktoso merged 1 commit into
swiftlang:mainfrom
kateinoigakukun:pr-b0161aa095aed96de63a24346d40f715d72aa02a
Aug 21, 2026
Merged

[SwiftExtract] Add OpaquePointer to the known Swift stdlib types#898
ktoso merged 1 commit into
swiftlang:mainfrom
kateinoigakukun:pr-b0161aa095aed96de63a24346d40f715d72aa02a

Conversation

@kateinoigakukun

Copy link
Copy Markdown
Member

OpaquePointer was the only member of the pointer family missing from the known-modules table, so any API using it was dropped with an unresolved type warning. Add it to the fake Swift module source and the known-type kind enums, and keep it unbridged (nil) in the JNI type translator like the rest of the pointer family.

OpaquePointer was the only member of the pointer family missing from the
known-modules table, so any API using it was dropped with an unresolved
type warning. Add it to the fake Swift module source and the known-type
kind enums, and keep it unbridged (nil) in the JNI type translator like
the rest of the pointer family.
@kateinoigakukun
kateinoigakukun requested a review from ktoso as a code owner August 21, 2026 13:06

@ktoso ktoso left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm thank you!

@ktoso
ktoso merged commit 849d857 into swiftlang:main Aug 21, 2026
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants