Skip to content

Commit 3b0105b

Browse files
committed
Merge branch 'maxd/async-build-operation' of github.com:apple/swift-package-manager into revert-7352-maxd/revert-cross-compilation
# Conflicts: # Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift # Sources/Build/BuildPlan/BuildPlan+Test.swift # Sources/Build/BuildPlan/BuildPlan.swift # Sources/Commands/PackageCommands/PluginCommand.swift # Sources/Commands/SwiftTestCommand.swift # Sources/Commands/Utilities/PluginDelegate.swift # Sources/Commands/Utilities/TestingSupport.swift
2 parents e14c391 + 4044743 commit 3b0105b

File tree

167 files changed

+3610
-2731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+3610
-2731
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: Bug Report
22
description: Something isn't working as expected
33
labels: [bug]
44
body:
5+
- type: checkboxes
6+
id: cat-preferences
7+
attributes:
8+
label: "Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?"
9+
description: "Issues related to closed-source software are not tracked by this repository and will be closed. For Xcode, please file a feedback at https://feedbackassistant.apple.com instead."
10+
options:
11+
- label: Confirmed reproduction steps with SwiftPM CLI.
12+
required: true
513
- type: textarea
614
attributes:
715
label: Description

0 commit comments

Comments
 (0)