Skip to content

Commit c4a5fd2

Browse files
committed
WIP
1 parent 77e0431 commit c4a5fd2

File tree

2 files changed

+1
-84
lines changed

2 files changed

+1
-84
lines changed

Sources/PlatformViewVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public enum PlatformViewVersion<Version: PlatformVersion, SwiftUIViewType: Intro
7272
@_spi(Advanced) public static func unavailable(file: StaticString = #file, line: UInt = #line) -> Self {
7373
let filePath = file.withUTF8Buffer { String(decoding: $0, as: UTF8.self) }
7474
let fileName = URL(fileURLWithPath: filePath).lastPathComponent
75-
runtimeWarn(
75+
print(
7676
"""
7777
If you're seeing this, someone forgot to mark \(fileName):\(line) as unavailable.
7878

Sources/RuntimeWarnings.swift

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)