Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 325 Bytes

swiftpm.md

File metadata and controls

34 lines (21 loc) · 325 Bytes

SwiftPM

Basic

build
swift build

all test.
swift test

only test.
swift test --filter TestCase

Create New Project

CLI

swift package init --type executable

Library

swift package init --type library

Generate Xcode project

swift package generate-xcodeproj