Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit a508e29

Browse files
committed
Add swift-log and swift-log-github-actions package dependencies
Add Logging and LoggingGitHubActions dependencies to swift-doc
1 parent 869be1a commit a508e29

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Package.resolved

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ let package = Package(
1919
.package(url: "https://github.com/SwiftDocOrg/Markup.git", .upToNextMinor(from: "0.0.3")),
2020
.package(url: "https://github.com/NSHipster/SwiftSyntaxHighlighter.git", .revision("1.0.0")),
2121
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.0.2")),
22+
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.2.0")),
23+
.package(url: "https://github.com/NSHipster/swift-log-github-actions.git", .upToNextMinor(from: "0.0.1")),
2224
],
2325
targets: [
2426
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2527
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
2628
.target(
2729
name: "swift-doc",
28-
dependencies: ["ArgumentParser", "SwiftDoc", "SwiftSemantics", "SwiftMarkup", "CommonMarkBuilder", "HypertextLiteral", "Markup", "DCOV", "GraphViz", "SwiftSyntaxHighlighter"]
30+
dependencies: ["ArgumentParser", "SwiftDoc", "SwiftSemantics", "SwiftMarkup", "CommonMarkBuilder", "HypertextLiteral", "Markup", "DCOV", "GraphViz", "SwiftSyntaxHighlighter", "Logging", "LoggingGitHubActions"]
2931
),
3032
.target(
3133
name: "DCOV",

0 commit comments

Comments
 (0)