Xcode-6p3-Beta (6D520o): Building a Swift framework that imports another Swift framework fails to compile

Originator:jp
Number:rdar://19776768 Date Originated:09-Feb-2015 07:32 PM
Status:Closed Resolved:13-Feb-2015 10:53 AM
Product:Developer Tools Product Version:Xcode-6p3-Beta (6D520o)
Classification:Serious Bug Reproducible:Always
 
Summary:
Building a Swift framework that imports another Swift framework fails to compile with the following error:

“Module file's minimum deployment target is OS X v10.10”

Steps to Reproduce:

1. Download SourceKitten.tgz
2. Attempt to build the SourceKittenFramework target

Alternatively, create a new Xcode project to build a Swift framework (A) importing a different Swift framework (B), both targeted to OS X 10.10. Then attempt to build framework B.

Expected Results:
I expected the SourceKittenFramework target to compile.

Actual Results:
The SourceKittenFramework target fails to compile, with Xcode displaying the following error:

“Module file's minimum deployment target is OS X v10.10”

Regression:
N/A.

Notes:
N/A.

Comments

More information

What did you change in your project to fix your issue? I'm stuck with the same error message.

By gwendal.roue at March 8, 2015, 11:38 a.m. (reply...)

This was a problem with my project's configuration rather than a bug. Oops.


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!