File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1310,6 +1310,8 @@ let package = Package(
1310
1310
] ,
1311
1311
path: " FirebaseVertexAI/Sources " ,
1312
1312
swiftSettings: [
1313
+ // TODO(#14638): Remove "AccessLevelOnImport" experimental feature declaration after
1314
+ // upgrading to `swift-tools-version:6.0`, where it is on by default.
1313
1315
. enableExperimentalFeature( " AccessLevelOnImport " ) ,
1314
1316
. enableUpcomingFeature( " InternalImportsByDefault " ) ,
1315
1317
]
@@ -1329,6 +1331,8 @@ let package = Package(
1329
1331
. headerSearchPath( " ../../../ " ) ,
1330
1332
] ,
1331
1333
swiftSettings: [
1334
+ // TODO(#14638): Remove "AccessLevelOnImport" experimental feature declaration after
1335
+ // upgrading to `swift-tools-version:6.0`, where it is on by default.
1332
1336
. enableExperimentalFeature( " AccessLevelOnImport " ) ,
1333
1337
. enableUpcomingFeature( " InternalImportsByDefault " ) ,
1334
1338
]
You can’t perform that action at this time.
0 commit comments