-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from dmhts/fix-duplicate-build-products
Fix: Duplicate build products in swift-6.0-DEVELOPMENT-SNAPSHOTs
- Loading branch information
Showing
6 changed files
with
56 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
Tests/ScipioKitTests/Resources/Fixtures/TestingPackage/Plugins/MyPlugin/MyPlugin.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import PackagePlugin | ||
|
||
@main | ||
struct MyPlugin: CommandPlugin { | ||
func performCommand(context: PluginContext, arguments: [String]) async throws {} | ||
} |
4 changes: 4 additions & 0 deletions
4
...Resources/Fixtures/TestingPackage/Sources/ExecutableTarget/ExternalExecutableTarget.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@main | ||
public struct ExecutableTarget { | ||
static func main() {} | ||
} |
File renamed without changes.