Skip to content

Commit 14ac251

Browse files
authored
Import Foundation to make Xcode 14.3 happy (pointfreeco#97)
1 parent 7255c8d commit 14ac251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/_SwiftUINavigationState/Internal/RuntimeWarnings.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public func runtimeWarn(
3737

3838
#if canImport(os)
3939
import os
40+
import Foundation
4041

4142
// NB: Xcode runtime warnings offer a much better experience than traditional assertions and
4243
// breakpoints, but Apple provides no means of creating custom runtime warnings ourselves.

0 commit comments

Comments
 (0)