#!/usr/bin/env bash
# mise description="Build the package in the host"

swift build --package-path $MISE_PROJECT_ROOT --configuration debug
