diff --git a/.swiftpm/xcode/package.xcworkspace/xcuserdata/Pawel.xcuserdatad/UserInterfaceState.xcuserstate b/.swiftpm/xcode/package.xcworkspace/xcuserdata/Pawel.xcuserdatad/UserInterfaceState.xcuserstate index 2a45c3b..b82fb60 100644 Binary files a/.swiftpm/xcode/package.xcworkspace/xcuserdata/Pawel.xcuserdatad/UserInterfaceState.xcuserstate and b/.swiftpm/xcode/package.xcworkspace/xcuserdata/Pawel.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Package.swift b/Package.swift index 2f0f780..d4687fc 100644 --- a/Package.swift +++ b/Package.swift @@ -15,10 +15,10 @@ let package = Package( ), .target( name: "PalmyraCore", - dependencies: ["SwiftToolsSupport"] + dependencies: ["SwiftToolsSupport-auto"] ), .testTarget( name: "PalmyraTests", - dependencies: ["PalmyraCore", "SwiftToolsSupport"]) + dependencies: ["PalmyraCore", "SwiftToolsSupport-auto"]) ] )