We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HTTPServer
1 parent c927b74 commit ff5e6cfCopy full SHA for ff5e6cf
Package.swift
@@ -19,7 +19,11 @@ let extraSettings: [SwiftSetting] = [
19
20
let package = Package(
21
name: "HTTPServer",
22
- platforms: [.macOS("16")],
+ products: [
23
+ .library(
24
+ name: "HTTPServer",
25
+ targets: ["HTTPServer"])
26
+ ],
27
dependencies: [
28
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"),
29
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"),
0 commit comments