Skip to content

Conversation

al45tair
Copy link
Contributor

The _Backtracing module was never implicitly imported by default, so this wasn't necessary anyway, but adding it is a blocker for SE-0419.

rdar://143310300

The _Backtracing module was never implicitly imported by default, so this wasn't necessary anyway, but adding it is a blocker for SE-0419. rdar://143310300
Copy link
Contributor

@grynspan grynspan left a comment

Choose a reason for hiding this comment

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

Do we need any SwiftPM manifest changes?

@grynspan grynspan added this to the Swift 6.x milestone Jan 21, 2025
@grynspan grynspan added the build 🧱 Affects the project's build configuration or process label Jan 21, 2025
@al45tair
Copy link
Contributor Author

Do we need any SwiftPM manifest changes?

I think this was the only reference I could find. I only went looking after my Windows build kept unexpectedly failing because of something using this option.

@grynspan
Copy link
Contributor

I suppose I'm curious why this caused a failure.

@grynspan
Copy link
Contributor

@swift-ci test

@al45tair
Copy link
Contributor Author

I suppose I'm curious why this caused a failure.

To be fair, I don't know that it's specifically this that's causing the failure, but something is passing the -disable-implicit-backtracing-support argument, so I'm trying to eliminate references to that (because it's being removed).

@grynspan
Copy link
Contributor

@swift-ci test macOS

@grynspan
Copy link
Contributor

CI is still down, I think. Please do not merge until all three jobs have completed successfully. Thanks!

@grynspan
Copy link
Contributor

@swift-ci test

@al45tair al45tair merged commit fb95c48 into swiftlang:main Jan 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build 🧱 Affects the project's build configuration or process

3 participants