Skip to content

Commit 98ba01e

Browse files
committed
Disable unsafe flags for the release build
1 parent a3e7853 commit 98ba01e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
resources: [.process("Resources")],
2727
swiftSettings: [
2828
// Enable library evolution
29-
.unsafeFlags(["-enable-library-evolution"]),
29+
// .unsafeFlags(["-enable-library-evolution"]),
3030

3131
// Additional strict checks
3232
// .unsafeFlags(["-warnings-as-errors"]),

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ SwiftUIKit makes its best effort to honor semver, but breaking changes can occur
44

55

66

7+
## 5.8.2
8+
9+
This version disables Swift package flags for framework usage.
10+
11+
12+
713
## 5.8.1
814

915
This version enables Swift package flags to catch more errors.

0 commit comments

Comments
 (0)