852 B
852 B
Swift Packages - Quick Reference
Locations
~/Code/@packages/@swift/ - 14 packages
@foundations/ → 6 iOS/macOS utilities
@macos/ → 2 macOS-specific
@ui/ → 5 SwiftUI components
@messaging/ → 1 messaging primitives
Status
✓ Git initialized ✓ Remotes configured (forge.nasty.sh) ✓ Files staged ✓ CI/CD workflows deployed
Publishing
git tag v1.0.0
git push origin v1.0.0
# CI automatically publishes to registry
Using
Local: .package(path: "../../@packages/@swift/@foundations/logging")
Registry: .package(url: "https://forge.nasty.sh/lilith/@swift/@foundations/logging.git", from: "1.0.0")
Docs
docs/swift-packages/registry-setup.md- Full guidedocs/swift-packages/setup-summary.md- Summarydocs/swift-packages/quick-reference.md- This file