diff --git a/Package.resolved b/Package.resolved index fa0a833..b655792 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-syntax.git", "state" : { - "revision" : "64889f0c732f210a935a0ad7cda38f77f876262d", - "version" : "509.1.1" + "revision" : "0687f71944021d616d34d922343dcef086855920", + "version" : "600.0.1" } } ], diff --git a/Package.swift b/Package.swift index ac0b1af..0ca4aa2 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/apple/swift-syntax.git", from: "509.1.1"), + .package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.1"), ], targets: [ .macro( diff --git a/Tests/SFSymbolsMacroTests/SFSymbolsMacroTests.swift b/Tests/SFSymbolsMacroTests/SFSymbolsMacroTests.swift index 4b037a4..1e6de16 100644 --- a/Tests/SFSymbolsMacroTests/SFSymbolsMacroTests.swift +++ b/Tests/SFSymbolsMacroTests/SFSymbolsMacroTests.swift @@ -33,7 +33,7 @@ final class SFSymbolsMacroTests: XCTestCase { self.rawValue } - #if canImport (UIKit) + #if canImport(UIKit) func uiImage(configuration: UIImage.Configuration? = nil) -> UIImage { UIImage(systemName: self.rawValue, withConfiguration: configuration)! } @@ -76,7 +76,7 @@ final class SFSymbolsMacroTests: XCTestCase { self.rawValue } - #if canImport (UIKit) + #if canImport(UIKit) public func uiImage(configuration: UIImage.Configuration? = nil) -> UIImage { UIImage(systemName: self.rawValue, withConfiguration: configuration)! } @@ -119,7 +119,7 @@ final class SFSymbolsMacroTests: XCTestCase { self.rawValue } - #if canImport (UIKit) + #if canImport(UIKit) internal func uiImage(configuration: UIImage.Configuration? = nil) -> UIImage { UIImage(systemName: self.rawValue, withConfiguration: configuration)! } @@ -162,7 +162,7 @@ final class SFSymbolsMacroTests: XCTestCase { self.rawValue } - #if canImport (UIKit) + #if canImport(UIKit) fileprivate func uiImage(configuration: UIImage.Configuration? = nil) -> UIImage { UIImage(systemName: self.rawValue, withConfiguration: configuration)! } @@ -205,7 +205,7 @@ final class SFSymbolsMacroTests: XCTestCase { self.rawValue } - #if canImport (UIKit) + #if canImport(UIKit) private func uiImage(configuration: UIImage.Configuration? = nil) -> UIImage { UIImage(systemName: self.rawValue, withConfiguration: configuration)! }