Skip to content

Commit 54652f6

Browse files
authored
Clarify unsupported direct macro module imports in CHANGELOG.md (#7754)
Importing macro modules directly to use those macros was never supposed to work, and now with macro modules built for the host triple, importing such macro modules in modules built for the target triple will fail.
1 parent ea3461d commit 54652f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Swift 6.0
1818
`--experimental-swift-sdks-path` options on `swift build` are deprecated with replacements that don't have the
1919
`experimental` prefix.
2020

21-
* [#7535] The `swift sdk configuration` subcommand is deprecated with a replacement named `configure` that has options that exactly match
21+
* [#7535]
22+
23+
The `swift sdk configuration` subcommand is deprecated with a replacement named `configure` that has options that exactly match
2224
[SE-0387 proposal text].
2325

2426
* [#7202]
@@ -34,6 +36,9 @@ Swift 6.0
3436

3537
Macros cross-compiled by SwiftPM with Swift SDKs are now correctly built, loaded, and evaluated for the host triple.
3638

39+
Packages with modules that incorrectly imported macro modules directly instead of importing macro interface modules will no longer build
40+
with `swift build`.
41+
3742
Swift 5.10
3843
-----------
3944

0 commit comments

Comments
 (0)