Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 20999d9

Browse files
authored
Add .spi.yml so that DocC documentation is generated (#40)
1 parent c8996bd commit 20999d9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.spi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1
2+
builder:
3+
configs:
4+
- documentation_targets: [TracingOpenTelemetrySemanticConventions]

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.0.0"),
22-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2322
],
2423
targets: [
2524
.target(

0 commit comments

Comments
 (0)