From 83026fa28e19990da60d37e765512a8fc06956ca Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Thu, 1 Aug 2024 14:51:14 +0100 Subject: [PATCH] improve job name --- .github/workflows/check.yaml | 2 + .swiftpm/configuration/Package.resolved | 51 +++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .swiftpm/configuration/Package.resolved diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 0a72a35..5ad7f3a 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -8,6 +8,7 @@ on: - main jobs: check: + name: Check with SPM (Xcode ${{ matrix.tooling.xcode-version }}, Swift ${{ matrix.tooling.swift-version }}) runs-on: macos-latest strategy: fail-fast: false @@ -33,6 +34,7 @@ jobs: - run: swift test -Xswiftc -warnings-as-errors -Xswiftc -swift-version -Xswiftc ${{ matrix.tooling.swift-version }} check-on-platforms: + name: Check with xcodebuild (${{matrix.platform}}, Xcode ${{ matrix.tooling.xcode-version }}, Swift ${{ matrix.tooling.swift-version }}) runs-on: macos-latest strategy: diff --git a/.swiftpm/configuration/Package.resolved b/.swiftpm/configuration/Package.resolved new file mode 100644 index 0000000..0d503fe --- /dev/null +++ b/.swiftpm/configuration/Package.resolved @@ -0,0 +1,51 @@ +{ + "originHash" : "209c1156341f648f8e38ea46fc2b9a655191ea0f3bae9e9a61064b8ce4cd025f", + "pins" : [ + { + "identity" : "ably-cocoa", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ably/ably-cocoa", + "state" : { + "revision" : "7f639c609e50053abd4590f34333f9472645558a", + "version" : "1.2.33" + } + }, + { + "identity" : "delta-codec-cocoa", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ably/delta-codec-cocoa", + "state" : { + "revision" : "3ee62ea40a63996b55818d44b3f0e56d8753be88", + "version" : "1.3.3" + } + }, + { + "identity" : "msgpack-objective-c", + "kind" : "remoteSourceControl", + "location" : "https://github.com/rvi/msgpack-objective-C", + "state" : { + "revision" : "3e36b48e04ecd756cb927bd5f5b9bf6d45e475f9", + "version" : "0.4.0" + } + }, + { + "identity" : "swiftformat", + "kind" : "remoteSourceControl", + "location" : "https://github.com/nicklockwood/SwiftFormat", + "state" : { + "revision" : "d6309f7440889427426143b4a0b100b959d3f3e6", + "version" : "0.54.3" + } + }, + { + "identity" : "swiftlintplugins", + "kind" : "remoteSourceControl", + "location" : "https://github.com/SimplyDanny/SwiftLintPlugins", + "state" : { + "revision" : "b8431a26655378581890d56b95a0b59aba9f62da", + "version" : "0.55.1" + } + } + ], + "version" : 3 +}