1.2.0 #89
Replies: 3 comments 12 replies
-
FYI some builds might be down during migration from xctest-dynamic-overlay to swift-issue-reporting PSA in case other folks run into the same logs as us. If anyone is seeing logs like this today:
You are likely depending on |
Beta Was this translation helpful? Give feedback.
-
We are in the process of releasing patches that pin everything to the old repo name. While we did test many upgrade scenarios for a package rename before moving forward with this release, we are aware that it's causing unforeseen problems in certain setups, and so we think the only safe path forward is to leave xctest-dynamic-overlay as is and extract swift-issue-reporting to a new repository. These releases will complete rolling out shortly! We appreciate your patience. |
Beta Was this translation helpful? Give feedback.
-
what is easy way to resolve this problem? |
Beta Was this translation helpful? Give feedback.
-
What's Changed
Added: Issue Reporting (Introducing: Issue Reporting #87).
XCTest Dynamic Overlay is now Issue Reporting, a general purpose library for reporting issues in your application and library code as Xcode runtime warnings, breakpoints, assertions, and more, and do so in a testable manner, with support for both XCTest and Swift's new native Testing framework.
Infrastructure: Swift Language Support: Drop <5.9, Add 6.0 by @stephencelis in Swift Language Support: Drop <5.9, Add 6.0 #84
Infrastructure: Add
.editorconfig
for consistent code formatting by @Matejkob in Add.editorconfig
for consistent code formatting #85New Contributors
.editorconfig
for consistent code formatting #85Full Changelog: 1.1.2...1.2.0
This discussion was created from the release 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions