A limitation was noted in Package.swift:
|
// Unfortunately, this tool cannot be a plugin due to limitations on network access. |
|
// Once SwiftPM supports plugins with network access, this can become a plugin again. |
As of Swift 5.9, this can be done with allowNetworkConnections(scope:reason:) or the --allow-network-connections flag: swiftlang/swift-package-manager#6114
A limitation was noted in
Package.swift:liveview-client-swiftui/Package.swift
Lines 97 to 98 in 0cbc31f
As of Swift 5.9, this can be done with
allowNetworkConnections(scope:reason:)or the--allow-network-connectionsflag: swiftlang/swift-package-manager#6114