The Swift Package Index logo.Swift Package Index

Build Information

Successful build of sharing-cloud, reference main (71fbe0), with Swift 6.2 for macOS (SPM) on 10 Sep 2025 06:50:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KthKuang/sharing-cloud.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KthKuang/sharing-cloud
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 71fbe05 Create README.md
Cloned https://github.com/KthKuang/sharing-cloud.git
Revision (git rev-parse @):
71fbe05804b1770f934c8f8f8f59a09cdb964df9
SUCCESS checkout https://github.com/KthKuang/sharing-cloud.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/KthKuang/sharing-cloud.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/18] Write sources
[0/18] Copying PrivacyInfo.xcprivacy
[7/18] Write sources
[17/18] Write swift-version-1EA4D86E10B52AF.txt
[19/49] Compiling Sharing1 Empty.swift
[20/49] Emitting module Sharing1
[21/49] Compiling Sharing2 Empty.swift
[22/49] Emitting module Sharing2
[23/49] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[24/49] Compiling IssueReportingPackageSupport _Test.swift
[25/49] Emitting module IssueReportingPackageSupport
[26/50] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/50] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/50] Compiling InternalCollectionsUtilities Descriptions.swift
[29/50] Compiling InternalCollectionsUtilities Debugging.swift
[30/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/69] Compiling IssueReporting ErrorReporting.swift
[32/69] Compiling IssueReporting AppHostWarning.swift
[33/69] Compiling IssueReporting Warn.swift
[34/69] Compiling IssueReporting XCTest.swift
[35/69] Compiling IssueReporting Deprecations.swift
[36/69] Compiling IssueReporting FailureObserver.swift
[37/69] Emitting module InternalCollectionsUtilities
[38/69] Compiling IssueReporting RuntimeWarningReporter.swift
[39/69] Compiling IssueReporting ReportIssue.swift
[40/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[41/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[42/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[43/125] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[44/125] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[45/125] Compiling OrderedCollections OrderedSet+Sendable.swift
[46/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[47/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[48/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[49/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[50/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[51/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[53/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[54/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[55/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[56/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[57/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[58/131] Compiling OrderedCollections OrderedSet+Codable.swift
[59/131] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[60/131] Compiling OrderedCollections OrderedSet+Descriptions.swift
[61/131] Compiling OrderedCollections OrderedSet+Diffing.swift
[62/131] Compiling OrderedCollections OrderedSet+Equatable.swift
[63/131] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[64/131] Compiling OrderedCollections OrderedSet+Hashable.swift
[65/131] Compiling OrderedCollections OrderedSet+Initializers.swift
[66/131] Compiling OrderedCollections OrderedSet+Insertions.swift
[67/131] Compiling OrderedCollections OrderedSet+Invariants.swift
[68/131] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[69/131] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[70/131] Compiling OrderedCollections _Hashtable+Header.swift
[71/131] Compiling OrderedCollections OrderedDictionary+Codable.swift
[72/131] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[73/131] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[74/131] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[75/131] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[76/131] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[77/131] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[78/131] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[79/131] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[80/131] Compiling OrderedCollections OrderedDictionary+Values.swift
[81/131] Compiling OrderedCollections OrderedDictionary.swift
[82/131] Compiling OrderedCollections OrderedDictionary+Elements.swift
[83/131] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[84/131] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[85/131] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[86/131] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[87/131] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[88/131] Compiling OrderedCollections _HashTable+Bucket.swift
[89/131] Compiling OrderedCollections _HashTable+BucketIterator.swift
[90/131] Compiling OrderedCollections _HashTable+Constants.swift
[91/131] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[92/131] Compiling OrderedCollections _HashTable+Testing.swift
[93/131] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[94/131] Compiling OrderedCollections _HashTable.swift
[95/131] Compiling OrderedCollections OrderedSet+SubSequence.swift
[96/131] Compiling OrderedCollections OrderedSet+Testing.swift
[97/131] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[98/131] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[99/131] Compiling OrderedCollections OrderedSet.swift
[100/131] Compiling OrderedCollections _UnsafeBitset.swift
[101/131] Emitting module OrderedCollections
[102/150] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[103/150] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[104/150] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[105/150] Compiling IdentifiedCollections IdentifiedArray.swift
[106/152] Compiling IssueReporting WithExpectedIssue.swift
[107/152] Compiling IssueReporting WithIssueContext.swift
[108/152] Compiling ConcurrencyExtras Task.swift
[109/152] Compiling ConcurrencyExtras Result.swift
[110/153] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[111/153] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[112/153] Emitting module IssueReporting
[113/153] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[114/153] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[115/153] Compiling IdentifiedCollections Identified.swift
[116/153] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[117/153] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[118/153] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[119/153] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[120/153] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[121/153] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[122/153] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[123/153] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[124/153] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[125/153] Compiling ConcurrencyExtras LockIsolated.swift
[126/153] Compiling ConcurrencyExtras UncheckedBox.swift
[127/153] Compiling ConcurrencyExtras MainSerialExecutor.swift
[128/153] Compiling ConcurrencyExtras Locking.swift
[129/153] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[130/153] Emitting module ConcurrencyExtras
[133/153] Compiling ConcurrencyExtras AsyncStream.swift
[134/171] Compiling ConcurrencyExtras UncheckedSendable.swift
[143/193] Compiling PerceptionCore Locking.swift
[144/193] Compiling PerceptionCore Perceptible.swift
[145/193] Compiling PerceptionCore PerceptionTracking.swift
[146/193] Compiling PerceptionCore Perceptions.swift
[147/193] Compiling CombineSchedulers AnyScheduler.swift
[148/193] Compiling CombineSchedulers Concurrency.swift
[149/193] Compiling CombineSchedulers ImmediateScheduler.swift
[150/193] Compiling CombineSchedulers Deprecations.swift
[151/193] Compiling PerceptionCore Locals.swift
[152/193] Compiling PerceptionCore ObservationBeta.swift
[153/193] Emitting module IdentifiedCollections
[154/193] Compiling IdentifiedCollections IdentifiedCollection.swift
[155/193] Compiling XCTestDynamicOverlay Deprecations.swift
[156/193] Emitting module XCTestDynamicOverlay
[157/193] Compiling XCTestDynamicOverlay Exports.swift
[158/221] Compiling Clocks Timer.swift
[159/221] Emitting module CombineSchedulers
[160/222] Compiling CustomDump CoreImage.swift
[161/222] Compiling CustomDump CoreLocation.swift
[162/222] Compiling CombineSchedulers UIScheduler.swift
[163/222] Compiling CombineSchedulers UIKit.swift
[164/222] Compiling Clocks UnimplementedClock.swift
[165/222] Compiling CombineSchedulers TestScheduler.swift
[166/222] Compiling CombineSchedulers NSRecursiveLock.swift
[167/222] Compiling CombineSchedulers Timer.swift
[168/222] Compiling Clocks TestClock.swift
[169/222] Compiling CombineSchedulers UnimplementedScheduler.swift
[170/222] Compiling CustomDump Mirror.swift
[171/222] Compiling CustomDump String.swift
[172/222] Compiling CustomDump Unordered.swift
[175/224] Compiling CustomDump CoreMotion.swift
[176/224] Emitting module CustomDump
[177/224] Compiling CustomDump Dump.swift
[178/224] Compiling CustomDump ExpectDifference.swift
[179/224] Compiling CustomDump ExpectNoDifference.swift
[180/224] Compiling CustomDump XCTAssertDifference.swift
[181/224] Compiling CustomDump XCTAssertNoDifference.swift
[182/224] Compiling CustomDump UserNotifications.swift
[183/224] Compiling CustomDump UserNotificationsUI.swift
[184/224] Compiling CustomDump CustomDumpReflectable.swift
[185/224] Compiling CustomDump CustomDumpRepresentable.swift
[186/224] Compiling CustomDump CustomDumpStringConvertible.swift
[187/224] Compiling CustomDump Diff.swift
[188/224] Compiling CustomDump AnyType.swift
[189/224] Compiling CustomDump CollectionDifference.swift
[190/224] Compiling CustomDump Identifiable.swift
[191/224] Compiling Clocks _AsyncTimerSequence.swift
[192/224] Compiling Clocks Lock.swift
[193/224] Compiling Clocks AnyClock.swift
[194/224] Emitting module Clocks
[195/224] Compiling Clocks ImmediateClock.swift
[196/224] Compiling Clocks SwiftUI.swift
[198/224] Compiling CustomDump Foundation.swift
[199/224] Compiling CombineSchedulers SwiftUI.swift
[200/224] Compiling CombineSchedulers Lock.swift
[201/248] Compiling Dependencies Dependency.swift
[202/248] Compiling Dependencies DependencyContext.swift
[203/248] Compiling Dependencies DependencyKey.swift
[204/248] Compiling Dependencies TypeName.swift
[205/248] Compiling Dependencies PreviewTrait.swift
[206/250] Compiling Dependencies MainQueue.swift
[207/250] Compiling Dependencies WithRandomNumberGenerator.swift
[208/250] Compiling Dependencies AppEntryPoint.swift
[209/250] Compiling Dependencies UUID.swift
[210/250] Compiling Dependencies FireAndForget.swift
[211/250] Compiling Dependencies Locale.swift
[212/250] Emitting module Dependencies
[213/250] Compiling Dependencies Deprecations.swift
[214/250] Compiling Dependencies Exports.swift
[215/250] Compiling Dependencies URLSession.swift
[220/250] Compiling Dependencies Clocks.swift
[221/250] Compiling Dependencies Context.swift
[222/250] Compiling Dependencies Date.swift
[225/250] Compiling Dependencies MainRunLoop.swift
[226/250] Compiling Dependencies OpenURL.swift
[227/250] Compiling Dependencies TimeZone.swift
[231/250] Compiling Dependencies DependencyValues.swift
[232/250] Compiling Dependencies Assert.swift
[233/250] Compiling Dependencies Calendar.swift
[234/250] Emitting module PerceptionCore
[241/251] Compiling PerceptionCore Bindable.swift
[242/251] Compiling Dependencies TestTrait.swift
[243/251] Compiling Dependencies WithDependencies.swift
[244/251] Compiling PerceptionCore ThreadLocal.swift
[247/251] Compiling PerceptionCore Environment.swift
[250/251] Compiling PerceptionCore WithPerceptionTracking.swift
[251/251] Compiling PerceptionCore _PerceptionRegistrar.swift
[252/273] Emitting module Sharing
[253/275] Compiling Sharing SwiftUIStateSharing.swift
[254/275] Compiling Sharing resource_bundle_accessor.swift
[255/275] Compiling Sharing DefaultKey.swift
[256/275] Compiling Sharing FileStorageKey.swift
[257/275] Compiling Sharing SharedCollection.swift
[258/275] Compiling Sharing SharedContinuations.swift
[259/275] Compiling Sharing SharedKey.swift
[260/275] Compiling Sharing AppStorageKey.swift
[261/275] Compiling Sharing Shared.swift
[262/275] Compiling Sharing SharedBinding.swift
[263/275] Compiling Sharing InMemoryKey.swift
[264/275] Compiling Sharing SharedPublisher.swift
[265/275] Compiling Sharing NSRecursiveLock+WithLock.swift
[266/275] Compiling Sharing PassthroughRelay.swift
[267/275] Compiling Sharing PersistentReferences.swift
[268/275] Compiling Sharing SharedReader.swift
[269/275] Compiling Sharing SharedReaderKey.swift
[270/275] Compiling Sharing Deprecations.swift
[271/275] Compiling Sharing KeyPath+Sendable.swift
[272/275] Compiling Sharing MutexBackport.swift
[273/275] Compiling Sharing Reference.swift
[274/275] Compiling Sharing SharedChangeTracker.swift
[275/275] Compiling Sharing TypeName.swift
[276/278] Compiling SharingCloud iCloudKVKey.swift
[277/278] Compiling SharingCloud MutexBackport.swift
[278/278] Emitting module SharingCloud
Build complete! (39.28s)
Fetching https://github.com/pointfreeco/swift-sharing
[1/3469] Fetching swift-sharing
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.88s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.3 (1.34s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/1845] Fetching swift-perception
[278/6443] Fetching swift-perception, swift-custom-dump
[416/7321] Fetching swift-perception, swift-custom-dump, swift-concurrency-extras
[1470/9738] Fetching swift-perception, swift-custom-dump, swift-concurrency-extras, combine-schedulers
[2936/11272] Fetching swift-perception, swift-custom-dump, swift-concurrency-extras, combine-schedulers, swift-identified-collections
[3919/17606] Fetching swift-perception, swift-custom-dump, swift-concurrency-extras, combine-schedulers, swift-identified-collections, swift-dependencies
[4266/23105] Fetching swift-perception, swift-custom-dump, swift-concurrency-extras, combine-schedulers, swift-identified-collections, swift-dependencies, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.32s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.32s)
Fetched https://github.com/pointfreeco/swift-perception from cache (1.33s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.33s)
[7581/9450] Fetching combine-schedulers, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.49s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.49s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.49s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.96s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.42s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.41s)
Fetching https://github.com/apple/swift-collections
[1/17445] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.78s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (2.21s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.41s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.7 (0.42s)
Fetching https://github.com/swiftlang/swift-syntax
[1/71911] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (2.95s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (5.77s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.48s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.4 (0.42s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.93s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.35s)
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.7
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.3
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/README.md
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-sharing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-sharing"
    }
  ],
  "manifest_display_name" : "sharing-cloud",
  "name" : "sharing-cloud",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SharingCloud",
      "targets" : [
        "SharingCloud"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SharingCloud",
      "module_type" : "SwiftTarget",
      "name" : "SharingCloud",
      "path" : ".",
      "product_dependencies" : [
        "Sharing"
      ],
      "product_memberships" : [
        "SharingCloud"
      ],
      "sources" : [
        "Sources/MutexBackport.swift",
        "Sources/iCloudKVKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.