Skip to content

Commit b4b66ec

Browse files
authored
revert package shuffle
1 parent a5ff83c commit b4b66ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ let package = Package(
1616
.library(name: "AsyncAlgorithms", targets: ["AsyncAlgorithms"])
1717
],
1818
targets: [
19-
.systemLibrary(name: "_CAsyncSequenceValidationSupport"),
2019
.target(
2120
name: "AsyncAlgorithms",
2221
dependencies: [
@@ -34,6 +33,7 @@ let package = Package(
3433
.enableExperimentalFeature("StrictConcurrency=complete")
3534
]
3635
),
36+
.systemLibrary(name: "_CAsyncSequenceValidationSupport"),
3737
.target(
3838
name: "AsyncAlgorithms_XCTest",
3939
dependencies: ["AsyncAlgorithms", "AsyncSequenceValidation"],

0 commit comments

Comments
 (0)