Skip to content

Commit 820c3d0

Browse files
authored
Add Swift v5 mode to v6 package (#680)
Adds the possibility to overcome certain bugs in runtime actor isolation checks, e.g. swiftlang/swift#75453
1 parent e5ba386 commit 820c3d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.nanpa/swift-5-mode.kdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
patch type="added" "Added the possibility to compile Swift v6 package in v5 mode"

[email protected]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ let package = Package(
7070
),
7171
],
7272
swiftLanguageModes: [
73+
.v5, // opt-out from dynamic actor isolation checks
7374
.v6,
7475
]
7576
)

0 commit comments

Comments
 (0)