Skip to content

Commit 0ec5f54

Browse files
committed
WIP
1 parent 66fce14 commit 0ec5f54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Package.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ let package = Package(
2121
),
2222
]
2323
)
24+
25+
for target in package.targets {
26+
target.swiftSettings = target.swiftSettings ?? []
27+
target.swiftSettings? += [
28+
.enableUpcomingFeature("ExistentialAny"),
29+
.enableUpcomingFeature("InternalImportsByDefault"),
30+
]
31+
}

0 commit comments

Comments
 (0)