Skip to content

Commit 2605b32

Browse files
committed
Update stream-reader and swift-signal-handling for better SystemPackage handling
1 parent f900a6a commit 2605b32

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Package.resolved

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ let package = Package(
3434
res.append(.package(url: "https://github.com/apple/swift-system.git", from: "1.0.0")) /* We’re aware of the existence of System on macOS. After some thinking/research, we decided to agree with <https://forums.swift.org/t/50719/5>. */
3535
res.append(.package(url: "https://github.com/Frizlab/UnwrapOrThrow.git", from: "1.0.1"))
3636
res.append(.package(url: "https://github.com/xcode-actions/clt-logger.git", from: "1.0.0-beta.4"))
37-
res.append(.package(url: "https://github.com/xcode-actions/stream-reader.git", from: "3.6.0"))
38-
res.append(.package(url: "https://github.com/xcode-actions/swift-signal-handling.git", .upToNextMinor(from: "1.1.2")))
37+
res.append(.package(url: "https://github.com/xcode-actions/stream-reader.git", from: "3.6.1"))
38+
res.append(.package(url: "https://github.com/xcode-actions/swift-signal-handling.git", .upToNextMinor(from: "1.1.3")))
3939
if useXtenderZ {
4040
res.append(.package(url: "https://github.com/Frizlab/eXtenderZ.git", from: "2.0.0"))
4141
}

[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ let package = Package(
3838
res.append(.package(url: "https://github.com/apple/swift-system.git", from: "1.0.0")) /* We’re aware of the existence of System on macOS. After some thinking/research, we decided to agree with <https://forums.swift.org/t/50719/5>. */
3939
res.append(.package(url: "https://github.com/Frizlab/UnwrapOrThrow.git", from: "1.0.1"))
4040
res.append(.package(url: "https://github.com/xcode-actions/clt-logger.git", from: "1.0.0-beta.4"))
41-
res.append(.package(url: "https://github.com/xcode-actions/stream-reader.git", from: "3.6.0"))
42-
res.append(.package(url: "https://github.com/xcode-actions/swift-signal-handling.git", .upToNextMinor(from: "1.1.2")))
41+
res.append(.package(url: "https://github.com/xcode-actions/stream-reader.git", from: "3.6.1"))
42+
res.append(.package(url: "https://github.com/xcode-actions/swift-signal-handling.git", .upToNextMinor(from: "1.1.3")))
4343
if useXtenderZ {
4444
res.append(.package(url: "https://github.com/Frizlab/eXtenderZ.git", from: "2.0.0"))
4545
}

0 commit comments

Comments
 (0)