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 1a1b2b2 commit d6522b2Copy full SHA for d6522b2
Sources/PackageDescription/BuildSettings.swift
@@ -10,6 +10,8 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
+import _Concurrency
14
+
15
/// The build configuration, such as debug or release.
16
public struct BuildConfiguration: Sendable {
17
/// The configuration of the build. Valid values are `debug` and `release`.
0 commit comments