Skip to content

Commit b5149a0

Browse files
authored
Xcode 14.3RC2 complained about this so addressing it (#57)
1 parent ab8c9f4 commit b5149a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/XCTestDynamicOverlay/Internal/RuntimeWarnings.swift

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

2020
#if DEBUG && canImport(os)
2121
import os
22+
import Foundation
2223

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

0 commit comments

Comments
 (0)