Project updates from Template #1
@@ -65,6 +65,14 @@ let package = Package(
|
|||||||
name: "SQLKit",
|
name: "SQLKit",
|
||||||
package: "sql-kit"
|
package: "sql-kit"
|
||||||
),
|
),
|
||||||
|
.product(
|
||||||
|
name: "PostgresNIO",
|
||||||
|
package: "postgres-nio"
|
||||||
|
),
|
||||||
|
.product(
|
||||||
|
name: "NIOSSL",
|
||||||
|
package: "swift-nio-ssl"
|
||||||
|
),
|
||||||
],
|
],
|
||||||
path: "Sources"
|
path: "Sources"
|
||||||
),
|
),
|
||||||
@@ -84,10 +92,6 @@ let package = Package(
|
|||||||
name: "NIOPosix",
|
name: "NIOPosix",
|
||||||
package: "swift-nio"
|
package: "swift-nio"
|
||||||
),
|
),
|
||||||
.product(
|
|
||||||
name: "NIOSSL",
|
|
||||||
package: "swift-nio-ssl"
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
path: "Tests"
|
path: "Tests"
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -57,4 +57,4 @@ Every suite carries a tag naming the kind of API it exercises — `.enumeration`
|
|||||||
## Requirements
|
## Requirements
|
||||||
- Swift 6.3 toolchain (`swift-tools-version:6.3`).
|
- Swift 6.3 toolchain (`swift-tools-version:6.3`).
|
||||||
- macOS 15, matching the sibling `Infrastructure` and `Localization` packages (the services deploy to Linux containers; the packages carry no UI platforms).
|
- macOS 15, matching the sibling `Infrastructure` and `Localization` packages (the services deploy to Linux containers; the packages carry no UI platforms).
|
||||||
- Package dependencies: `hummingbird-fluent`, `fluent-postgres-driver`, `fluent-sqlite-driver`, and `sql-kit`; the test target additionally depends on `postgres-nio`, `swift-nio`, and `swift-nio-ssl` for the TLS fallback tests.
|
- Package dependencies: `hummingbird-fluent`, `fluent-postgres-driver`, `fluent-sqlite-driver`, `sql-kit`, `postgres-nio`, and `swift-nio-ssl`; the test target additionally depends on `swift-nio` for the TLS fallback tests' fake server.
|
||||||
|
|||||||
Reference in New Issue
Block a user