diff --git a/.gitignore b/.gitignore index 18c6828..ef0d2a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .DS_Store -/.build +*.build /.swiftpm /Examples/.swiftpm /Packages diff --git a/.spi.yml b/.spi.yml index 1b2d27c..6861c84 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,5 +1,5 @@ version: 1 builder: configs: - - documentation_targets: [Spyable] + - documentation_targets: [Spyable, SpyableMacro] swift_version: 5.9 diff --git a/README.md b/README.md index fe48315..a501855 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ class ServiceProtocolSpy: ServiceProtocol { get { underlyingName } set { underlyingName = newValue } } - var underlyingName: (String )! + var underlyingName: (String)! var fetchConfigArgCallsCount = 0 var fetchConfigArgCalled: Bool {