@@ -498,7 +498,7 @@ jobs:
498498
499499 Check Swift formatting :
500500 macos :
501- xcode : " 15.1 "
501+ xcode : " 16.2 "
502502 resource_class : " macos.m1.medium.gen1"
503503 steps :
504504 - checkout
@@ -516,7 +516,7 @@ jobs:
516516
517517 iOS build and test :
518518 macos :
519- xcode : " 15.1 "
519+ xcode : " 16.2 "
520520 resource_class : " macos.m1.medium.gen1"
521521 steps :
522522 - checkout
@@ -529,16 +529,16 @@ jobs:
529529 - setup-rust-toolchain
530530 - restore_cache :
531531 name : Restore rubygems cache
532- key : swift-docs-gems-v20
532+ key : swift-docs-gems-v21
533533 - run :
534534 name : Install jazzy
535535 command : gem install --no-document jazzy
536536 - save_cache :
537537 name : Save rubygems cache
538538 # NEEDS TO CHANGE WHEN JAZZY OR RUBY IS UPDATED
539- key : swift-docs-gems-v20
539+ key : swift-docs-gems-v21
540540 paths :
541- - ~/.rbenv/versions/3.1.4 /lib/ruby/gems/3.1 .0
541+ - ~/.rbenv/versions/3.3.5 /lib/ruby/gems/3.3 .0
542542 - run :
543543 name : Setup build environment
544544 command : |
@@ -554,7 +554,7 @@ jobs:
554554 DEVICES=$(xcrun xctrace list devices 2>&1)
555555 echo "$DEVICES"
556556 # Pick a device and start it
557- UUID=$(echo "$DEVICES" | grep --max-count=1 'iPhone 15 Simulator (17 ' | awk -F'[()]' '{print $4}')
557+ UUID=$(echo "$DEVICES" | grep --max-count=1 'iPhone 16 Simulator (18 ' | awk -F'[()]' '{print $4}')
558558 xcrun simctl boot "$UUID"
559559 # Store build type for use in cache key
560560 if [ -z "${CIRCLE_TAG}" ]; then
@@ -616,7 +616,7 @@ jobs:
616616
617617 iOS integration test :
618618 macos :
619- xcode : " 15.1 "
619+ xcode : " 16.2 "
620620 resource_class : " macos.m1.medium.gen1"
621621 steps :
622622 - checkout
@@ -638,7 +638,7 @@ jobs:
638638 DEVICES=$(xcrun xctrace list devices 2>&1)
639639 echo "$DEVICES"
640640 # Pick a device and start it
641- UUID=$(echo "$DEVICES" | grep --max-count=1 'iPhone 15 Simulator (17 ' | awk -F'[()]' '{print $4}')
641+ UUID=$(echo "$DEVICES" | grep --max-count=1 'iPhone 16 Simulator (18 ' | awk -F'[()]' '{print $4}')
642642 xcrun simctl boot "$UUID"
643643 - run :
644644 name : Build XCFramework archive
@@ -661,7 +661,7 @@ jobs:
661661
662662 iOS Framework release :
663663 macos :
664- xcode : " 15.1 "
664+ xcode : " 16.2 "
665665 resource_class : " macos.m1.medium.gen1"
666666 steps :
667667 - checkout
@@ -900,7 +900,7 @@ jobs:
900900
901901 pypi-macos-release :
902902 macos :
903- xcode : " 15.1 "
903+ xcode : " 16.2 "
904904 resource_class : " macos.m1.medium.gen1"
905905 steps :
906906 - install-rustup
0 commit comments