From ebe5e5fde7e6b7283b43f4e57315c616a7b592e8 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 16 Apr 2024 21:47:29 -0700 Subject: [PATCH] Remove unneeded comments. --- Web/Package.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Web/Package.swift b/Web/Package.swift index dd1f1f80c..b9a7f3ca6 100644 --- a/Web/Package.swift +++ b/Web/Package.swift @@ -1,5 +1,4 @@ // swift-tools-version: 5.10 -// The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription @@ -7,14 +6,11 @@ let package = Package( name: "Web", platforms: [.macOS(.v14), .iOS(.v17)], products: [ - // Products define the executables and libraries a package produces, making them visible to other packages. .library( name: "Web", targets: ["Web"]), ], targets: [ - // Targets are the basic building blocks of a package, defining a module or a test suite. - // Targets can depend on other targets in this package and products from dependencies. .target( name: "Web", dependencies: [],