File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
// Status: Complete
7
7
8
8
#if OPENSWIFTUI_SWIFT_LOG
9
- internal import Logging
9
+ import Logging
10
10
#else
11
11
import os
12
12
#if DEBUG
@@ -38,10 +38,10 @@ enum Log {
38
38
}
39
39
40
40
#if OPENSWIFTUI_SWIFT_LOG
41
+ @usableFromInline
41
42
static let runtimeIssuesLog = Logger ( label: " OpenSwiftUI " )
42
43
43
44
@_transparent
44
- @inline ( __always)
45
45
static func runtimeIssues(
46
46
_ message: @autoclosure ( ) -> StaticString ,
47
47
_ args: @autoclosure ( ) -> [ CVarArg ] = [ ]
@@ -55,7 +55,6 @@ enum Log {
55
55
static var runtimeIssuesLog = OSLog ( subsystem: " com.apple.runtime-issues " , category: " OpenSwiftUI " )
56
56
57
57
@_transparent
58
- @inline ( __always)
59
58
static func runtimeIssues(
60
59
_ message: @autoclosure ( ) -> StaticString ,
61
60
_ args: @autoclosure ( ) -> [ CVarArg ] = [ ]
Original file line number Diff line number Diff line change 8
8
9
9
internal import OpenGraphShims
10
10
#if OPENSWIFTUI_SWIFT_LOG
11
- internal import Logging
11
+ import Logging
12
12
#else
13
13
import os
14
14
#endif
You can’t perform that action at this time.
0 commit comments