kind

The kind of artifact that was built.

PackageManagerProxy.swift:124
var kind: Kind

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

  • var url: URL

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

Show obsolete interfaces (1)

Hide obsolete interfaces

  • var path: Path

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