Skip to content

Commit

Permalink
Remove InternalImportsByDefault swift feature and fix StrictConcurren…
Browse files Browse the repository at this point in the history
…cy to be an experimental feature

feature/disable-internal-imports-by-default
  • Loading branch information
roanutil committed Jun 13, 2024
1 parent 305ea11 commit d765d39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ extension [SwiftSetting] {
.enableUpcomingFeature("DisableOutwardActorInference"),
.enableUpcomingFeature("ForwardTrailingClosures"),
.enableUpcomingFeature("ImportObjcForwardDeclarations"),
.enableUpcomingFeature("InternalImportsByDefault"),
.enableUpcomingFeature("StrictConcurrency"),
.enableExperimentalFeature("StrictConcurrency"),
]
}

0 comments on commit d765d39

Please sign in to comment.