Skip to content

Commit afd7308

Browse files
committed
Revert: Remove the validation packages from public products (apple#287)
1 parent 042e1c4 commit afd7308

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ let availabilityMacros: [SwiftSetting] = versionNumbers.flatMap { version in
3636
let package = Package(
3737
name: "swift-async-algorithms",
3838
products: [
39-
.library(name: "AsyncAlgorithms", targets: ["AsyncAlgorithms"])
39+
.library(name: "AsyncAlgorithms", targets: ["AsyncAlgorithms"]),
40+
.library(name: "AsyncSequenceValidation", targets: ["AsyncSequenceValidation"]),
41+
.library(name: "_CAsyncSequenceValidationSupport", type: .static, targets: ["AsyncSequenceValidation"]),
42+
.library(name: "AsyncAlgorithms_XCTest", targets: ["AsyncAlgorithms_XCTest"]),
4043
],
4144
targets: [
4245
.target(

0 commit comments

Comments
 (0)