path

Full path of the built artifact in the local file system.

PackageManagerProxy.swift:115

This declaration has been renamed to PackageManager.BuildResult.BuiltArtifact.url.

This declaration was deprecated in SwiftPM 6.0.

var path: Path { get }

Other members in extension

Types

  • enum Kind

    Represents the kind of artifact that was built. The specific file formats may vary from platform to platform — for example, on macOS a dynamic library may in fact be built as a framework.

Instance members