Skip to content

Commit fd1093e

Browse files
committed
fix: add public imports for InternalImportsByDefault compatibility
Update URL+IRI.swift to use public imports for Foundation and RFC_3987 to satisfy Swift 6's InternalImportsByDefault requirements.
1 parent ce611da commit fd1093e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/RFC 3987 Foundation/URL+IRI.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import Foundation
2-
import RFC_3987
1+
public import Foundation
2+
public import RFC_3987
33

44
extension URL {
55
/// Errors that can occur during IRI to URL conversion

0 commit comments

Comments
 (0)