We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fb385 commit d70e330Copy full SHA for d70e330
Package.swift
@@ -24,6 +24,7 @@ let package = Package(
24
url: "https://github.com/apple/swift-collections.git",
25
.upToNextMajor(from: "1.0.0")
26
),
27
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
28
],
29
targets: [
30
.target(
@@ -48,13 +49,6 @@ let package = Package(
48
49
]
50
)
51
-#if swift(>=5.6)
52
- // plugin support is only available for Swift 5.6 and later
53
- package.dependencies += [
54
- .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
55
- ]
56
-#endif
57
-
58
// Checking macOS build w/ Xcode 14 beta
59
// xcodebuild clean test -scheme SwiftVizScale-Package -destination 'platform=macOS,arch=arm64'
60
0 commit comments