Skip to content

[SR-15154] ObjC projects using SPM fail when we expose our models into another module #9735

Description

@swift-ci
Previous ID SR-15154
Radar rdar://problem/82827693
Original Reporter taquitos (JIRA User)
Type Bug

Attachment: Download

Additional Detail from JIRA
Votes 3
Component/s
Labels Bug
Assignee None
Priority Medium

md5: 4659038e109b6bed99ec521e272addf0

Issue Description:

Setup:
We create an ObjC App that uses our SPM package "RevenueCat".
In our app, we create an object that uses an object from the "RevenueCat" package as part of its api.

We expose this object's header (which exposes the method containing the RevenueCat object as a parameter) as a public header.

We create a Swift test target that depends on the ObjC App and has a bridging header for that object we created.

We attempt to use the API in a test. API that doesn't include RevenueCat objects is fine, but any API that uses RevenueCat objects in the parameter is not found.

Environment:
Xcode 12.5.1 (Build version 12E507) & Xcode 13 Beta 5

M1 Mac as well as Intel mac.

Swift Package Manager - Swift 5.4.0

Swift Package Manager - Swift 5.5.0

Component: Package Manager

Reproduction project: https://github.com/taquitos/SPMBug

Attempt to build the test target.

You'll get
`Value of type 'TaquitosAreTheBest' has no member 'purchaserInfo'`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions