···11+// swift-tools-version: 6.2
22+// The swift-tools-version declares the minimum version of Swift required to build this package.
33+44+import PackageDescription
55+66+let package = Package(
77+ name: "Gulliver",
88+ products: [
99+ // Products define the executables and libraries a package produces, making them visible to other packages.
1010+ .library(
1111+ name: "Gulliver",
1212+ targets: ["Gulliver"]
1313+ ),
1414+ ],
1515+ targets: [
1616+ // Targets are the basic building blocks of a package, defining a module or a test suite.
1717+ // Targets can depend on other targets in this package and products from dependencies.
1818+ .target(
1919+ name: "Gulliver"
2020+ ),
2121+2222+ ]
2323+)
+2
Sources/Gulliver/Gulliver.swift
···11+// The Swift Programming Language
22+// https://docs.swift.org/swift-book