From adc1f2c5dfac9a9f3ee1c0caa01c456570e353b9 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Fri, 2 Aug 2024 15:44:28 +0100 Subject: [PATCH] what happened --- .github/workflows/check.yaml | 3 ++- .swiftpm/configuration/Package.resolved | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 5bedd60b..4cf740be 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -59,4 +59,5 @@ jobs: with: xcode-version: ${{ matrix.tooling.xcode-version }} - - run: swift run BuildTool --platform ${{ matrix.platform }} --swift-version ${{ matrix.tooling.swift-version }} + - name: Build and run tests + run: swift run BuildTool --platform ${{ matrix.platform }} --swift-version ${{ matrix.tooling.swift-version }} diff --git a/.swiftpm/configuration/Package.resolved b/.swiftpm/configuration/Package.resolved index 0d503fe6..0daaacda 100644 --- a/.swiftpm/configuration/Package.resolved +++ b/.swiftpm/configuration/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "209c1156341f648f8e38ea46fc2b9a655191ea0f3bae9e9a61064b8ce4cd025f", + "originHash" : "1265ebdf8bb64d4fdb1d934e011c9995c7230673579836796daea0b56a91bed4", "pins" : [ { "identity" : "ably-cocoa", @@ -28,6 +28,15 @@ "version" : "0.4.0" } }, + { + "identity" : "swift-argument-parser", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-argument-parser", + "state" : { + "revision" : "41982a3656a71c768319979febd796c6fd111d5c", + "version" : "1.5.0" + } + }, { "identity" : "swiftformat", "kind" : "remoteSourceControl",