Skip to content
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

[SR-7181] Swift CI: Swift Source Compatibility Suite (master) #49729

Closed
atrick opened this issue Mar 13, 2018 · 6 comments
Closed

[SR-7181] Swift CI: Swift Source Compatibility Suite (master) #49729

atrick opened this issue Mar 13, 2018 · 6 comments
Assignees
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself

Comments

@atrick
Copy link
Member

atrick commented Mar 13, 2018

Previous ID SR-7181
Radar rdar://38397927
Original Reporter @atrick
Type Bug
Status Closed
Resolution Done

Attachment: Download

Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug
Assignee @atrick
Priority Medium

md5: e6fc393ed55802d05ac04a2acf7eda80

Issue Description:

Jenkins URL: https://ci.swift.org/job/swift-master-source-compat-suite/1421/

FAIL_RxDataSources-Pods-Pods.xcodeproj_3.0_BuildXcodeProjectTarget_Pods-Example_generic-platform-iOS.log

FAIL_RxDataSources-Pods-Pods.xcodeproj_3.0_BuildXcodeProjectTarget_Pods-RxDataSources_generic-platform-iOS.log

error: fatal error encountered during compilation; please file a bug report with your project and the crash log
<unknown>:0: note: symbol '_$S7RxSwift21AnyRecursiveSchedulerCMn' can not be undefined in a subtraction expression

  1. IRGen: Set IGM.CurSourceFile while emitting SILFunctions. (detail)

  2. Runtime: Use type context descriptors to unique foreign metadata. (detail)

  3. Runtime: Prefab metadata records for Any and AnyObject. (detail)

  4. IRGen: Use known value witness tables for common type layouts. (detail)

  5. Runtime: Make generic parameter counts in context descriptors 16-bit. (detail)

  6. IRGen: Make outlined enum copy/destroy lazier and better mangled. (detail)

  7. [silgen] Change SwitchEnumBuilder to invalidate the insertion point (detail)

  8. [Parse] getLineNumber before parsing the closure ([Parse] getLineNumber before parsing the closure #15178) (detail)

  9. [Lexer] Remove dead code ([Lexer] Remove dead code #15179) (detail)

@atrick
Copy link
Member Author

atrick commented Mar 13, 2018

@swift-ci create.

@DougGregor
Copy link
Member

@jckarter, maybe we're not triggering the emission of that nominal type descriptor

@jckarter
Copy link
Member

#15217 should fix it.

@atrick
Copy link
Member Author

atrick commented Mar 13, 2018

When this goes through, the following PR should be reverted

apple/swift-source-compat-suite#157

@jckarter
Copy link
Member

Should be fixed in the compiler now.

@atrick
Copy link
Member Author

atrick commented Mar 14, 2018

Reenabling Pods: apple/swift-source-compat-suite#160

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
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. compiler The Swift compiler in itself
Projects
None yet
Development

No branches or pull requests

3 participants