Skip to content

Commit 3650ff8

Browse files
leogdionclaude
andcommitted
feat: add BushelKit 3.0.0-alpha.1 dependency
Add BushelKit to Package.swift dependencies for ecosystem integration. BushelKit provides: - BushelLogging - Logging infrastructure using FelinePine - BushelFoundation - Core foundation library - BushelUtilities - Shared utility functions - And 14 other products for VM management This establishes the foundation for future integration with the broader Bushel ecosystem while keeping BushelCloud focused on its CloudKit demonstration purpose. Related dependencies pulled in: - FelinePine 1.0.0 (logging) - FelinePineSwift 1.0.0 (Swift logging support) - RadiantKit 1.0.0-beta.4 (UI framework) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 88ed481 commit 3650ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ let package = Package(
9393
dependencies: [
9494
.package(url: "https://github.com/brightdigit/MistKit.git", from: "1.0.0-alpha.3"),
9595
.package(url: "https://github.com/brightdigit/IPSWDownloads.git", from: "1.0.0"),
96+
.package(url: "https://github.com/brightdigit/BushelKit.git", from: "3.0.0-alpha.1"),
9697
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.6.0"),
9798
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
9899
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0")

0 commit comments

Comments
 (0)