From 1d5ba0078f556b7b3fff79c17e7aff948366ed14 Mon Sep 17 00:00:00 2001 From: Franz Busch Date: Wed, 16 Aug 2023 11:00:09 +0100 Subject: [PATCH] Remove the validation packages from public products # 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. --- Package.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Package.swift b/Package.swift index 36c4e078..afc3bcaa 100644 --- a/Package.swift +++ b/Package.swift @@ -12,9 +12,6 @@ let package = Package( ], products: [ .library(name: "AsyncAlgorithms", targets: ["AsyncAlgorithms"]), - .library(name: "AsyncSequenceValidation", targets: ["AsyncSequenceValidation"]), - .library(name: "_CAsyncSequenceValidationSupport", type: .static, targets: ["AsyncSequenceValidation"]), - .library(name: "AsyncAlgorithms_XCTest", targets: ["AsyncAlgorithms_XCTest"]), ], dependencies: [.package(url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.0.4"))], targets: [