Skip to content

Commit

Permalink
Moved stream utils to package
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Aug 31, 2024
1 parent 7944ebb commit 0e0c44f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 29 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
# Swift Package Manager
Packages/
.build
.index-build
.index-build

# Temp workaround for swift bug which drops generated deps in the source tree
/Version.generated.*
11 changes: 10 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"originHash" : "c2dd8b3a13b22626bdf54e0714df7abbae080ce71991455d881c1092898abf6d",
"originHash" : "a999b6b7777e3b9079938bbb4c8c6387bcf52be035b1930d84d5d51ae9ec4651",
"pins" : [
{
"identity" : "chaosbytestreams",
"kind" : "remoteSourceControl",
"location" : "https://github.com/elegantchaos/ChaosByteStreams",
"state" : {
"revision" : "bb2be531b8b3d1410ba6b40a860b6bf8060e8fa3",
"version" : "1.0.0"
}
},
{
"identity" : "coercion",
"kind" : "remoteSourceControl",
Expand Down
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let package = Package(
.package(url: "https://github.com/elegantchaos/Files.git", from: "1.2.0"),
.package(url: "https://github.com/elegantchaos/Logger.git", from: "1.6.0"),
.package(url: "https://github.com/elegantchaos/Runner.git", from: "2.0.5"),
.package(url: "https://github.com/elegantchaos/ChaosByteStreams", from: "1.0.0"),
.package(url: "https://github.com/elegantchaos/XCTestExtensions.git", from: "1.3.0"),
.package(url: "https://github.com/elegantchaos/Versionator.git", from: "2.0.2"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
Expand All @@ -29,6 +30,7 @@ let package = Package(
name: "ReleaseTools",
dependencies: [
.product(name: "ArgumentParser", package: "swift-argument-parser"),
.product(name: "ChaosByteStreams", package: "ChaosByteStreams"),
"Coercion",
"Files",
"Logger",
Expand Down
1 change: 1 addition & 0 deletions Sources/ReleaseTools/Commands/UpdateBuildCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

import ArgumentParser
import ChaosByteStreams
import Files
import Foundation
import Resources
Expand Down
18 changes: 0 additions & 18 deletions Sources/ReleaseTools/Data+AsyncSequence.swift

This file was deleted.

9 changes: 0 additions & 9 deletions Sources/ReleaseTools/String+AsyncSequence.swift

This file was deleted.

0 comments on commit 0e0c44f

Please sign in to comment.