File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ internal var logBitsPerByte: Int { return 3 }
60
60
/// when you pass a string interpolation to the log APIs.
61
61
/// Extend this type with more `appendInterpolation` overloads to enable
62
62
/// interpolating additional types.
63
- @_fixed_layout
63
+ @frozen
64
64
public struct OSLogInterpolation : StringInterpolationProtocol {
65
65
/// A format string constructed from the given string interpolation to be
66
66
/// passed to the os_log ABI.
@@ -360,7 +360,7 @@ extension String {
360
360
}
361
361
}
362
362
363
- @_fixed_layout
363
+ @frozen
364
364
public struct OSLogMessage :
365
365
ExpressibleByStringInterpolation , ExpressibleByStringLiteral
366
366
{
@@ -402,7 +402,7 @@ public struct OSLogMessage :
402
402
/// are captured within closures and stored in an array. The closures accept an
403
403
/// instance of `OSLogByteBufferBuilder`, and when invoked, serialize the
404
404
/// argument using the passed `OSLogByteBufferBuilder` instance.
405
- @_fixed_layout
405
+ @frozen
406
406
@usableFromInline
407
407
internal struct OSLogArguments {
408
408
/// An array of closures that captures arguments of possibly different types.
You can’t perform that action at this time.
0 commit comments