From 41e4a9e3d9eced5ea8af5e8f5dcc7b8ea8481636 Mon Sep 17 00:00:00 2001 From: Corey Date: Sun, 2 Mar 2025 09:36:41 -0800 Subject: [PATCH] fix: Bump Swift-async and FHIR dependencies (#21) * fix: Bump Swift-async and FHIR dependencies * update package files --- .github/workflows/swift.yml | 2 +- .spi.yml | 2 +- CareKitFHIR/CareKitFHIR.xcodeproj/project.pbxproj | 2 +- CareKitStore/CareKitStore.xcodeproj/project.pbxproj | 2 +- Package.resolved | 12 ++++++------ Package.swift | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index fb0708d6a..11f51f3c5 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -27,4 +27,4 @@ jobs: - name: Set Xcode Version run: sudo xcode-select -s /Applications/Xcode_16.2.app - name: Build - run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -verbose -workspace CKWorkspace.xcworkspace -scheme ${{ matrix.scheme }} -destination ${{ matrix.destination }} build test 2>&1 | xcbeautify --renderer github-actions + run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -verbose -workspace CKWorkspace.xcworkspace -scheme ${{ matrix.scheme }} -destination ${{ matrix.destination }} clean build test 2>&1 | xcbeautify --renderer github-actions diff --git a/.spi.yml b/.spi.yml index ac1fff466..a045e2ece 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,7 +1,7 @@ version: 1 builder: configs: - - documentation_targets: ["CareKit", "CareKitUI", "CareKitStore"] + - documentation_targets: ["CareKit", "CareKitUI", "CareKitStore", "CareKitFHIR"] platform: ios scheme: "CareKit" - platform: watchos diff --git a/CareKitFHIR/CareKitFHIR.xcodeproj/project.pbxproj b/CareKitFHIR/CareKitFHIR.xcodeproj/project.pbxproj index e9834f437..63b4329b2 100644 --- a/CareKitFHIR/CareKitFHIR.xcodeproj/project.pbxproj +++ b/CareKitFHIR/CareKitFHIR.xcodeproj/project.pbxproj @@ -684,7 +684,7 @@ repositoryURL = "https://github.com/apple/FHIRModels"; requirement = { kind = exactVersion; - version = 0.5.0; + version = 0.6.1; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/CareKitStore/CareKitStore.xcodeproj/project.pbxproj b/CareKitStore/CareKitStore.xcodeproj/project.pbxproj index f4d34d18b..78d7a6524 100644 --- a/CareKitStore/CareKitStore.xcodeproj/project.pbxproj +++ b/CareKitStore/CareKitStore.xcodeproj/project.pbxproj @@ -1613,7 +1613,7 @@ repositoryURL = "https://github.com/apple/swift-async-algorithms"; requirement = { kind = exactVersion; - version = 1.0.1; + version = 1.0.3; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/Package.resolved b/Package.resolved index 59566f500..6e575e90f 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/FHIRModels.git", "state" : { - "revision" : "861afd5816a98d38f86220eab2f812d76cad84a0", - "version" : "0.5.0" + "revision" : "ee8b55c245e92389e05b0a56ad2b84d37c1985e5", + "version" : "0.6.1" } }, { @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-async-algorithms", "state" : { - "revision" : "6ae9a051f76b81cc668305ceed5b0e0a7fd93d20", - "version" : "1.0.1" + "revision" : "4c3ea81f81f0a25d0470188459c6d4bf20cf2f97", + "version" : "1.0.3" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-collections.git", "state" : { - "revision" : "3d2dc41a01f9e49d84f0a3925fb858bed64f702d", - "version" : "1.1.2" + "revision" : "671108c96644956dddcd89dd59c203dcdb36cec7", + "version" : "1.1.4" } } ], diff --git a/Package.swift b/Package.swift index 135cfc7c5..7dc36598f 100644 --- a/Package.swift +++ b/Package.swift @@ -26,11 +26,11 @@ let package = Package( dependencies: [ .package( url: "https://github.com/apple/FHIRModels.git", - exact: Version(0, 5, 0) + exact: Version(0, 6, 1) ), .package( url: "https://github.com/apple/swift-async-algorithms", - exact: Version(1, 0, 1) + exact: Version(1, 0, 3) ) ], targets: [