Skip to content

Commit

Permalink
Add missing dependency HashableMacroMacros → HashableMacroFoundation
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed Feb 6, 2024
1 parent 603e1ca commit 01f2415
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ let package = Package(
.macro(
name: "HashableMacroMacros",
dependencies: [
.targetItem(
name: "HashableMacroFoundation",
condition: .when(
platforms: [.macOS, .iOS, .tvOS, .watchOS, .macCatalyst]
)
),
.product(name: "SwiftDiagnostics", package: "swift-syntax"),
.product(name: "SwiftSyntax", package: "swift-syntax"),
.product(name: "SwiftSyntaxMacros", package: "swift-syntax"),
Expand Down

0 comments on commit 01f2415

Please sign in to comment.