Skip to content

Commit b0ec469

Browse files
authored
Remove the validation packages from public products (apple#287)
# Motivation The current validation testing library has a bunch of warnings and we haven't put it through a proper API review yet. Since we are preparing for a 1.0.0, I think it is best if we remove the products for the validation targets for now and take some time to make sure the interfaces are taken through an API review. # Modification Remove products for the validation targets.
1 parent e639e5c commit b0ec469

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ let package = Package(
1212
],
1313
products: [
1414
.library(name: "AsyncAlgorithms", targets: ["AsyncAlgorithms"]),
15-
.library(name: "AsyncSequenceValidation", targets: ["AsyncSequenceValidation"]),
16-
.library(name: "_CAsyncSequenceValidationSupport", type: .static, targets: ["AsyncSequenceValidation"]),
17-
.library(name: "AsyncAlgorithms_XCTest", targets: ["AsyncAlgorithms_XCTest"]),
1815
],
1916
dependencies: [.package(url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.0.4"))],
2017
targets: [

0 commit comments

Comments
 (0)