Skip to content

Commit 695039d

Browse files
sebalandsubdiox
andauthoredJan 13, 2025··
chore: Update aws-sdk-swift to 1.0.69 (#3948)
* chore: Updating workflows to latests Xcode and OS versions. * chore: Update aws-sdk-swift to 1.0.69 (#3942) --------- Co-authored-by: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Co-authored-by: subdiox <subdiox@gmail.com>
1 parent 7b1d5ee commit 695039d

8 files changed

+21
-16
lines changed
 

‎.github/composite_actions/get_platform_parameters/action.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141

4242
- id: get-xcode-version
4343
run: |
44-
LATEST_XCODE_VERSION=16.0.0
44+
LATEST_XCODE_VERSION=16.2.0
4545
MINIMUM_XCODE_VERSION=15.0.1
4646
4747
INPUT_XCODE_VERSION=${{ inputs.xcode_version }}
@@ -67,31 +67,31 @@ runs:
6767
case $INPUT_PLATFORM/$INPUT_XCODE_VERSION in
6868
iOS/latest)
6969
DEVICE="iPhone 16"
70-
OS_VERSION="18.0"
70+
OS_VERSION="18.2"
7171
;;
7272
iOS/*)
73-
DEVICE="iPhone 14"
74-
OS_VERSION="17.0.1"
73+
DEVICE="iPhone 15"
74+
OS_VERSION="17.0"
7575
;;
7676
tvOS/latest)
7777
DEVICE="Apple TV 4K (3rd generation)"
78-
OS_VERSION="18.0"
78+
OS_VERSION="18.2"
7979
;;
8080
tvOS/*)
8181
DEVICE="Apple TV 4K (3rd generation)"
8282
OS_VERSION="17.0"
8383
;;
8484
watchOS/latest)
8585
DEVICE="Apple Watch Series 10 (46mm)"
86-
OS_VERSION="11.0"
86+
OS_VERSION="11.2"
8787
;;
8888
watchOS/*)
89-
DEVICE="Apple Watch Series 8 (45mm)"
89+
DEVICE="Apple Watch Series 7 (45mm)"
9090
OS_VERSION="10.0"
9191
;;
9292
visionOS/latest)
9393
DEVICE="Apple Vision Pro"
94-
OS_VERSION="2.0"
94+
OS_VERSION="2.2"
9595
;;
9696
visionOS/*)
9797
DEVICE="Apple Vision Pro"

‎.github/workflows/build_scheme.yml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
5757
- name: Attempt to restore the build cache from main
5858
id: build-cache
59+
if: steps.dependencies-cache.outputs.cache-hit
5960
timeout-minutes: 4
6061
continue-on-error: true
6162
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

‎.github/workflows/integ_test_auth_webauthn.yml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
5757
- name: Attempt to restore the build cache
5858
id: build-cache
59+
if: steps.dependencies-cache.outputs.cache-hit
5960
timeout-minutes: 4
6061
continue-on-error: true
6162
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

‎.github/workflows/integ_test_push_notifications.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
jobs:
2727
push-notification-integration-tests:
2828
name: ${{ matrix.platform }} Tests | PushNotificationHostApp
29-
runs-on: macos-latest
29+
runs-on: macos-15
3030
timeout-minutes: 30
3131
environment: IntegrationTest
3232
strategy:
@@ -79,6 +79,7 @@ jobs:
7979
8080
- name: Attempt to restore the build cache
8181
id: build-cache
82+
if: steps.dependencies-cache.outputs.cache-hit
8283
timeout-minutes: 4
8384
continue-on-error: true
8485
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

‎.github/workflows/run_integration_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
8383
- name: Attempt to restore the build cache
8484
id: build-cache
85+
if: steps.dependencies-cache.outputs.cache-hit
8586
timeout-minutes: 4
8687
continue-on-error: true
8788
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

‎.github/workflows/run_unit_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
7171
- name: Attempt to restore the build cache
7272
id: build-cache
73+
if: steps.dependencies-cache.outputs.cache-hit
7374
timeout-minutes: 4
7475
continue-on-error: true
7576
uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1

‎Package.resolved

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/awslabs/aws-crt-swift",
1616
"state" : {
17-
"revision" : "3f844bef042cc0a4c3381f7090414ce3f9a7e935",
18-
"version" : "0.37.0"
17+
"revision" : "dd17a98750b6182edacd6e8f0c30aa289c472b22",
18+
"version" : "0.40.0"
1919
}
2020
},
2121
{
2222
"identity" : "aws-sdk-swift",
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/awslabs/aws-sdk-swift",
2525
"state" : {
26-
"revision" : "c6c1064da9bfccb119a7a8ab9ba636fb3bbfa6f5",
27-
"version" : "1.0.47"
26+
"revision" : "9ad12684f6cb9c9b60e840c051a2bba604024650",
27+
"version" : "1.0.69"
2828
}
2929
},
3030
{
@@ -50,8 +50,8 @@
5050
"kind" : "remoteSourceControl",
5151
"location" : "https://github.com/smithy-lang/smithy-swift",
5252
"state" : {
53-
"revision" : "3cd9f181b3ba8ff71da43bf53c09f8de6790a4ad",
54-
"version" : "0.96.0"
53+
"revision" : "402f091374dcf72c1e7ed43af10e3ee7e634fad8",
54+
"version" : "0.106.0"
5555
}
5656
},
5757
{

‎Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let platforms: [SupportedPlatform] = [
99
.watchOS(.v9)
1010
]
1111
let dependencies: [Package.Dependency] = [
12-
.package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.0.47"),
12+
.package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.0.69"),
1313
.package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.15.3"),
1414
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"),
1515
.package(url: "https://github.com/aws-amplify/amplify-swift-utils-notifications.git", from: "1.1.0")

0 commit comments

Comments
 (0)
Please sign in to comment.