Update DefaultsTests+Workaround.swift
This commit is contained in:
parent
d9a53a6d8e
commit
f7cb11e1cb
|
@ -1,6 +1,6 @@
|
|||
// TODO: A temporary workaround for Xcode 13.3 compiler issue. Should remove after https://bugs.swift.org/browse/SR-15807 is fixed.
|
||||
import Defaults
|
||||
import Foundation
|
||||
import Defaults
|
||||
|
||||
extension Defaults.Serializable where Self: Codable {
|
||||
public static var bridge: Defaults.TopLevelCodableBridge<Self> { Defaults.TopLevelCodableBridge() }
|
||||
|
|
Loading…
Reference in New Issue